Kate (text editor)
Template:Short description Script error: No such module "Unsubst". Script error: No such module "Infobox".Template:Template other Script error: No such module "Check for unknown parameters".Script error: No such module "Check for conflicting parameters".
The KDE Advanced Text Editor, or Kate, is a source code editor developed by the KDE free software community. It has been a part of KDE Software Compilation since version 2.2, which was first released in 2001. Intended for software developers, it features syntax highlighting, code folding, customizable layouts, multiple cursors and selections, regular expression support, and extensibility via plugins. The text editor's mascot is Kate the Cyber Woodpecker.
History
Kate has been part of the KDE Software Compilation since release 2.2 in 2001.[3] Because of KParts technology, it is possible to embed Kate as an editing component in other KDE applications. Major KDE applications which use Kate as an editing component include the integrated development environment KDevelop, the web development environment Quanta Plus, and the LaTeX front-end Kile.Script error: No such module "Unsubst".
Kate has won the advanced text editor comparison in Linux Voice magazine.[4]
since July 2014[update]Template:Dated maintenance category (articles)Script error: No such module "Check for unknown parameters"., development had started to port Kate, along with Dolphin, Konsole, KDE Telepathy, and Yakuake, to KDE Frameworks 5.[5]
In 2022, the KDE text-editor KWrite was modified to use the same code base as Kate with deactivated features.[6]
Features
Kate is a source code editor that features syntax highlighting for over 300 file formats with code folding rules.[7][8] The syntax highlighting is extensible via XML files.[9] It supports UTF-8, UTF-16, ISO-8859-1 and ASCII encoding schemes and can detect a file's character encoding automatically.Script error: No such module "Unsubst". Kate offers code completion and reference finding for various programming languages through its Language Server Protocol Client plugin. The default configuration supports C, C++, D, Fortran, Go, Latex, Python, Rust, and OCaml.[10]
Kate's main text editor widget is called KatePart, which is reusable under the terms of the LGPL version 2 license.[11] It must not be confused with the KParts, a KDE plugin framework for user interface components that Kate also uses.[12]
Kate can be used as a modal text editor through its vi input mode.[13]
Kate features multiple document interface, window splitting, project editing[14] 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.[15]
Kate includes the KDE terminal emulator Konsole through its Terminal Tool View plugin.[16] Since version 23.04, the terminal is also available on windows.[17]
The "quick open" feature allows searching opened files by name for quick recalling.[18] Line modification indicators highlight lines with unsaved changes and lines added in the current session.[19][20]
Being a KDE application, Kate transparently opens and saves files over all protocols supported by KIO libraries. This includes HTTP, FTP, SSH, SMB and WebDAV, among others.Script error: No such module "Unsubst".
since September 2021[update]Template:Dated maintenance category (articles)Script error: No such module "Check for unknown parameters"., unlike Xed, Kate is equipped with a session manager which allows naming, saving, and restoring sessions, meaning a list of momentarily open file tabs. Saved sessions are stored as key-value-formatted *.katesession files into ~/.local/share/kate/sessions/.
Other features are a clipboard history with up to ten items, the ability to jump to a line number,[21] and source control integration using Git[22][23]
See also
Script error: No such module "Portal".
- List of KDE applications
- List of text editors
- Comparison of text editors
- List of computing mascots
- Computing mascots
References
<templatestyles src="Reflist/styles.css" />
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ "The editor holds a clipboard history that contains up to 10 clipboard entries."
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
Script error: No such module "Check for unknown parameters".
External links
- Script error: No such module "Official website".Script error: No such module "Check for unknown parameters".
Script error: No such module "Navbox".
- Pages with script errors
- Pages using Infobox software with version errors
- Pages with broken file links
- Applications using D-Bus
- Free text editors
- KDE Applications
- Unix text editors
- Cross-platform free software
- Free software for Linux
- Free software for Windows
- Free software for macOS
- Software using the GNU Lesser General Public License
- Software using the GNU General Public License
- Free software programmed in C++
- Software that uses Qt