summaryrefslogtreecommitdiffstats
path: root/kate/TODO
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch)
tree5ac38a06f3dde268dc7927dc155896926aaf7012 /kate/TODO
downloadtdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz
tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip
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/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/TODO')
-rw-r--r--kate/TODO66
1 files changed, 66 insertions, 0 deletions
diff --git a/kate/TODO b/kate/TODO
new file mode 100644
index 000000000..1f50f6b4f
--- /dev/null
+++ b/kate/TODO
@@ -0,0 +1,66 @@
+TODO:
+ A current todo list is available on:
+ http://kate.babylon2k.com/index.php/Work_todo
+
+**** Refactoring/Cleanups ****
+
+* KateLineRange to become a proper class with methods etc. Parts needed for
+ bidi.
+
+* KateViewInternal to be completely hidden from view for almost everything but
+ the view itself.
+
+ -> in progress, almost done for most parts, viewinternal only visible to friends of KateView
+
+* Separate more functionality from KateDocument (selections moving to KateView,
+ a plugin manager class, a config class, etc)
+
+ -> in progress:
+ * config classes already in place
+ * selection moved to KateView
+
+**** new features ****
+
+* Fix EOL whitespace cleaning finally by removing whitespace at load-time and
+ keeping the document consistent all the time
+
+ -> DONE ;) whitespaces are no cleaned at load time, the magic clean on save stuff is gone
+
+* BiDi finally, using Scribe
+
+* Finally implement arbitrary highlighting and arbitrary input filtering
+
+* Switch internal highlighting to use arbitrary highlighting api and thus be
+ exposed (read-only)
+
+* Buffer locking (Per-line or per-group-of-lines) for multithreaded access
+
+* More robust history including cursor position history
+
+* More featureful code completion including syntax highlighted entries
+
+* Custom widgets in between lines interface (eg. so kcachegrind could use
+ katepart to display its cpu usage information etc)
+
+* KateFoldingTree* to use smart cursors
+
+* Splitting a view over multiple columns (I want to by a 30" apple display ;)
+
+* Modular input subsystem, to support emulation of other editors in a clean way
+
+* Improved input modes especially in block selection
+
+* Multiple selection support
+
+* Better support for information overlay (eg. documentation of a function -
+ switch between short / detailed descriptions)
+
+* Whatever else is needed for multiuser editing (and perhaps put most of it
+ inside the part, so eg. kate, kdevelop, quanta etc. could all use it)
+
+* Scripting (we don't have any yet do we?)
+
+ -> in progress, part gets kjs support, already working, but API needs to be
+ finished and a clever way to let scripts register for the katecmdline needs to
+ be implemented, with caching and all other cool things the world doesn'T or does
+ need \ No newline at end of file