Devildog74 wrote:
I am curious what we can expect from plugins in the future.
Windowed plugins for example, so you can add your own window to the MDI main form.
Particularly in the area of saving settings for plugins. For example, do you plan on persisting the project element groups that have been defined? Right now, I can create many project element groups, and execute the plugin using the selected objects in those groups, but when I close the IDE, those settings go away. So I was curious if and when you were planning on adding a persistance mechanism to the plugin framework.
In the meantime, I will work out a way to persist the settings on my own.
The groups are saved in the project. If the project isn't saved, the groups aren't persisted, though the groups should be saved with a saved project.