ultimatepp/uppsrc/ide/Core/Core.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

34 lines
488 B
Text

description "TheIDE - common library\377B";
uses
Esc,
plugin/bz2,
plugin/lzma,
plugin/lz4,
plugin/zstd;
file
Core.h options(BUILDER_OPTION) PCH,
Ide.cpp,
Cache.cpp,
Core.cpp,
Builder.cpp,
Hdepend.cpp,
Hdepend2.cpp,
Assembly.cpp,
Package.cpp,
Workspace.cpp,
usc.cpp,
BinObj.cpp,
Util.cpp,
Host readonly separator,
Host.h,
Host.cpp,
Logger readonly separator,
Logger.cpp,
Logger.h,
Info readonly separator,
Copying,
Documentation readonly separator,
src.tpp;