mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
![]() KTextEditor::Factory does its own thing in terms of plugin lookup, view creation and such. the plan is to remove the KTextEditor interface glue code (because there is only one part providing the functionality for that interface - katepart) and register KateDocument as part plugin via K_PLUGIN_FACTORY() macro but until then that will work fixes loading of the part in some cases (e.g. when Ark attempts to load it from its previewer) Signed-off-by: Ivailo Monev <xakepa10@gmail.com> |
||
---|---|---|
.. | ||
addons | ||
part | ||
src | ||
tests | ||
.kateconfig | ||
AUTHORS | ||
CMakeLists.txt | ||
CommitPolicy.txt | ||
config.h.cmake | ||
COPYING-GPL3 | ||
COPYING-LGPL3 | ||
COPYING.LIB | ||
README |
Whats in kate.git? part/ => KatePart kate/ => Kate Application tests/ => Automated unit tests examples/ => Examples for syntax highlighting and co