Common Scrollable interface
[nikiroo-utils.git] / docs / TODO.md
index f3e1233621569b4a9f783f8f03331ef80d65a8cc..a3455e5ea1fe1c2c17ecd1f7ce5d02b465aca2b2 100644 (file)
@@ -5,14 +5,18 @@ 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
 
+
+- TWindow:
+  - UNCLOSABLE (#8)
+
+
 - TEditor
+- Eliminate all Eclipse warnings
 
 0.0.6
 
@@ -22,16 +26,27 @@ Roadmap
 
 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
 
+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,6 +80,8 @@ Regression Checklist
 Release Checklist √
 -------------------
 
+Eliminate all Eclipse warnings
+
 Fix all marked TODOs in code
 
 Eliminate DEBUG, System.err prints