TWindowBackend
[nikiroo-utils.git] / docs / TODO.md
index 0ab6e91688999d899d61d5ca58df1551ecb151e8..08a912aa76746752ffd921a9c8d1c363a54f1584 100644 (file)
@@ -10,35 +10,40 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the
 
 0.0.5
 
-- TDesktop (#14)
+- TApplication
+  - getAllWindows()
+  - Expose menu management functions (addMenu, getMenu, getAllMenus,
+    removeMenu, ...)
 
-- TWindow:
-  - UNCLOSABLE (#8)
-  - H/V scrollbars (#4)
-    - Expose toTop()/toLeft()/...
+- TEditor
 
-- TText:
-  - Justification (left, right, center, proportional) (#10)
-  - Scrollbars adjust automatically
-    - Expose toTop()/toLeft()/...
+  - 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
+    - ...
 
-- TEditor
 - Eliminate all Eclipse warnings
 
 0.0.6
 
+- Finish up multiscreen support:
+  - cmAbort to cmScreenDisconnected
+  - cmScreenConnected
+  - Handle screen resizes
+
 - TSpinner
 - TComboBox
 - TCalendar
 
 0.0.7
 
-- 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
-
 - THelpWindow
   - TText + clickable links
   - Index