TEditor 80% complete
[fanfix.git] / docs / TODO.md
index f3e1233621569b4a9f783f8f03331ef80d65a8cc..20ce1fe6a49b4ea5c0e9710648e2be03ed949606 100644 (file)
@@ -5,17 +5,30 @@ Jexer TODO List
 Roadmap
 -------
 
-0.0.4
-
-- TWindow
-  - "Smart placement" for new windows
+BUG: TTreeView.reflow() doesn't keep the vertical dot within the
+     scrollbar.
 
 0.0.5
 
 - TEditor
+  - 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
+  - Handle screen resizes
+
 - TSpinner
 - TComboBox
 - TCalendar
@@ -26,12 +39,17 @@ Roadmap
   - TText + clickable links
   - Index
 
+0.0.8
+
+- Undo / Redo support
+
 0.1.0: BETA RELEASE and BUG HUNT
 
 - Verify vttest in multiple tterminals.
 
 1.0.0
 
+- Maven artifact.
 
 
 1.1.0 Wishlist
@@ -65,12 +83,12 @@ Regression Checklist
 Release Checklist √
 -------------------
 
+Eliminate all Eclipse warnings
+
 Fix all marked TODOs in code
 
 Eliminate DEBUG, System.err prints
 
-Version in:
-
 Update written by date to current year:
     All code headers
     VERSION
@@ -79,6 +97,7 @@ Tag github
 
 Upload to SF
 
+Upload to sonatype
 
 
 Brainstorm Wishlist