04-05-2025, 09:16 AM
Scintilla messages can be used to get text text with a color. Actually color is an attribute of a Scintilla style, so need to learn Scintilla styling API. But note that would also need to extract names of functions used in these used functions and so on. I would not try this way.
Another way: menu Run > Make exe > Show added items > OK. But it will not work for macros containing QM functions that can't be used in exe.
I would try this: keep all shareable functions in single folder. To share, export that folder, and let they import it. When exporting, maybe there is an option to not allow to rename when importing. So they will have to delete the shared-functions folder to be able to import the new shared-functions folder.
Another way: menu Run > Make exe > Show added items > OK. But it will not work for macros containing QM functions that can't be used in exe.
Quote:If the above regular functions and member functions could be exported as an xx.qml fileI don't know a way. Or don't remember.
I would try this: keep all shareable functions in single folder. To share, export that folder, and let they import it. When exporting, maybe there is an option to not allow to rename when importing. So they will have to delete the shared-functions folder to be able to import the new shared-functions folder.