From 114a878c64ce6f8223cfd22d76a20eb16d177e5e Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/api/EditorsSupportStatus.dox | 189 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 doc/api/EditorsSupportStatus.dox (limited to 'doc/api/EditorsSupportStatus.dox') diff --git a/doc/api/EditorsSupportStatus.dox b/doc/api/EditorsSupportStatus.dox new file mode 100644 index 00000000..e826471c --- /dev/null +++ b/doc/api/EditorsSupportStatus.dox @@ -0,0 +1,189 @@ +/** \file EditorsSupportStatus.dox + * \brief Editors Support Status + */ + +/** \page EditorsSupportStatus Editors Support Status + +Kate and Kvim are part of KDE and KDevelop just uses them. + +qeditor and Nedit are interfaced via KDevelop's code. You can look at their code at editors/qeditor and editors/nedit. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
features/editorkatekvim (KDE 3.2)qeditorNedit (Disabled)
Advanced text editor
Open, close and save big text filesYNYY
Undo and redoYNY
Jump in text: next/previous character, word.YNYY
Jump to start or the end of the line/textYNYY
Go to lineYNY
Select text when jumping (character, word, line), YNY
Select all the textYNY
Copy, paste and delete selections of textYNY
PrintYNY
Advanced text view:
Horizontal and vertical scrollingYNY
Display selectionsYNY
Mouse Wheel supportYNY
Dynamic word wrapYN
Line numbersYN
Show tabsYN
Find in fileYNY
Replace in fileYNY
Coding specific properties:



Syntax highlightingYNY
Code foldingYN
SpellYN
Auto indendtNNY
+ +*/ -- cgit v1.2.3