Update package comments
[nikiroo-utils.git] / docs / TODO.md
index a3455e5ea1fe1c2c17ecd1f7ce5d02b465aca2b2..3f4df474c38e07da1879910d21be702139b08008 100644 (file)
@@ -10,12 +10,25 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the
 
 0.0.5
 
+- TApplication
+  - getAllWindows()
+  - Expose menu management functions (addMenu, getMenu, getAllMenus,
+    removeMenu, ...)
 
-- TWindow:
-  - UNCLOSABLE (#8)
+- 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
+    - ...
 
-- TEditor
 - Eliminate all Eclipse warnings
 
 0.0.6