TEditor 80% complete
[fanfix.git] / docs / TODO.md
index 08a912aa76746752ffd921a9c8d1c363a54f1584..20ce1fe6a49b4ea5c0e9710648e2be03ed949606 100644 (file)
@@ -10,29 +10,20 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the
 
 0.0.5
 
-- TApplication
-  - getAllWindows()
-  - Expose menu management functions (addMenu, getMenu, getAllMenus,
-    removeMenu, ...)
-
 - TEditor
-
-  - Swich Line from String to ArrayList<Cell>
-    - StringUtils.justify functions for ArrayList<Cell>
-  - TEditorWindow extends TScrollableWindow
-  - TEditor widget with keystroke functions:
-    - cursorRight/Left/...
-    - insertChar
-    - deleteForwardChar
-    - deleteBackwardChar
-    - deleteBackwardWord
-    - wordCount
-    - ...
-
-- Eliminate all Eclipse warnings
+  - Document
+    - Filename
+    - Pick appropriate Highlighter: plain, Java, XML, ...
+  - TEditorWidget:
+    - Cut and Paste
+  - TTextArea extends TScrollableWidget
 
 0.0.6
 
+- TEditor
+  - True tokenization and syntax highlighting: Java, C, Clojure, XML
+  - Tab character support
+
 - Finish up multiscreen support:
   - cmAbort to cmScreenDisconnected
   - cmScreenConnected
@@ -98,8 +89,6 @@ Fix all marked TODOs in code
 
 Eliminate DEBUG, System.err prints
 
-Version in:
-
 Update written by date to current year:
     All code headers
     VERSION
@@ -108,6 +97,7 @@ Tag github
 
 Upload to SF
 
+Upload to sonatype
 
 
 Brainstorm Wishlist