Localize strings
[nikiroo-utils.git] / docs / TODO.md
index 0ab6e91688999d899d61d5ca58df1551ecb151e8..e0de8a2e0ac9425e186b2582d156274eca7fdb38 100644 (file)
@@ -5,73 +5,80 @@ Jexer TODO List
 Roadmap
 -------
 
-BUG: TTreeView.reflow() doesn't keep the vertical dot within the
-     scrollbar.
+0.0.6
 
-0.0.5
+- New widgets:
+  - TSpinner
+  - TComboBox
+  - TCalendar
 
-- TDesktop (#14)
+- TEditor
+  - Horizontal scrollbar integration
+  - True tokenization and syntax highlighting: Java, C, Clojure, XML
+  - Carat notation for control characters
+  - Tab character support
+  - Cut/copy/paste
+  - Performance: behave smoothly on 100MB text files
 
-- TWindow:
-  - UNCLOSABLE (#8)
-  - H/V scrollbars (#4)
-    - Expose toTop()/toLeft()/...
+0.0.7
 
-- TText:
-  - Justification (left, right, center, proportional) (#10)
-  - Scrollbars adjust automatically
-    - Expose toTop()/toLeft()/...
+- Finish up multiscreen support:
+  - cmAbort to cmScreenDisconnected
+  - cmScreenConnected
+  - Handle screen resizes
 
 - TEditor
-- Eliminate all Eclipse warnings
+  - Word wrap
+  - Performance: behave smoothly on 1GB text files
 
-0.0.6
-
-- TSpinner
-- TComboBox
-- TCalendar
-
-0.0.7
+- Additional main color themes:
+  - Dark / L33t
+  - Green / NoReallyElite
+  - Red/brown
+  - Monochrome
+  - OMGPonies
 
-- 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
+0.0.8
 
 - THelpWindow
-  - TText + clickable links
+  - TEditor + clickable links
   - Index
 
-0.0.8
+- TEditor
+  - Expose API:
+    - Cursor movement
+    - Movement within document
+    - Cut/copy/paste
+
+0.0.9
 
-- Undo / Redo support
+- TEditor:
+  - Undo / Redo support
 
 0.1.0: BETA RELEASE and BUG HUNT
 
 - Verify vttest in multiple tterminals.
 
+0.2.0:
+
+- Drag and drop
+  - TEditor
+  - TField
+  - TText
+  - TTerminal
+  - TComboBox
+
 1.0.0
 
-- Maven artifact.
+- Publish to the whole wide world
 
 
 1.1.0 Wishlist
 --------------
 
-- TTerminal
-  - Handle resize events (pass to child process)
-
 - Screen
   - Allow complex characters in putCharXY() and detect them in putStringXY().
 
-- Drag and drop
-  - TEditor
-  - TField
-  - TText
-  - TTerminal
-  - TComboBox
-
 
 
 Regression Checklist
@@ -93,8 +100,6 @@ Fix all marked TODOs in code
 
 Eliminate DEBUG, System.err prints
 
-Version in:
-
 Update written by date to current year:
     All code headers
     VERSION
@@ -103,6 +108,7 @@ Tag github
 
 Upload to SF
 
+Upload to sonatype
 
 
 Brainstorm Wishlist