#16 Refactor Swing backend, demo of multiple TApplications in one Swing frame
[fanfix.git] / docs / TODO.md
index 47f07d0575cb97f0538ff90f9005689663ec2bcd..64ec85439cb10c7023199ab9041addf132238b20 100644 (file)
@@ -5,20 +5,36 @@ 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
+- Multiscreen support:
+  - cmAbort to cmScreenDisconnected
+  - cmScreenConnected
 
-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
@@ -31,12 +47,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
@@ -70,6 +91,8 @@ Regression Checklist
 Release Checklist √
 -------------------
 
+Eliminate all Eclipse warnings
+
 Fix all marked TODOs in code
 
 Eliminate DEBUG, System.err prints