MCPcopy Create free account
hub / github.com/KDE/kate

github.com/KDE/kate @v26.04.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v26.04.3 ↗ · + Follow
7,935 symbols 21,859 edges 678 files 621 documented · 8% updated 2d ago★ 1,080

Browse by type

Functions 6,176 Types & classes 1,759
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Kate

Modern text editor built on the KDE Frameworks and Qt.

Installation

Flathub Link Snap Store Link

Packaging status

Screenshot

Kate window

Join Us!

So you want to participate in developing Kate? Great! The project is always in need of helping hands.

If you need pointers, please visit the following pages:

  • Central hub for information around Kate development: Just head to our website kate-editor.org.

  • How to compile Kate on your machine? Read our Build it! tutorial.

  • How to help out with the project? See our Join Us! page.

Licensing

Contributions to kate.git shall be licensed under LGPLv2+ or MIT.

All files shall contain a proper "SPDX-License-Identifier: LGPL-2.0-or-later" or "SPDX-License-Identifier: MIT" identifier inside a header like:

/*
    SPDX-FileCopyrightText: 2021 Christoph Cullmann <cullmann@kde.org>

    SPDX-License-Identifier: LGPL-2.0-or-later
*/
/*
    SPDX-FileCopyrightText: 2021 Christoph Cullmann <cullmann@kde.org>

    SPDX-License-Identifier: MIT
*/

kate.git content

apps

The apps folder contains both the Kate and KWrite applications itself and their shared implementation.

apps/lib

The apps/lib directory contains the shared sources of the Kate and KWrite applications.

Close to everything beside the main functions of the two applications is implemented there.

This is installed a shared library kateprivate that can be used by addons, too. The library isn't BC over releases, no headers to use it are installed to the system.

apps/kate

The apps/kate directory contains the Kate application sources.

Kate is using KUserFeedback for telemetry starting with release 20.04.

For details of the opt-in send information, see https://community.kde.org/Telemetry_Use

apps/kwrite

The apps/kwrite directory contains the KWrite application sources.

KWrite is using KUserFeedback for telemetry starting with release 22.08.

For details of the opt-in send information, see https://community.kde.org/Telemetry_Use

addons

The addons directory contains in sub-directories the sources of all bundled plugins. These plugins are not only used by Kate itself but other KTextEditor compatible applications, like KDevelop.

doc

The doc directory contains the Kate, KWrite & KatePart manuals.

LICENSES

The LICENSES directory contains the license files as referenced in the individual source files. For any used SPDX-License-Identifier the matching license should be located there.

3rdparty

The 3rdparty folder contains 3rdparty components we bundle to be used internally.

Kate's Mascot: Kate the Cyber Woodpecker

Kate's mascot, Kate the Cyber Woodpecker, was designed by Tyson Tan.

More details can be found on our mascot page.

Picture

Core symbols most depended-on inside this repo

Shape

Method 5,183
Class 1,628
Function 993
Enum 131

Languages

C++95%
TypeScript3%
C1%
Python1%
PHP1%
Ruby1%

Modules by API surface

3rdparty/rapidjson/document.h229 symbols
3rdparty/rbql/rbql.js223 symbols
3rdparty/rapidjson/schema.h208 symbols
addons/lspclient/lspclientserver.cpp166 symbols
addons/lspclient/lspclientpluginview.cpp111 symbols
addons/gdbplugin/dapbackend.cpp97 symbols
apps/lib/katemainwindow.cpp92 symbols
3rdparty/rapidjson/reader.h87 symbols
addons/filetree/autotests/document_dummy.h86 symbols
apps/lib/katemdi.cpp82 symbols
addons/filetree/katefiletreemodel.cpp81 symbols
addons/gdbplugin/breakpointview.cpp79 symbols

For agents

$ claude mcp add kate \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page