kde-workspace/kate/part
Ivailo Monev ce48bc0997 generic: preperations for kdelibs changes
automatically replaced via:
find -name CMakeLists.txt -exec sed -e 's|${KDE4_PLASMA_LIBS}|KDE4::plasma|g' -e 's|${KDE4_KIO_LIBS}|KDE4::kio|g' -e 's|${KDE4_SOLID_LIBS}|KDE4::solid|g' -e 's|${KDE4_KFILE_LIBS}|KDE4::kfile|g' -e 's|${KDE4_KDECORE_LIBS}|KDE4::kdecore|g' -e 's|${KDE4_KDEUI_LIBS}|KDE4::kdeui|g' -e 's|${KDE4_KCMUTILS_LIBS}|KDE4::kcmutils|g' -e 's|${KDE4_KDECLARATIVE_LIBS}|KDE4::kdeclarative|g' -e 's|${KDE4_KPTY_LIBS}|KDE4::kpty|g' -e 's|${KDE4_KEMAIL_LIBS}|KDE4::kemail|g' -e 's|${KDE4_KMEDIAPLAYER_LIBS}|KDE4::kmediaplayer|g' -e 's|${KDE4_KPARTS_LIBS}|KDE4::kparts|g' -e 's|${KDE4_KIDLETIME_LIBS}|KDE4::kidletime|g' -e 's|${KDE4_KTEXTEDITOR_LIBS}|KDE4::ktexteditor|g' -e 's|${KDE4_KPASSWDSTORE_LIBS}|KDE4::kpasswdstore|g' -e 's|${KDE4_KARCHIVE_LIBS}|KDE4::karchive|g' -e 's|${KDE4_KDNSSD_LIBS}|KDE4::kdnssd|g' -e 's|${KDE4_KNOTIFYCONFIG_LIBS}|KDE4::knotifyconfig|g' -e 's|${KDE4_KEXIV2_LIBS}|KDE4::kexiv2|g' -i {} +

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-17 23:27:11 +03:00
..
buffer kate: log the file (Kate::TextLoader) codec name 2022-11-24 03:12:29 +02:00
completion generic: prepare for Katie changes 2023-05-30 04:16:11 +03:00
data generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
dialogs generic: port to the new spelling classes 2023-06-09 20:30:46 +03:00
document generic: adjust to KDirWatch changes 2022-12-21 00:26:44 +02:00
kte5 generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
mode generic: prepare for Katie changes 2022-10-14 16:19:24 +03:00
render generic: prepare for Katie changes 2022-12-17 15:43:14 +02:00
schema generic: prepare for Katie changes 2022-10-14 16:19:24 +03:00
search generic: prepare for Katie changes 2022-10-14 16:19:24 +03:00
spellcheck kate: adjust to spelling classes changes 2023-06-10 11:32:22 +03:00
swapfile generic: prepare for Katie changes 2022-11-13 01:41:49 +02:00
syntax generic: replace use of QTime as timer with QElapsedTimer 2023-06-07 12:57:37 +03:00
undo generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
utils kate: do not mange Kate namespace into the global one 2023-06-11 23:01:22 +03:00
variableeditor generic: port to the new spelling classes 2023-06-09 20:30:46 +03:00
view generic: drop support for spelling correction via dialog 2023-06-10 01:01:26 +03:00
CMakeLists.txt generic: preperations for kdelibs changes 2023-06-17 23:27:11 +03:00
INDENTATION generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
Messages.sh 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
README.vimode generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00

   *** Kate Part ***
The Kate Part implements the KTextEditor interfaces and it is
highly recommended to use them. Detailed information can be found
in the API documentation of the KTextEditor interfaces:
http://api.kde.org/4.x-api/kdelibs-apidocs/interfaces/ktexteditor/html/index.html
 
Homepage: http://kate-editor.org

Licensing:
The Kate Part and its interfaces are licensed under the LGPL version 2,
not any later version.