cppeditor.pro

来自「Trolltech公司发布的基于C++图形开发环境」· PRO 代码 · 共 22 行

PRO
22
字号
TEMPLATE 	= libCONFIG		+= qt warn_on pluginSOURCES		+= cppeditor.cpp syntaxhighliter_cpp.cpp cppcompletion.cpp editorinterfaceimpl.cpp languageinterfaceimpl.cpp common.cpp preferenceinterfaceimpl.cpp yyreg.cpp cppbrowser.cpp projectsettingsinterfaceimpl.cpp sourcetemplateinterfaceimpl.cppHEADERS		+= cppeditor.h syntaxhighliter_cpp.h cppcompletion.h editorinterfaceimpl.h languageinterfaceimpl.h preferenceinterfaceimpl.h yyreg.h cppbrowser.h projectsettingsinterfaceimpl.h sourcetemplateinterfaceimpl.hFORMS		= projectsettings.ui mainfilesettings.uiTARGET		= cppeditorDESTDIR		= ../../../../plugins/designerVERSION		= 1.0.0INCLUDEPATH	+= ../../interfaces ../../editor $$QT_BUILD_TREE/tools/designer/editorhpux-* {	LIBS += $$QT_BUILD_TREE/lib/libeditor.a} else {	LIBS    += -L$$QT_BUILD_TREE/lib -leditor}target.path += $$plugins.path/designerINSTALLS 	+= target

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?