KTextEditor
KTextEditor
Overview | Design | Coding Guidelines | Porting to KDE 4 | Using
Introduction
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 only implementation right now is the Kate Editor Component (Kate Part).
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
- CodeCompletionModel Extension Interfaces
API Reference
- Maintainer(s):
- Dominik Haumann <dhdev@gmx.de>
Christoph Cullmann <cullmann@kde.org>
Hamish Rodda <rodda@kde.org>