kde-workspace/kate
Ivailo Monev 46dc6aa2bb kate: register as plugin
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>
2022-12-01 02:25:20 +02:00
..
addons generic: prepare for Katie changes 2022-11-13 01:41:49 +02:00
part kate: register as plugin 2022-12-01 02:25:20 +02:00
src generic: prepare for Katie changes 2022-11-13 01:41:49 +02:00
tests kate: adjust to Katie changes 2022-11-24 03:01:18 +02:00
.kateconfig generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
AUTHORS generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
CMakeLists.txt generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
CommitPolicy.txt generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
config.h.cmake generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
COPYING-GPL3 generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
COPYING-LGPL3 generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
COPYING.LIB generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
README generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00

Whats in kate.git?

part/
  => KatePart

kate/
  => Kate Application

tests/
  => Automated unit tests
  
examples/
  => Examples for syntax highlighting and co