Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
c4d.DR_MULTILINE_PYTHON | c4d.DR_MULTILINE_SYNTAXCOLOR
style
DR_MULTILINE_SYNTAXCOLOR
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?
DR_MULTILINE_PYTHON
Thank you.
Sorry for the late reply, I thought I answered while not.
The next documentation will be fixed:
def Something():
Cheers, Maxime.
@m_adam Thank you for the update, Maxime!