/** \file EditorsSupportStatus.dox
* \brief Editors Support Status
*/
/** \page EditorsSupportStatus Editors Support Status
Kate and Kvim are part of KDE and TDevelop just uses them.
qeditor and Nedit are interfaced via TDevelop's code. You can look at their code at editors/qeditor
and editors/nedit
.
features/editor | kate | kvim (KDE 3.2) | qeditor | Nedit (Disabled) |
---|---|---|---|---|
Advanced text editor | ||||
Open, close and save big text files | Y | N | Y | Y |
Undo and redo | Y | N | Y | |
Jump in text: next/previous character, word. | Y | N | Y | Y |
Jump to start or the end of the line/text | Y | N | Y | Y |
Go to line | Y | N | Y | |
Select text when jumping (character, word, line), | Y | N | Y | |
Select all the text | Y | N | Y | |
Copy, paste and delete selections of text | Y | N | Y | |
Y | N | Y | ||
Advanced text view: | ||||
Horizontal and vertical scrolling | Y | N | Y | |
Display selections | Y | N | Y | |
Mouse Wheel support | Y | N | Y | |
Dynamic word wrap | Y | N | ||
Line numbers | Y | N | ||
Show tabs | Y | N | ||
Find in file | Y | N | Y | |
Replace in file | Y | N | Y | |
Coding specific properties: | ||||
Syntax highlighting | Y | N | Y | |
Code folding | Y | N | ||
Spell | Y | N | ||
Auto indendt | N | N | Y |