Can I make custom "commands" to be Highlighted in Windows IDE?
Posted: Fri Jan 31, 2025 5:35 pm
I have my own GFX functions which replace the normal commands.
Like instead of DisplayBrush(), I have GFX.DisplayBrush()
However, since they are functions, IDE doesn't realise that they are practically replacing DisplayBrush() command, and therefore it doesn't color them in any way.
It would however be handy from reading point of view if it would color them the same as regular Hollywood commands.
Therefore, is there any way to add custom commands to be colored in Windows IDE, as in, can I somehow myself add that lines with GFX.DisplayBrush() should be colored?
Like instead of DisplayBrush(), I have GFX.DisplayBrush()
However, since they are functions, IDE doesn't realise that they are practically replacing DisplayBrush() command, and therefore it doesn't color them in any way.
It would however be handy from reading point of view if it would color them the same as regular Hollywood commands.
Therefore, is there any way to add custom commands to be colored in Windows IDE, as in, can I somehow myself add that lines with GFX.DisplayBrush() should be colored?