Jump to content

Kate (text editor)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Archiestokes (talk | contribs) at 16:38, 20 July 2017 (→‎See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Kate
Developer(s)KDE
Initial release2001; 23 years ago (2001)
Repository
Written inC++
Operating system
TypeText editor
LicenseLGPL/GPL
Websitekate-editor.org

The KDE Advanced Text Editor (Kate) is a text 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, regular expression support, and extensibility.

History

Kate has been part of the KDE Software Compilation since release 2.2 in 2001.[5] 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.

Kate has won the advanced text editor comparison in Linux Voice magazine.[6]

As of July  2014 development had started to port Kate, along with Dolphin, Konsole, KDE Telepathy, and Yakuake, to KDE Frameworks 5.[7]

Features

Kate is a programmer's text editor that features syntax highlighting for over 200 file formats with code folding rules.[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.

Kate can be used as a modal text editor through its vi input mode[10] which emulates a Unix text editor with the same name.

Kate features multiple document interface, window splitting, project editing[11][further explanation needed] 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.[12]

For searching and replacing text, Kate features incremental search, multi-line search and replace and regular expression support. It can perform search and replace on multiple files.

KDE integration

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.

Kate is built using the KParts framework; it is a graphical shell around the editor component, referred to as katepart.[13] This KParts component is embedded by other KDE programs as well. Kate uses Konsole to get an embedded terminal.

Mascot

Kate the woodpecker, mascot of Kate editor.

Kate the woodpecker is the mascot of Kate editor. She has design elements of "{ }" on the chest, "\ /" in the feathers, and "*" shaped pupils. Her separating wing feathers are after the tabs of multiple opened documents. Her color scheme is inspired by doxygen source code highlighting. She was designed by Tyson Tan in 2014.[14]

See also

References

  1. ^ "Distribution Packages". Kate-editor.org. KDE. Retrieved 23 March 2014.
  2. ^ "Distributions Shipping KDE". Kde.org. KDE. Retrieved 23 March 2014.
  3. ^ "Kate on Windows". kate-editor.org. KDE. Retrieved 10 February 2016.
  4. ^ "Kate on Mac OS". kate-editor.org. KDE. Retrieved 10 September 2016.
  5. ^ "2.1 to 2.2 Changelog". Kde.org. Retrieved 2015-07-02.
  6. ^ "Issue 2 is out!". Linuxvoice.com. Retrieved 2015-07-02.
  7. ^ "KDE SC 4.14 wird 4er-Reihe abschließen" (in German). Golem.de. 2014-07-10.
  8. ^ [1]
  9. ^ Christoph Cullmann (2005-03-24). "Writing a Syntax Highlighting File | Kate | Get an Edge in Editing". Kate-editor.org. Retrieved 2015-07-02.
  10. ^ "KDE's Kate text editor gets vi input mode". Arstechnica.com. 2008-10-27. Retrieved 2009-05-04.
  11. ^ "Using the Project Plugin in Kate". 2012-11-02. Retrieved 2014-09-24.
  12. ^ "Using Sessions". Docs.kde.org. Retrieved 2015-07-02.
  13. ^ "KatePart | Kate | Get an Edge in Editing". Kate-editor.org. Retrieved 2015-07-02.
  14. ^ "Kate's Mascotthe Woodpecker". Kate | Get an Edge in Editing. 2014-10-12. Retrieved 2017-07-20.