ultimatepp/uppsrc/ide/Browser/Browser.upp
mirek-fidler e8035690b9
libclang ide #94
- Assist/Autocomplete refactored to use libclang

Other minor changes:

- Removed CoWork Pipe
- .dli runtime loading of dynamic libraries now supports path to library in access function
- EditField::SetBackground
- RichTextView::GotoLabel variant with Gate for matching
- RichEdit::GotoLabel variant with Gate for matching
2022-09-16 10:31:14 +02:00

28 lines
414 B
Text

description "TheIDE - code browser and Topic++\377B";
uses
PdfDraw,
RichEdit,
plugin/lz4,
ide/Common;
file
Browser.h options(BUILDER_OPTION) PCH,
CodeBase readonly separator,
Util.cpp,
Browser.iml,
Topic readonly separator,
TopicBase.cpp,
File.cpp,
Topic.cpp,
Template.cpp,
Link.cpp,
TopicWin.cpp,
Move.cpp,
CodeRef.cpp,
TopicI.cpp,
Topic.lay,
Topic.iml,
Info readonly separator,
Copying;