TEditor 50% complete
[nikiroo-utils.git] / docs / TODO.md
index 3f4df474c38e07da1879910d21be702139b08008..e59638221e8828c0e424e6127c9678a6f60b5fd3 100644 (file)
@@ -10,41 +10,30 @@ 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>
+  - TEditorWidget:
+    - Mouse wheel is buggy as hell
+    - Actual editing
+    - Cut and Paste
   - TEditorWindow extends TScrollableWindow
-  - TEditor widget with keystroke functions:
-    - cursorRight/Left/...
-    - insertChar
-    - deleteForwardChar
-    - deleteBackwardChar
-    - deleteBackwardWord
-    - wordCount
-    - ...
-
-- Eliminate all Eclipse warnings
+  - TTextArea extends TScrollableWidget
 
 0.0.6
 
+- TEditor
+  - True tokenization and syntax highlighting: Java, C, Clojure
+
+- Finish up multiscreen support:
+  - cmAbort to cmScreenDisconnected
+  - cmScreenConnected
+  - Handle screen resizes
+
 - TSpinner
 - TComboBox
 - TCalendar
 
 0.0.7
 
-- Refactor SwingBackend to be embeddable
-  - jexer.Swing.blockMousePointer: false = do not invert cell, true
-    (default) is current behavior
-  - Make Demo5 with two separate Swing demos in a single JFrame.
-  - Make Demo6 mixing Swing and Jexer components
-
 - THelpWindow
   - TText + clickable links
   - Index
@@ -99,8 +88,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
@@ -109,6 +96,7 @@ Tag github
 
 Upload to SF
 
+Upload to sonatype
 
 
 Brainstorm Wishlist