You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I noticed that VariableManager.ListVariables is marked as obsolete.
I suppose the idea behind this is that plugins should only use their own Variables. However, it may be desirable for some plugins to have access to user defined variables.
Describe the solution you'd like
The easiest would be to rather than limiting plugin variable scope allow plugins to access all variables.
To protect certain variables, it could be possible to allow the user to mark a variable as "secret".
Additionally, or alternatively, the user could select which plugins shall have access to a variable.
Describe alternatives you've considered
I can only speculate on the motivation of deprecating 'ListVariables'. Above solution propositions probably reflect this.
Additional context
In my use case I would like to have User-defined variables and use those in an AHK-Plugin Script.
featureNew feature or requesttodoWe will work on this in the future
1 participant
Converted from issue
This discussion was converted from issue #299 on January 26, 2023 21:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
I noticed that
VariableManager.ListVariables
is marked as obsolete.I suppose the idea behind this is that plugins should only use their own Variables. However, it may be desirable for some plugins to have access to user defined variables.
Describe the solution you'd like
The easiest would be to rather than limiting plugin variable scope allow plugins to access all variables.
To protect certain variables, it could be possible to allow the user to mark a variable as "secret".
Additionally, or alternatively, the user could select which plugins shall have access to a variable.
Describe alternatives you've considered
I can only speculate on the motivation of deprecating 'ListVariables'. Above solution propositions probably reflect this.
Additional context
In my use case I would like to have User-defined variables and use those in an AHK-Plugin Script.
Beta Was this translation helpful? Give feedback.
All reactions