Update package comments
[fanfix.git] / docs / TODO.md
index 47f07d0575cb97f0538ff90f9005689663ec2bcd..3f4df474c38e07da1879910d21be702139b08008 100644 (file)
@@ -5,20 +5,32 @@ Jexer TODO List
 Roadmap
 -------
 
-0.0.4
-
-- TStatusBar
-  - TMenu version
-  - TWindow version
-  - Click mouse
-
-- TWindow
-  - "Smart placement" for new windows
+BUG: TTreeView.reflow() doesn't keep the vertical dot within the
+     scrollbar.
 
 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>
+  - TEditorWindow extends TScrollableWindow
+  - TEditor widget with keystroke functions:
+    - cursorRight/Left/...
+    - insertChar
+    - deleteForwardChar
+    - deleteBackwardChar
+    - deleteBackwardWord
+    - wordCount
+    - ...
+
+- Eliminate all Eclipse warnings
+
 0.0.6
 
 - TSpinner
@@ -27,16 +39,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
@@ -70,6 +93,8 @@ Regression Checklist
 Release Checklist √
 -------------------
 
+Eliminate all Eclipse warnings
+
 Fix all marked TODOs in code
 
 Eliminate DEBUG, System.err prints