ultimatepp/uppsrc/CodeEditor/CodeEditor.upp
cxl 0767a2770a Core: Fast compress + xxHash adopted to Core
git-svn-id: svn://ultimatepp.org/upp/trunk@9954 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-06-21 18:57:18 +00:00

45 lines
810 B
Text

description "The source files edit, derived from CtrlLib's LineEdit\377";
uses
CtrlLib,
plugin/pcre;
file
CodeEditor.h options(BUILDER_OPTION) PCH,
Syntax readonly separator,
Syntax.h,
hl_color.i,
Register.cpp,
HighlightOut.cpp,
Syntax.cpp,
Style.cpp,
CSyntax readonly separator,
CSyntax.h,
CSyntax.cpp,
CInit.cpp,
CHighlight.cpp,
CLogic.cpp,
CRegister.icpp,
DiffSyntax readonly separator,
DiffSyntax.h,
DiffSyntax.cpp,
TagSyntax readonly separator,
TagSyntax.h,
TagSyntax.cpp,
PythonSyntax readonly separator,
PythonSyntax.cpp,
PythonSyntax.h,
LogSyntax readonly separator,
LogSyntax.h,
LogSyntax.cpp,
Editor readonly separator,
EditorBar.cpp,
FindReplace.cpp,
Lang.cpp,
CodeEditor.cpp,
CodeEditor.lay,
CodeEditor.iml,
CodeEditor.t,
Info readonly separator,
Copying;