Zum Inhalt springen

KDE für Entwickler

Für Entwickler, die KDE-Anwendungen verwenden.

Kate – der Texteditor mit vielen Funktionen

Kate ist vollgepackt mit Funktionen, die es Ihnen erleichtern, alle Ihre 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 Konsolenbefehle direkt aus Kate heraus starten können, leistungsfähige Module zum Suchen und Ersetzen und ein Modul, das Ihnen eine Vorschau von Markdown-, HTML- und sogar SVG-Dateien anzeigen kann.

Kate-Werkzeuge

KDE Frameworks

KDE's Frameworks consist of over 80 add-on libraries to use in your Qt applications. For example, KWidgetsAddons includes many helpful and common widgets; KConfig provides configuration and state management; KCalendarCore and KContact provide easy-to-use .ics and vcard file parsers; Kirigami is a full toolkit for developing convergent user interfaces.

Learn more

Konsole

Konsole is KDE's terminal application. It provides tabs, split views, an ssh connection manager, a way to bookmark your favorite commands and servers, thumbnails for your files, Sixel support, and much more.

Konsole is also integrated into multiple other KDE Applications, making it your constant companion. For example, KDevelop, Kate, Yakuake, and Dolphin all use Konsole as an integrated terminal emulator.

Yakuake

Yakuake

Konsole but as a dropdown terminal, accessible from anywhere with a quick press of the F12 key

Clazy

Clazy is a Clang compiler plugin to ensure that your Qt application follows industry-standard best practices.

[26/58] Building CXX object src/CMakeFiles/myapp.dir/global.cpp.o
src/global.cpp:18:88: warning: Use multi-arg instead [-Wclazy-qstring-arg]
    : m_config(KSharedConfig::openConfig(QStringLiteral("%1/%2")
    .arg(m_configFolderName).arg(m_configFileName)))

[34/58] Building CXX object src/CMakeFiles/myapp.dir/models/subtitlesfoldersmodel.cpp.o
src/myapp/src/models/subtitlesfoldersmodel.cpp:52:23:
warning: Use an empty QLatin1String instead of an empty QStringLiteral [-Wclazy-empty-qstringliteral]
    newList.removeAll(QStringLiteral(""));

2 warnings generated.

KDevelop

Eine plattformübergreifende integrierte Entwicklungsumgebung (IDE) für C, C++, Python, QML/JavaScript und PHP

KDevelop is a fully-featured Integrated Development Environment, perfect for C and C++ projects and other supported languages. It has great code completion and project support, along with documentation integration that keeps you close to where you're editing code.

empty laptop with an overlay
Bildschirmfoto von kdevelop

Optimieren Sie Ihre Anwendung

Nutzen Sie Heaptrack, um die Speicherzuweisung Ihrer Linux-Anwendung zu überwachen und Hotspots und Speicherlecks zu entdecken.

Flame graph of memory allocation

And use ELF Dissector to investigate load time performance bottlenecks and profile the size of your Linux executables.

Elf Dissector

Other open source applications for you

Here are some other open source applications from our partners to complement your workflow. Most of them are using KDE Frameworks internally.

And check out our other development-related applications.