BaseTextEditor Class

(Debugger::TextEditor::BaseTextEditor)

The BaseTextEditor class is base implementation for QPlainTextEdit-based text editors. It can use the Kate text highlighting definitions, and some basic auto indentation. More...

Header: #include <BaseTextEditor>
Inherits: Debugger::Core::IEditor

Detailed Description

The BaseTextEditor class is base implementation for QPlainTextEdit-based text editors. It can use the Kate text highlighting definitions, and some basic auto indentation.

The corresponding document base class is BaseTextDocument, the corresponding widget base class is BaseTextEditorWidget.

It is the default editor for text files used by Qt Creator, if no other editor implementation matches the MIME type.