Localize strings
[fanfix.git] / docs / TODO.md
index e59638221e8828c0e424e6127c9678a6f60b5fd3..e0de8a2e0ac9425e186b2582d156274eca7fdb38 100644 (file)
@@ -5,68 +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
 
 - TEditor
-  - TEditorWidget:
-    - Mouse wheel is buggy as hell
-    - Actual editing
-    - Cut and Paste
-  - TEditorWindow extends TScrollableWindow
-  - TTextArea extends TScrollableWidget
-
-0.0.6
+  - 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
 
-- TEditor
-  - True tokenization and syntax highlighting: Java, C, Clojure
+0.0.7
 
 - Finish up multiscreen support:
   - cmAbort to cmScreenDisconnected
   - cmScreenConnected
   - Handle screen resizes
 
-- TSpinner
-- TComboBox
-- TCalendar
+- TEditor
+  - Word wrap
+  - Performance: behave smoothly on 1GB text files
 
-0.0.7
+- Additional main color themes:
+  - Dark / L33t
+  - Green / NoReallyElite
+  - Red/brown
+  - Monochrome
+  - OMGPonies
+
+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
 
-- Undo / Redo support
+0.0.9
+
+- 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