Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get text with a specific color (user functions) from the QM code editor
#2
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.
Quote:If the above regular functions and member functions could be exported as an xx.qml file
I 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.


Messages In This Thread
RE: Get text with a specific color (user functions) from the QM code editor - by Gintaras - 04-05-2025, 09:16 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)