欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

cmdReporterHighlighter

程序员文章站 2022-06-01 17:28:27
...
cmdReporterHighlighter
            
    
    博客分类: Qtpythonmaya pythonmayaQt 


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
  • cmdReporterHighlighter
            
    
    博客分类: Qtpythonmaya pythonmayaQt 
  • 大小: 99.3 KB
相关标签: python maya Qt