Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Kate (text editor)

From Wikipedia, the free encyclopedia
Text editor
icon
This articlerelies excessively onreferences toprimary sources. Please improve this article by addingsecondary or tertiary sources.
Find sources: "Kate" text editor – news ·newspapers ·books ·scholar ·JSTOR
(May 2014) (Learn how and when to remove this message)
Kate
Kate 24.12.0 inKDE Plasma 6
DeveloperKDE
Initial release2001; 24 years ago (2001)
Stable release
25.08.0[1] Edit this on Wikidata / 14 August 2025
Repositoryinvent.kde.org/utilities/kate
Written inC++,Qt
Operating system
TypeSource code editor
LicenseLGPL-2.0-or-later,MIT[6]
Websitekate-editor.orgEdit this at Wikidata

TheKDE Advanced Text Editor, orKate, is asource code editor developed by theKDEfree software community. It has been a part ofKDE Software Compilation sinceversion 2.2, which was first released in 2001. Intended for software developers, it featuressyntax 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

[edit]
"Kate the Cyber Woodpecker" is the current mascot of Kate editor, designed byTyson Tan in 2021[7] and replacing the earlier version designed in 2014.[8]

Kate has been part of the KDE Software Compilation sincerelease 2.2 in 2001.[9] Because ofKParts technology, it is possible to embed Kate as an editing component in other KDE applications. MajorKDE applications which use Kate as an editing component include theintegrated development environmentKDevelop, the web development environment Quanta Plus, and the LaTeX front-endKile.[citation needed]

Kate has won the advanced text editor comparison inLinux Voice magazine.[10]

As of July 2014[update], development had started to port Kate, along withDolphin,Konsole,KDE Telepathy, andYakuake, toKDE Frameworks 5.[11]

In 2022, the KDE text-editorKWrite was modified to use the same code base as Kate with deactivated features.[12]

Features

[edit]

Kate is asource code editor that features syntax highlighting for over 300 file formats with code folding rules.[13][14] The syntax highlighting is extensible viaXML files.[15] It supportsUTF-8,UTF-16,ISO-8859-1 andASCIIencoding schemes and can detect a file'scharacter encoding automatically.[citation needed] Kate offers code completion and reference finding for various programming languages through itsLanguage Server Protocol Client plugin. The default configuration supportsC,C++,D,Fortran,Go,Latex,Python,Rust, andOCaml.[16]

Kate's main text editor widget is calledKatePart, which is reusable under the terms of the LGPL version 2 license.[17] It must not be confused with the KParts, a KDE plugin framework for user interface components that Kate also uses.[18]

Kate can be used as amodal text editor through itsvi input mode.[19]

Kate featuresmultiple document interface, window splitting, project editing[20] and sessions to facilitate editing multiple documents. Usingsessions, one can customize Kate for different projects by saving the list of open files, the list of enabled plug-ins and the window configuration.[21]

Kate includes the KDEterminal emulatorKonsole through its Terminal Tool View plugin.[22] Since version 23.04, the terminal is also available on windows.[23]

The "quick open" feature allows searching opened files by name for quick recalling.[24] Line modification indicators highlight lines with unsaved changes and lines added in the current session.[25][26]

Being a KDE application, Kate transparently opens and saves files over all protocols supported byKIO libraries. This includesHTTP,FTP,SSH,SMB andWebDAV, among others.[citation needed]

As of September 2021[update], unlikeXed,Kate is equipped with asession manager which allows naming, saving, and restoring sessions, meaning a list of momentarily open file tabs. Saved sessions are stored askey-value-formatted*.katesession files into~/.local/share/kate/sessions/.

Other features are aclipboard history with up to ten items, the ability to jump to a line number,[27] andsource control integration usingGit[28][29]

See also

[edit]

References

[edit]
  1. ^"Kate - KDE Applications". 14 August 2025. Retrieved23 August 2025.
  2. ^"Distribution Packages".Kate.KDE. 9 July 2010. Retrieved23 March 2014.
  3. ^"Distributions Shipping KDE".Kde.org.KDE. Retrieved23 March 2014.
  4. ^"Kate on Windows".kate-editor.org.KDE. 28 January 2016. Retrieved10 February 2016.
  5. ^"Kate on Mac OS".kate-editor.org.KDE. 9 July 2010. Retrieved10 September 2016.
  6. ^"Kate". Retrieved2025-04-05.
  7. ^"Let's welcome Kate the Cyber Woodpecker".Kate. 2021-04-28. Retrieved2021-04-29.
  8. ^"Kate's Mascotthe Woodpecker".Kate | Get an Edge in Editing. 2014-10-12. Retrieved2017-07-20.
  9. ^"2.1 to 2.2 Changelog".KDE.org. Retrieved2015-07-02.
  10. ^"Issue 2 is Out!".LinuxVoice.com. Archived fromthe original on 2015-07-03. Retrieved2015-07-02.
  11. ^"KDE SC 4.14 wird 4er-Reihe abschließen".Golem.de (in German). 2014-07-10.
  12. ^Larabel, Michael."KDE Starts April With Many Fixes, KWrite Internally Using The Same Code As Kate".www.phoronix.com. Phoronix Media. Retrieved15 June 2022.
  13. ^"kate.git".Projects.KDE.org. Archived fromthe original on 2013-09-09. Retrieved2020-01-29.
  14. ^"data/syntax · master · Frameworks / Syntax Highlighting Engine · GitLab".GitLab. Retrieved11 September 2023.
  15. ^Cullmann, Christoph (2005-03-24)."Writing a Syntax Highlighting File | Kate | Get an Edge in Editing".Kate-Editor.org. Retrieved2015-07-02.
  16. ^Cullmann, Christoph (January 2020)."Kate -LSP Client Status".kate-editor.org. Retrieved15 June 2022.
  17. ^"KatePart | Kate | Get an Edge in Editing".Kate-Editor.org. Archived fromthe original on 2014-10-18. Retrieved2015-07-02.
  18. ^"KParts - KParts".api.kde.org. Retrieved2020-10-30.
  19. ^"KDE's Kate Text Editor Gets Vi Input Mode".ArsTechnica.com. 2008-10-27. Retrieved2009-05-04.
  20. ^"Using the Project Plugin in Kate". 2012-11-02. Retrieved2014-09-24.
  21. ^"Using Sessions".Docs.KDE.org. Retrieved2015-07-02.
  22. ^"Terminal Tool View Plugin".docs.kde.org. Retrieved15 June 2022.
  23. ^"Make Konsole work on Windows (!814) · Merge requests · Utilities / Konsole · GitLab".GitLab. 2023-02-20. Retrieved2024-01-03.
  24. ^Cullmann, Christoph (10 January 2021)."Kate Text Editor - Quick Open".Kate. Retrieved15 September 2021.
  25. ^"Chapter 7. Configure KatePart".docs.kde.org.Show line modification markers
  26. ^"Line Modification Indicators".docs.kde.org.
  27. ^"The editor holds a clipboard history that contains up to 10 clipboard entries."
  28. ^Crume, Jacob (16 April 2021)."Kate Editor Set to Become KDE's Answer to Microsoft's Visual Studio Code".It's FOSS News. Retrieved15 June 2022.
  29. ^"Using Kate's Git Features". February 2023.

External links

[edit]

Media related toKate (text editor) at Wikimedia Commons

Software
compilation
Applications
by KDE
Development
Education
Graphics
Internet
Multimedia
Office
System
Utilities
Discontinued
Platform
User interface
Current
Discontinued
Current
Discontinued
freedesktop.org
(shared)
Community
People
Retrieved from "https://en.wikipedia.org/w/index.php?title=Kate_(text_editor)&oldid=1292261066"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp