fml2
fml2
I mean the code that reads the data and prepares it as variables to pass to the engine. This is something that should be handled by the "main application code"...
OK, thank you for the clarification!
I like the idea! It enables the desired features in a very elegant way and with minimal changes to the GUI.
For a start message event (e.g. in a event based subprocess) the properties get lost in both cases.
Maybe just an API for opening the dialog in the folder passed in as a parameter?
I thought that all the GUI actions have to happen under the umbrella of the main application (Notepad++) so that the GUI does not get confused. I'm not a GUI...