Update package comments
[fanfix.git] / docs / TODO.md
index 97aabdd5bb647c9633db247f6e9b7bdfaa80a35f..3f4df474c38e07da1879910d21be702139b08008 100644 (file)
@@ -5,9 +5,30 @@ Jexer TODO List
 Roadmap
 -------
 
+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
@@ -21,8 +42,8 @@ Roadmap
 - 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
+  - Make Demo5 with two separate Swing demos in a single JFrame.
+  - Make Demo6 mixing Swing and Jexer components
 
 - THelpWindow
   - TText + clickable links