X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;ds=sidebyside;f=docs%2FTODO.md;h=3f4df474c38e07da1879910d21be702139b08008;hb=ca965765a69b96141ddf9cc170cb380eb21cf28e;hp=4f0621091b2eccf5e3d19f39550705ea279cbaf8;hpb=a2018e9964f6c58742cd1e6dd0a0c63e244a89d6;p=fanfix.git diff --git a/docs/TODO.md b/docs/TODO.md index 4f06210..3f4df47 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -5,10 +5,32 @@ 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 @@ -17,6 +39,12 @@ 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 @@ -31,6 +59,7 @@ Roadmap 1.0.0 +- Maven artifact. 1.1.0 Wishlist @@ -64,6 +93,8 @@ Regression Checklist Release Checklist √ ------------------- +Eliminate all Eclipse warnings + Fix all marked TODOs in code Eliminate DEBUG, System.err prints