KTextEditor
KTextEditor
4.1
Overview | Design | Coding Guidelines | Porting to KDE 4 | UsingIntroduction
The KTextEditor interfaces - also called KTE interfaces - are a set of well-defined interfaces which an application or library can implement to provide advanced plain text editing services. Applications which utilise this interface can thus allow the user to choose which implementation of the editor component to use. The two popular implementations right now are the Kate Editor Component (Kate Part) and the yzis (vim-like) editor.General
- Overview of the Core Interface Design
- How to use the KTextEditor Interfaces
- Porting to KDE 4
- Contact/Mailing Lists
Implementation Notes
Extension Interfaces
- Document Extension Interfaces
- View Extension Interfaces
- Editor Extension Interfaces
- Plugin Extension Interfaces
- Command Extension Interfaces
API Reference
- Author(s):
- Dominik Haumann <dhdev@gmx.de>
Christoph Cullmann <cullmann@kde.org>
Hamish Rodda <rodda@kde.org>
Joseph Wenninger <jowenn@kde.org>
Jochen Wilhelmy <digisnap@cs.tu-berlin.de>
Anders Lund <anders@alweb.dk>
Matt Broadstone <mbroadst@gmail.com>
- Maintainer(s):
- Dominik Haumann <dhdev@gmx.de>
Christoph Cullmann <cullmann@kde.org>
Hamish Rodda <rodda@kde.org>