Many changes:
[fanfix.git] / docs / TODO.md
index 29e5194f61d6a7f3606dd40373876a4522d7b2dd..55b62386c52b6c6dfa5bdc12149cda1782a91962 100644 (file)
@@ -5,79 +5,82 @@ Jexer TODO List
 Roadmap
 -------
 
-BUG: TTreeView.reflow() doesn't keep the vertical dot within the
-     scrollbar.
+0.0.6
 
-0.0.5
+- 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
 
+0.0.7
 
-- Scrollable:
-  - TTreeView
-  - TText
-  - TList
-  - TTerminalWindow
-  - TScrollableWindow
+- Finish up multiscreen support:
+  - cmAbort to cmScreenDisconnected
+  - cmScreenConnected
+  - Handle screen resizes
 
+- TEditor
+  - Word wrap
+  - Performance: behave smoothly on 1GB text files
 
-- TWindow:
-  - UNCLOSABLE (#8)
-  - H/V scrollbars (#4)
-    - Expose toTop()/toLeft()/...
+- Additional main color themes:
+  - Dark / L33t
+  - Green / NoReallyElite
+  - Red/brown
+  - Monochrome
+  - OMGPonies
 
-- TText:
-  - Scrollbars adjust automatically
-    - Expose toTop()/toLeft()/...
+0.0.8
 
-- TEditor
-- Eliminate all Eclipse warnings
+- THelpWindow
+  - TEditor + clickable links
+  - Index
 
-0.0.6
+- TEditor
+  - Expose API:
+    - Cursor movement
+    - Movement within document
+    - Cut/copy/paste
 
-- TSpinner
-- TComboBox
-- TCalendar
+0.0.9
 
-0.0.7
+- TEditor:
+  - Undo / Redo support
 
-- Refactor SwingBackend to be embeddable
-  - jexer.Swing.blockMousePointer: false = do not invert cell, true
-    (default) is current behavior
-  - Make Demo5 with two separate Swing demos in a single JFrame.
-  - Make Demo6 mixing Swing and Jexer components
+0.1.0: LET'S GET PRETTY
 
-- THelpWindow
-  - TText + clickable links
-  - Index
+- TChart:
+  - Bar chart
+  - XY chart
+  - Time series chart
 
-0.0.8
+0.1.1: BETA RELEASE and BUG HUNT
 
-- Undo / Redo support
+- Verify vttest in multiple tterminals.
 
-0.1.0: BETA RELEASE and BUG HUNT
+0.2.0:
 
-- Verify vttest in multiple tterminals.
+- 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
@@ -99,8 +102,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
@@ -109,6 +110,7 @@ Tag github
 
 Upload to SF
 
+Upload to sonatype
 
 
 Brainstorm Wishlist