Hello
I'm using SlickEdit Pro 2023 (v28.0.0.6 64-bit Qt5)
I'm programming g-code and setup my own custom language and file extension to suit my needs.
However i did not find a way to enable minimizing structures (knots) in my code.
In xml for example this works fine (see Screenshot).
The g-code has it's own set of keywords, for example
IF (R1 == 1)
//Code to be minimized
ENDIF
REPEAT
//Code to be minimized
UNTIL (R1 == 1)
Note that there is no other character needed here as {} or so...
How may I enable SlickEdit to both minimize and maximize the code between these keyword-pairs?
Thank you for your help
Marcel