X-Git-Url: https://git.nikiroo.be/?a=blobdiff_plain;f=docs%2FTODO.md;h=dfb39eb71a2424efd1b4c7f20da6854383941ec5;hb=b1a8acec8adc13327268b1e600d367b2ba0cccc0;hp=3f4df474c38e07da1879910d21be702139b08008;hpb=ca965765a69b96141ddf9cc170cb380eb21cf28e;p=fanfix.git diff --git a/docs/TODO.md b/docs/TODO.md index 3f4df47..dfb39eb 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -5,79 +5,83 @@ Jexer TODO List Roadmap ------- -BUG: TTreeView.reflow() doesn't keep the vertical dot within the - scrollbar. - -0.0.5 - -- TApplication - - getAllWindows() - - Expose menu management functions (addMenu, getMenu, getAllMenus, - removeMenu, ...) - -- TEditor - - - Swich Line from String to ArrayList - - StringUtils.justify functions for ArrayList - - TEditorWindow extends TScrollableWindow - - TEditor widget with keystroke functions: - - cursorRight/Left/... - - insertChar - - deleteForwardChar - - deleteBackwardChar - - deleteBackwardWord - - wordCount - - ... - -- Eliminate all Eclipse warnings - 0.0.6 - 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 Demo5 with two separate Swing demos in a single JFrame. - - Make Demo6 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 + +0.0.9 -- Undo / Redo support +- 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 @@ -99,8 +103,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 +111,7 @@ Tag github Upload to SF +Upload to sonatype Brainstorm Wishlist