X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=docs%2FTODO.md;h=55b62386c52b6c6dfa5bdc12149cda1782a91962;hb=7d922e0dfd9a6da42b84e01d52adeec6fff10025;hp=95e1add9ad12ff36d3d174f9318484cfb497c8a6;hpb=df602ccf5e32585c26dc618dd3b4a759b6820943;p=fanfix.git diff --git a/docs/TODO.md b/docs/TODO.md index 95e1add..55b6238 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -5,52 +5,63 @@ Jexer TODO List Roadmap ------- -BUG: TTreeView.reflow() doesn't keep the vertical dot within the - scrollbar. - 0.0.6 - TEditor + - Horizontal scrollbar integration - True tokenization and syntax highlighting: Java, C, Clojure, XML + - Carat notation for control characters - Tab character support - - Cut and Paste + - Cut/copy/paste + - Performance: behave smoothly on 100MB text files + +0.0.7 - Finish up multiscreen support: - cmAbort to cmScreenDisconnected - cmScreenConnected - Handle screen resizes -- TSpinner -- TComboBox -- TCalendar - -0.0.7 +- TEditor + - Word wrap + - Performance: behave smoothly on 1GB text files -- THelpWindow - - TText + clickable links - - Index +- Additional main color themes: + - Dark / L33t + - Green / NoReallyElite + - Red/brown + - Monochrome + - OMGPonies 0.0.8 -- Undo / Redo support +- THelpWindow + - 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 -- Maven artifact. +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 @@ -59,6 +70,17 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the - 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