cmdReporterHighlighter
程序员文章站
2022-06-01 17:28:27
...
A syntaxhighlighter I wrote for myself. If you want to know how I did it. You can check out this http://schi.iteye.com/blog/1934553
features:
- support both mel and python keywords
- Maya API
- Qt API
- mel functions and global procedures [disabled]
- highlight warning message background in yellow
- highlight error message background in red [only support mel errors, python error will be added]
The mel function highlight was disabled because too slow to highlight all functions and global procedures.
https://github.com/mackst/myRandomStuff/blob/master/cmdReporterHighlighter.py