[ENH] Allow for macros to be "disabled" reducing resource usage for unused macros.
TimothyLuke opened this issue ยท 3 comments
๐ข How does GSE currently work
GSE currently compiles every macro present for a class. If you have macros that you want to store but not necessarily use this increases loading times.
๐ข Describe the solution you'd like
GSE1 allowed for a macro to be disabled. This would prevent it being loaded and still allow it to be worked on. It might be worth bringing this feature back
๐ข Describe alternatives you've considered
The alternative would be to look for the macro icon and if it exists then load the macro but treat "blue book" sequences as disabled.
Have gone the path of if the macro has a macroStub then it will be created. If it doesn't then it won't. Have done it at the create button part in the first case. This means that when a macro stub is created it will create a button for a new macro.