TEditor 80% complete
[fanfix.git] / docs / TODO.md
index eb7164f067dbfad72e028b2bf847e8d98f251ffd..20ce1fe6a49b4ea5c0e9710648e2be03ed949606 100644 (file)
@@ -10,21 +10,24 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the
 
 0.0.5
 
-- TDesktop (#14)
-
-- TWindow:
-  - UNCLOSABLE (#8)
-  - H/V scrollbars (#4)
-    - Expose toTop()/toLeft()/...
+- TEditor
+  - Document
+    - Filename
+    - Pick appropriate Highlighter: plain, Java, XML, ...
+  - TEditorWidget:
+    - Cut and Paste
+  - TTextArea extends TScrollableWidget
 
-- TText:
-  - Scrollbars adjust automatically
-    - Expose toTop()/toLeft()/...
+0.0.6
 
 - TEditor
-- Eliminate all Eclipse warnings
+  - True tokenization and syntax highlighting: Java, C, Clojure, XML
+  - Tab character support
 
-0.0.6
+- Finish up multiscreen support:
+  - cmAbort to cmScreenDisconnected
+  - cmScreenConnected
+  - Handle screen resizes
 
 - TSpinner
 - TComboBox
@@ -32,12 +35,6 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the
 
 0.0.7
 
-- Refactor SwingBackend to be embeddable
-  - jexer.Swing.blockMousePointer: false = do not invert cell, true
-    (default) is current behavior
-  - Make Demo4 with two separate Swing demos in a single JFrame.
-  - Make Demo5 mixing Swing and Jexer components
-
 - THelpWindow
   - TText + clickable links
   - Index
@@ -92,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
@@ -102,6 +97,7 @@ Tag github
 
 Upload to SF
 
+Upload to sonatype
 
 
 Brainstorm Wishlist