cppeditor.pro

来自「Linux下的基于X11的图形开发环境。」· 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.cpp HEADERS		+= cppeditor.h syntaxhighliter_cpp.h cppcompletion.h editorinterfaceimpl.h languageinterfaceimpl.h preferenceinterfaceimpl.h yyreg.h cppbrowser.h projectsettingsinterfaceimpl.h sourcetemplateinterfaceimpl.h FORMS		= projectsettings.ui mainfilesettings.ui 		TARGET		= cppeditorDESTDIR		= ../../../../plugins/designerVERSION		= 1.0.0INCLUDEPATH	+= ../../interfaces ../../editorwin32{    LIBS	+= $$QT_BUILD_TREE/lib/editor.lib} else {    !hpux-acc:LIBS	+= -L$$QT_BUILD_TREE/lib -leditor    hpux-acc:LIBS += -L$$QT_BUILD_TREE/lib -Wl,-a,default -leditor}target.path += $$plugins.path/designerINSTALLS 	+= target

⌨️ 快捷键说明

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