X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=docs%2FTODO.md;h=29e5194f61d6a7f3606dd40373876a4522d7b2dd;hb=8c236a985851e21e6514b25f0795f8d4aead871a;hp=4bc66c770043c73b37ef87bd64f4e696e96ca080;hpb=a7986f7b289a17ca812a2f0cf04e48071accd636;p=nikiroo-utils.git diff --git a/docs/TODO.md b/docs/TODO.md index 4bc66c7..29e5194 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -5,9 +5,31 @@ Jexer TODO List Roadmap ------- +BUG: TTreeView.reflow() doesn't keep the vertical dot within the + scrollbar. + 0.0.5 + +- Scrollable: + - TTreeView + - TText + - TList + - TTerminalWindow + - TScrollableWindow + + +- 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 @@ -17,16 +39,27 @@ Roadmap 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 + - THelpWindow - TText + clickable links - Index +0.0.8 + +- Undo / Redo support + 0.1.0: BETA RELEASE and BUG HUNT - Verify vttest in multiple tterminals. 1.0.0 +- Maven artifact. 1.1.0 Wishlist @@ -60,6 +93,8 @@ Regression Checklist Release Checklist √ ------------------- +Eliminate all Eclipse warnings + Fix all marked TODOs in code Eliminate DEBUG, System.err prints