Use datatype instances as macro parameter editors #14622
bjarnef
started this conversation in
Features and ideas
Replies: 1 comment 4 replies
-
We don't have any plans to make changes to macros, instead we are looking for ways to deprecate them |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently macro parameter editors are data editors marked as
MacroParameter
: #14594By default it use the default configuration of the datatype or if a special configuration is needed, it need to implement a macro parameter editor with the specific configuration.
I wonder if macro parameters editors instead could be fetched from existing datatype instances (which is supported as macro parameter). That way if may be simpler to configure single/multiple pickers to be used in macro properties..
... and the datatype instances could possible show the macro references where it is used.
Example
Beta Was this translation helpful? Give feedback.
All reactions