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

Montag, 26 August 2024

Kate & Fonts

With the Qt 6.7 release, Qt introduced a wide range of improvement for the text rendering and font shaping.

One element of this is that you can now configure OpenType font features.

Many of the 'new cool' programming fonts have such features integrated. That includes both free fonts like Cascadia Code or paid fonts like MonoLisa.

Let's use the features of Cascadia Code as an example, that is the stuff they promote on their GitHub page:

Mehr dazu
Samstag, 8 Juni 2024

Kate Fun Logo

G2 posted some fun logos for Kate on reddit.

I think they are nice and flashy and well suited if you want to show your appreciation for Kate and like that art style and a good addition to our awesome icon and mascot.

Static Version

Static Fun Logo for Kate

Animated Version

Animated Fun Logo for Kate

Licensing

G2 licensed these files under the CC BY-NC-SA 4.0. Feel free to share the stuff with this license and credit for G2.

Mehr dazu
Montag, 13 Mai 2024

Introducing the Formatting plugin

So this is not quite an introduction since the plugin has been around for almost a year now, having been released in the 23.04 release but since I never got around to writing a blog about it, here I am.

In simple words, the formatting plugin allows one to format code easily and quickly. Well the "quickness" depends on the underlying code formatter but we try to be as quick as possible. So far if you wanted to do code formatting from within Kate, the only way to do that was to configure a tool in the External Tools plugin and then invoke it whenever you wanted to format the code. While this works it wasn't great for a few reasons. Firstly, you would loose undo history. Secondly, the buffer would jump and you would most likely loose your current position in the document. Thirdly, for every language you get a different tool and you need to remember the right tool to invoke on the right document type.

Mehr dazu
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
📢 Alle Neuigkeiten lesen