X-Git-Url: https://git.nikiroo.be/?a=blobdiff_plain;f=docs%2FTODO.md;h=0ab6e91688999d899d61d5ca58df1551ecb151e8;hb=c3a80df6a4236824f1b2e15dab37f7c700f02527;hp=4f0621091b2eccf5e3d19f39550705ea279cbaf8;hpb=a2018e9964f6c58742cd1e6dd0a0c63e244a89d6;p=fanfix.git diff --git a/docs/TODO.md b/docs/TODO.md index 4f06210..0ab6e91 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -5,9 +5,25 @@ 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: + - Justification (left, right, center, proportional) (#10) + - Scrollbars adjust automatically + - Expose toTop()/toLeft()/... + - TEditor +- Eliminate all Eclipse warnings 0.0.6 @@ -17,6 +33,12 @@ Roadmap 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 + - THelpWindow - TText + clickable links - Index @@ -31,6 +53,7 @@ Roadmap 1.0.0 +- Maven artifact. 1.1.0 Wishlist @@ -64,6 +87,8 @@ Regression Checklist Release Checklist √ ------------------- +Eliminate all Eclipse warnings + Fix all marked TODOs in code Eliminate DEBUG, System.err prints