TWindowBackend
[nikiroo-utils.git] / docs / TODO.md
index 4f0621091b2eccf5e3d19f39550705ea279cbaf8..08a912aa76746752ffd921a9c8d1c363a54f1584 100644 (file)
@@ -5,12 +5,39 @@ 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
 
+- Finish up multiscreen support:
+  - cmAbort to cmScreenDisconnected
+  - cmScreenConnected
+  - Handle screen resizes
+
 - TSpinner
 - TComboBox
 - TCalendar
@@ -31,6 +58,7 @@ Roadmap
 
 1.0.0
 
+- Maven artifact.
 
 
 1.1.0 Wishlist
@@ -64,6 +92,8 @@ Regression Checklist
 Release Checklist √
 -------------------
 
+Eliminate all Eclipse warnings
+
 Fix all marked TODOs in code
 
 Eliminate DEBUG, System.err prints