kde-workspace/kate/part
Ivailo Monev 9e697dfade kate: log the file (Kate::TextLoader) codec name
m_textCodec is used only to probe, if BOM is detected m_textCodec may be
null. fixes possible crash

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-11-24 03:12:29 +02:00
..
buffer kate: log the file (Kate::TextLoader) codec name 2022-11-24 03:12:29 +02:00
completion kate: use QMutableListIterator<T> for iteration in KateCompletionWidget::startCompletion() 2022-11-01 03:22:08 +02:00
data generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
dialogs generic: prepare for Katie changes 2022-10-14 16:19:24 +03:00
document kate: adjust to KTextEditor interface classes changes 2022-09-28 18:38:21 +03: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 kate: explicitly convert to range and cursor objects 2022-05-28 11:08:27 +03: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 generic: adjust to KDebug changes 2022-10-22 19:31:24 +03:00
swapfile generic: prepare for Katie changes 2022-11-13 01:41:49 +02:00
syntax kate: add QGuiPlatformPlugin class to cpp syntax data 2022-11-22 23:06:23 +02:00
undo generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
utils kate: enable line numbers and disable folding bar by default 2022-10-26 08:22:24 +03:00
variableeditor generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
view kate: always use the KMessageWidget animation feature 2022-11-21 18:59:38 +02:00
CMakeLists.txt kate: always use the KMessageWidget animation feature 2022-11-21 18:59:38 +02: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
TODO generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
TODO.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.