cbpporter Messages: 1428 Registered: September 2007
Ultimate Contributor
So I finished my first version of the bare bones IDE and of syntax highlighting.
But there is one more feature I need to add: dynamic class name highlighting.
Currently I'm using the UPPNAME colors to highlight class names, but the list of known classes for each tab is different based on which classes you are using.
I need to find a way to:
1. change the list of classes for each tab based on a scan operation done on tab open
2. find some hooks in CodeEditor that would allow me to determine if a "using" statement has been changed and recolor the current tab efficiently.