mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
19 lines
263 B
Text
19 lines
263 B
Text
description "The source files edit, derived from CtrlLib's LineEdit";
|
|
|
|
optimize_speed;
|
|
|
|
uses
|
|
CtrlLib;
|
|
|
|
file
|
|
CodeEditor.h,
|
|
hl_color.i,
|
|
EditorBar.cpp,
|
|
Syntax.cpp,
|
|
Highlight.cpp,
|
|
FindReplace.cpp,
|
|
Lang.cpp,
|
|
CodeEditor.cpp,
|
|
CodeEditor.lay,
|
|
CodeEditor.iml;
|
|
|