I'm using SyntaxEditor with Python Language.
I need to make the editor more colorful, and add option to recognize Identifier Types (cllas and method names, and imports).
how can i do it?
I'm using SyntaxEditor with Python Language.
I need to make the editor more colorful, and add option to recognize Identifier Types (cllas and method names, and imports).
how can i do it?
Hello,
While it's easy to add more classification types (and related highlighting styles) for those kinds of things, the problem is that the Python lexer doesn't currently know if an identifier is a resolved class or method name, so it wouldn't know when to apply those classification types. Unfortunately this isn't an available feature at this time.
Please log in to a validated account to post comments.