ultimatepp/uppsrc/CodeEditor/CodeEditor.upp
cxl c125ca2a8e CtrlLib: Fixed issue with rect selection and Alt+F2 in theide, CodeEditor: added .t #809
git-svn-id: svn://ultimatepp.org/upp/trunk@7514 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-16 07:04:38 +00:00

38 lines
604 B
Text

description "The source files edit, derived from CtrlLib's LineEdit\377";
optimize_speed;
uses
CtrlLib,
plugin/pcre;
file
CodeEditor.h,
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,
TagSyntax readonly separator,
TagSyntax.h,
TagSyntax.cpp,
Editor readonly separator,
EditorBar.cpp,
FindReplace.cpp,
Lang.cpp,
CodeEditor.cpp,
CodeEditor.lay,
CodeEditor.iml,
CodeEditor.t,
Info readonly separator,
Copying;