Replies: 1 comment 1 reply
-
Adding another attribute would be the simplest approach by far, since it's no different than how the Caption attribute works and won't have any issues with the translation workflow. For it to be picked up by the translation template, it just needs to be added as a new keyword to https://github.com/PintaProject/Pinta/blob/master/po/Makevars Looking at the above link also made me remember the In the simplest form this could just be a tooltip on the label itself without any extra UI, but if a visual hint is needed (e.g. if not all effect parameters have this) then a small question mark sounds like a good idea to try |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm speaking from the perspective of someone involved in code refactoring/development, but my idea has implications for the user.
As we know, when an effect is developed in the "standard" way, a configuration window (
SimpleEffectDialog
) is created automatically, along with descriptive labels for the controls.What about being able to add a description to the configuration parameters, too? And how would it work? Some considerations:
Description
attribute coukd be awkward if the description is longBeta Was this translation helpful? Give feedback.
All reactions