Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I want to create an intelligent code editor for javascript (like notepad++) using C++ in Qt 4.8
What are your suggestions?
懒惰问题的懒惰回答:
QtCreator 有一个 JavaScript 编辑器,带有语法高亮和所有花哨的东西。QtCreator 是用 Qt 编写的。如果您只想使用编辑器,请使用 QtCreator;如果您想创建自己的编辑器,请查看源代码。