我的想法是将 CodeScope 做成一个类似 Source Insight 的编辑器,用 wxWidgets 和 Python 来写整个程序,并且使用_Python_ 作为 宏语言 来实现一些 自动化 的功能(比如添加一些文件头,自动生成一些注释等等),它将会支持 Doxygen ,支持 UTF-8 .
开启这个项目的原因是,Source Insight 不支持 UTF-8 这将给 Doxygen 自动生成文档带来一些麻烦,而且 宏 不太好用,其他的编辑器也比较令人失望。
Welcome to the CodeScope wiki!
CodeScope will be something like Source Insight, use python as it's macro language, use wxWidgets as it's framework, support Doxygen, and support UTF-8.
As you know Source Insight does not support UTF-8 , it will screw things up when you use Chinese or other language in your code.