cppeditor.pro

来自「qt-x11-free-3.0.3.tar.gz minigui图形界面工具」· PRO 代码 · 共 21 行

PRO
21
字号
TEMPLATE 	= libCONFIG		+= qt warn_on release 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	+= ../../../../src/kernel ../../interfaces ../../editorwin32:LIBS	+= $(QTDIR)/lib/editor100.libunix:LIBS	+= -leditorDBFILE		= cppeditor.dbLANGUAGE	= C++isEmpty(plugins.path):plugins.path=$$QT_PREFIX/pluginstarget.path += $$plugins.path/designerINSTALLS 	+= target

⌨️ 快捷键说明

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