Zum Inhalt springen

Kate

Vorsprung beim Editieren

Verfügbar für Linux, Windows und macOS

Herunterladen
Plasma

Funktionen

Kate ist ein Texteditor mit vielen Funktionen

Kate ist vollgepackt mit Funktionen, die es Ihnen erleichtern, alle Textdateien anzuzeigen und zu bearbeiten. Mit Kate können Sie viele Dateien gleichzeitig bearbeiten und anzeigen. sowohl in Unterfenstern als auch in geteilten Ansichten. Es sind viele Module enthalten, darunter ein eingebettetes Terminal, mit dem Sie Konsolen-Befehle direkt aus Kate heraus starten können, leistungsfähige Module zum Suchen und Ersetzen und ein Modul, das Ihnen eine Vorschau von MD-, HTML- und sogar SVG-Dateien anzeigen kann.

Alle Funktionen

Machen Sie Ihren Quelltext besser lesbar mit Syntaxhervorhebung

Kate unterstützt Hervorhebungen für über 300 Sprachen und erleichtert so das Lesen von Quelltext in fast allen Programmiersprachen. Kate versteht auch, wie Klammern funktionieren und hilft Ihnen bei der Navigation innerhalb komplexer Hierarchien von Quelltextblöcken. Die automatische Rechtschreibprüfung hilft Ihnen, Ihren Text vor der Veröffentlichung zu überprüfen. Bildschirmfoto von Kate mit Syntaxhervorhebung

Bildschirmfoto von Kate mit Syntaxauswahl

Multi-cursor editing

Boost your productivity with a help of multi-cursor and multi-selection features. Kate now has it! Switching from other proprietary text editors and missing your hotkey bindings you used to? You can configure every hotkey in Kate so you don't even have to retrain yourself

Animation of Kate multi-cursor features

Effizientes Arbeiten an komplexen Projekten

Arbeiten Sie in geteilten Ansichten an mehreren Dateien gleichzeitig. Verwenden Sie die Projekt-Seitenleiste zum Navigieren durch Ihre Projektordnerstrukturen und nutzen die intelligenten Unterfenster von Kate, um schnell auf Ihre zuletzt geöffneten Dokumente zuzugreifen. Mit dem leistungsstarken Funkion zum Suchen und Ersetzen können Sie schnell im gesamten Projekt suchen.

Bildschirmfoto von Suchen und Ersetzen in Kate
Bildschirmfoto der Projekt-Seitenleiste in Kate

Entwickeln Sie Ihre nächste Anwendung mit Kate

Kate ist das perfekte Werkzeug für die Programmierung, da es eine Autovervollständigung für viele Sprachen mit Hilfe des Language Server Protocol (LSP) enthält. Der Editor wurde für die Bearbeitung von Quelltext optimiert und bietet eine skriptfähige automatische Einrückung, einen VI-Eingabemodus, einen rechteckigen Blockauswahlmodus, eine intelligente Handhabung von Kommentaren und vieles mehr.

Bildschirmfoto von Suchen und Ersetzen in Kate

Module

Kate enthält viele standardmäßig installierte Module, die es leistungsfähiger als jeden anderen Texteditor machen. Verwenden Sie den integrierten Terminal-Emulator, um Befehle direkt von Kate aus auszuführen, führen Sie SQL-Abfragen mit dem SQL-Modul aus, verwenden Sie GDB zum Debuggen Ihres Programms, erstellen Sie Projekte mit nur einem Klick und vieles, vieles mehr.

Konsole in Kate

Neuigkeiten

Dienstag, 12 Dezember 2023

Kate KF6 Status

Current state of the port Thanks to the help of our contributors the current state of Kate for the upcoming first Qt & KF 6 release looks very promising. This includes not just people working on Kate and KTextEditor/KSyntaxHighlighing, but all of KDE Frameworks and Qt. I now use the KF 6 based version both at work and home exclusively after we switched the master branch over to that. So far, beside the natural issues that can occur using a branch under active development, nothing really did stick out as a blocking issue. Mehr dazu
Sonntag, 30 April 2023

KDE e.V. Microsoft Store Statistics

Let's take a look at the current state of the KDE e.V. published applications in the Microsoft Store. Last 30 days statistics Here are the number of acquisitions for the last 30 days (roughly equal to the number of installations, not mere downloads) for our applications: KDE Connect - Enabling communication between all your devices - 11,640 acquisitions Okular - More than a reader - 9,100 acquisitions Kate - Advanced Text Editor - 3,000 acquisitions Mehr dazu
Mittwoch, 15 Februar 2023

Introducing The Embedded Terminal on Windows

Kate has been supported on Windows for a long time however, we missed one crucial feature on Windows that made it not as good as Kate on Linux. That feature was the built-in terminal. If you are a developer you might have to use the terminal a lot and having a built-in terminal inside your editor can be really helpful and convenient. With 23.04, we have filled this gap. After a hectic weekend of 20+ hours of hacking on a borrowed windows machine and sacrificing a lot of other things, Kate now has a built-in terminal on Windows as well. Mehr dazu
Mittwoch, 1 Februar 2023

Using Kate's Git Features

Git support in Kate landed almost 2 years ago but so far it is undocumented. I am writing this article in order to fill this gap and hopefully make more people aware of the git related features that Kate has. To be able to use git functionality you need to enable at least two plugins Project plugin (commit / status / branch compare / stashing / file history) Documents Plugin (file history) Git blame (git blame support) Once the project plugin is enabled and you are in a git repository, you will have the git toolview in your left sidebar: Mehr dazu
📢 Alle Neuigkeiten lesen