Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Kate (text editor)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Features== Kate is a [[Source-code editor|source code editor]] that features syntax highlighting for over 300 file formats with code folding rules.<ref>{{cite web|title=kate.git|url=https://projects.kde.org/projects/kde/applications/kate/repository/revisions/master/show/part/syntax/data|website=Projects.KDE.org|access-date=2020-01-29|archive-url=https://archive.today/20130909103201/https://projects.kde.org/projects/kde/applications/kate/repository/revisions/master/show/part/syntax/data|archive-date=2013-09-09|url-status=dead}}</ref><ref>{{cite web |title=data/syntax 路 master 路 Frameworks / Syntax Highlighting Engine 路 GitLab |url=https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax |website=GitLab |access-date=11 September 2023 |language=en}}</ref> The syntax highlighting is extensible via [[XML]] files.<ref>{{cite web|first=Christoph |last=Cullmann |url=http://kate-editor.org/2005/03/24/writing-a-syntax-highlighting-file/ |title=Writing a Syntax Highlighting File | Kate | Get an Edge in Editing |website=Kate-Editor.org |date=2005-03-24 |access-date=2015-07-02}}</ref> It supports [[UTF-8]], [[UTF-16]], [[ISO-8859-1]] and [[ASCII]] [[Code page|encoding schemes]] and can detect a file's [[character encoding]] automatically.{{Citation needed|date=January 2020}} Kate offers code completion and reference finding for various programming languages through its [[Language Server Protocol]] Client plugin. The default configuration supports [[C (programming language)|C]], [[C++]], [[D (programming language)|D]], [[Fortran]], [[Go (programming language)|Go]], [[LaTeX|Latex]], [[Python (programming language)|Python]], [[Rust (programming language)|Rust]], and [[OCaml]].<ref>{{cite web |last1=Cullmann |first1=Christoph |title=Kate -LSP Client Status |url=https://kate-editor.org/post/2020/2020-01-01-kate-lsp-client-status/ |website=kate-editor.org |date=January 2020 |access-date=15 June 2022}}</ref> Kate's main text editor widget is called ''KatePart'', which is reusable under the terms of the LGPL version 2 license.<ref>{{cite web |url=http://kate-editor.org/about-katepart/ |title=KatePart | Kate | Get an Edge in Editing |website=Kate-Editor.org |access-date=2015-07-02 |archive-date=2014-10-18 |archive-url=https://web.archive.org/web/20141018084936/http://kate-editor.org/about-katepart/ |url-status=dead }}</ref> It must not be confused with the KParts, a KDE plugin framework for user interface components that Kate also uses.<ref>{{Cite web|title=KParts - KParts|url=https://api.kde.org/frameworks/kparts/html/index.html|access-date=2020-10-30|website=api.kde.org}}</ref> Kate can be used as a [[mode (user interface)|modal]] text editor through its ''[[Vi (text editor)|vi]]'' input mode.<ref>{{cite web |date=2008-10-27 |url=https://arstechnica.com/open-source/news/2008/11/kdes-kate-text-editor-gets-vi-input-mode.ars |title=KDE's Kate Text Editor Gets Vi Input Mode|website=ArsTechnica.com |access-date=2009-05-04}}</ref> Kate features [[multiple document interface]], window splitting, project editing<ref>{{cite web |date=2012-11-02|url=http://kate-editor.org/2012/11/02/using-the-projects-plugin-in-kate/ |title=Using the Project Plugin in Kate |access-date=2014-09-24}}</ref> and sessions to facilitate editing multiple documents. Using ''sessions'', one can customize Kate for different projects by saving the list of open files, the list of enabled plug-ins and the window configuration.<ref>{{cite web|url=http://docs.kde.org/stable/en/applications/kate/fundamentals-using-sessions.html |title=Using Sessions |website=Docs.KDE.org |access-date=2015-07-02}}</ref> Kate includes the KDE [[terminal emulator]] [[Konsole]] through its Terminal Tool View plugin.<ref>{{cite web |title=Terminal Tool View Plugin |url=https://docs.kde.org/stable5/en/kate/kate/kate-application-plugin-konsole.html |website=docs.kde.org |access-date=15 June 2022}}</ref> Since version 23.04, the terminal is also available on windows.<ref>{{Cite web |date=2023-02-20 |title=Make Konsole work on Windows (!814) 路 Merge requests 路 Utilities / Konsole 路 GitLab |url=https://invent.kde.org/utilities/konsole/-/merge_requests/814 |access-date=2024-01-03 |website=GitLab |language=en}}</ref> The "quick open" feature allows searching opened files by name for quick recalling.<ref>{{cite web |last1=Cullmann |first1=Christoph |title=Kate Text Editor - Quick Open |url=https://kate-editor.org/post/2021/2021-01-10-kate-quick-open/ |website=Kate |access-date=15 September 2021 |language=en |date=10 January 2021}}</ref> Line modification indicators highlight lines with unsaved changes and lines added in the current session.<ref>{{cite web |title=Chapter 7. Configure KatePart |url=https://docs.kde.org/stable5/en/kate/katepart/config-dialog.html |website=docs.kde.org |quote=Show line modification markers}}</ref><ref>{{cite web |title=Line Modification Indicators |url=https://docs.kde.org/stable5/en/kate/katepart/kate-part-line-modification.html |website=docs.kde.org}}</ref> Being a KDE application, Kate transparently opens and saves files over all protocols supported by [[KIO]] libraries. This includes [[HTTP]], [[FTP]], [[Secure Shell|SSH]], [[Server Message Block|SMB]] and [[WebDAV]], among others.{{Citation needed|date=January 2020}} {{As of|2021|09}}, unlike [[Xed]], ''Kate'' is equipped with a [[Session (computer science)|session]] manager which allows naming, saving, and restoring sessions, meaning a list of momentarily open file tabs. Saved sessions are stored as [[key鈥搗alue pair|key-value]]-formatted <code>*.katesession</code> files into <code>~/.local/share/kate/sessions/</code>. Other features are a [[clipboard (computing)|clipboard]] history with up to ten items, the ability to jump to a line number,<ref>[https://docs.kde.org/stable5/en/kate/katepart/dev-scripting.html "The editor holds a clipboard history that contains up to 10 clipboard entries."]</ref> and [[Version control|source control]] integration using [[Git]]<ref name="Crume 2021">{{cite web |last1=Crume |first1=Jacob |date=16 April 2021 |title=Kate Editor Set to Become KDE's Answer to Microsoft's Visual Studio Code |url=https://news.itsfoss.com/kate/ |access-date=15 June 2022 |website=It's FOSS News}}</ref><ref>{{cite web | url=https://kate-editor.org/post/2023/2023-02-01-using-kate-git-support/ | title=Using Kate's Git Features | date=February 2023 }}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)