Registry / other / kf5texteditor

kf5texteditor

JSON →
library5.116.0vcpkgunverified

Full text editor component from KDE Frameworks 5.

vcpkg install kf5texteditor
INSTALL
IMPORT
SIG · KF5TEXTEDITOR
K
kf5texteditor
othercppv5.116.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KTextEditor/Editor
#include <KTextEditor/Editor>

Create a text editor document

#include <KTextEditor/Editor> #include <KTextEditor/Document> int main() { KTextEditor::Editor *editor = KTextEditor::Editor::instance(); KTextEditor::Document *doc = editor->createDocument(nullptr); doc->setText("Hello, KTextEditor!"); return 0; }
Debug
Known issues
breakingRequires KDE Frameworks 5 and Qt5; not compatible with Qt6.
fix
Use KF6::TextEditor for Qt6.
affects: >=5.0.0 <6.0.0
Upgrade
Version history
5.116.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

kf5texteditor — pip install kf5texteditor · libregistry