update roadmap
[nikiroo-utils.git] / docs / TODO.md
index 47f07d0575cb97f0538ff90f9005689663ec2bcd..0ab6e91688999d899d61d5ca58df1551ecb151e8 100644 (file)
@@ -5,19 +5,25 @@ Jexer TODO List
 Roadmap
 -------
 
-0.0.4
+BUG: TTreeView.reflow() doesn't keep the vertical dot within the
+     scrollbar.
 
-- TStatusBar
-  - TMenu version
-  - TWindow version
-  - Click mouse
+0.0.5
 
-- TWindow
-  - "Smart placement" for new windows
+- TDesktop (#14)
 
-0.0.5
+- TWindow:
+  - UNCLOSABLE (#8)
+  - H/V scrollbars (#4)
+    - Expose toTop()/toLeft()/...
+
+- TText:
+  - Justification (left, right, center, proportional) (#10)
+  - Scrollbars adjust automatically
+    - Expose toTop()/toLeft()/...
 
 - TEditor
+- Eliminate all Eclipse warnings
 
 0.0.6
 
@@ -27,16 +33,27 @@ Roadmap
 
 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
 
+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
@@ -70,6 +87,8 @@ Regression Checklist
 Release Checklist √
 -------------------
 
+Eliminate all Eclipse warnings
+
 Fix all marked TODOs in code
 
 Eliminate DEBUG, System.err prints