X-Git-Url: https://git.nikiroo.be/?a=blobdiff_plain;f=docs%2FTODO.md;h=9b90b45808fc726f9d30aa986db61de84cf47032;hb=f6d9020703931f645f553b59426e085a81e90c60;hp=eb7164f067dbfad72e028b2bf847e8d98f251ffd;hpb=7657ad8c9c48bdde0c7d693859e942bd2186b1f7;p=fanfix.git diff --git a/docs/TODO.md b/docs/TODO.md index eb7164f..9b90b45 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -5,72 +5,88 @@ Jexer TODO List Roadmap ------- -BUG: TTreeView.reflow() doesn't keep the vertical dot within the - scrollbar. - -0.0.5 - -- TDesktop (#14) - -- TWindow: - - UNCLOSABLE (#8) - - H/V scrollbars (#4) - - Expose toTop()/toLeft()/... - -- TText: - - Scrollbars adjust automatically - - Expose toTop()/toLeft()/... - -- TEditor -- Eliminate all Eclipse warnings - 0.0.6 +#18 Rework TApplication run loop: + - Reduce thread spinlocks + - Eliminate unnecessary screen redraws + - No activity means no CPU usage + - TSpinner - TComboBox - TCalendar +- 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 -- 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 +- Finish up multiscreen support: + - cmAbort to cmScreenDisconnected + - cmScreenConnected + - Handle screen resizes + +- TEditor + - Word wrap + - Performance: behave smoothly on 1GB text files + +- 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) + - Handle resize events (pass to child process). Will need to switch + to forkpty(), or ship a C wrapper process. - Screen - Allow complex characters in putCharXY() and detect them in putStringXY(). -- Drag and drop - - TEditor - - TField - - TText - - TTerminal - - TComboBox - Regression Checklist @@ -92,8 +108,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 @@ -102,6 +116,7 @@ Tag github Upload to SF +Upload to sonatype Brainstorm Wishlist