Many changes:
[fanfix.git] / docs / TODO.md
index 47f07d0575cb97f0538ff90f9005689663ec2bcd..55b62386c52b6c6dfa5bdc12149cda1782a91962 100644 (file)
@@ -5,48 +5,63 @@ Jexer TODO List
 Roadmap
 -------
 
-0.0.4
+0.0.6
 
-- TStatusBar
-  - TMenu version
-  - TWindow version
-  - Click mouse
+- 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
-  - "Smart placement" for new windows
+0.0.7
 
-0.0.5
+- Finish up multiscreen support:
+  - cmAbort to cmScreenDisconnected
+  - cmScreenConnected
+  - Handle screen resizes
 
 - TEditor
+  - Word wrap
+  - Performance: behave smoothly on 1GB text files
 
-0.0.6
+- Additional main color themes:
+  - Dark / L33t
+  - Green / NoReallyElite
+  - Red/brown
+  - Monochrome
+  - OMGPonies
 
-- TSpinner
-- TComboBox
-- TCalendar
-
-0.0.7
+0.0.8
 
 - THelpWindow
-  - TText + clickable links
+  - TEditor + clickable links
   - Index
 
-0.1.0: BETA RELEASE and BUG HUNT
+- TEditor
+  - Expose API:
+    - Cursor movement
+    - Movement within document
+    - Cut/copy/paste
 
-- Verify vttest in multiple tterminals.
+0.0.9
 
-1.0.0
+- TEditor:
+  - Undo / Redo support
 
+0.1.0: LET'S GET PRETTY
 
+- TChart:
+  - Bar chart
+  - XY chart
+  - Time series chart
 
-1.1.0 Wishlist
---------------
+0.1.1: BETA RELEASE and BUG HUNT
 
-- TTerminal
-  - Handle resize events (pass to child process)
+- Verify vttest in multiple tterminals.
 
-- Screen
-  - Allow complex characters in putCharXY() and detect them in putStringXY().
+0.2.0:
 
 - Drag and drop
   - TEditor
@@ -55,6 +70,17 @@ Roadmap
   - TTerminal
   - TComboBox
 
+1.0.0
+
+- Publish to the whole wide world
+
+
+1.1.0 Wishlist
+--------------
+
+- Screen
+  - Allow complex characters in putCharXY() and detect them in putStringXY().
+
 
 
 Regression Checklist
@@ -70,12 +96,12 @@ Regression Checklist
 Release Checklist √
 -------------------
 
+Eliminate all Eclipse warnings
+
 Fix all marked TODOs in code
 
 Eliminate DEBUG, System.err prints
 
-Version in:
-
 Update written by date to current year:
     All code headers
     VERSION
@@ -84,6 +110,7 @@ Tag github
 
 Upload to SF
 
+Upload to sonatype
 
 
 Brainstorm Wishlist