Hello,
I'm using Python Syntax Highlighting with a GeDialog MultiLineEditText. In order to make this work, I have to pass c4d.DR_MULTILINE_PYTHON | c4d.DR_MULTILINE_SYNTAXCOLOR
as the style
's Symbol IDs. This was not clear from the documentation which describes DR_MULTILINE_SYNTAXCOLOR
as C.O.F.F.E.E. syntax highlighting.
It took me some time to figure out that DR_MULTILINE_PYTHON
does not work on its own and that DR_MULTILINE_SYNTAXCOLOR
is not strictly for C.O.F.F.E.E.. Could you please explain this better in the documentation?
Thank you.