X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=docs%2FTODO.md;h=64ec85439cb10c7023199ab9041addf132238b20;hb=88a99379dca67603ee80819cb31716e52aa72362;hp=47f07d0575cb97f0538ff90f9005689663ec2bcd;hpb=55d2b2c2b29ce51f4f910448a115073371deeae8;p=fanfix.git diff --git a/docs/TODO.md b/docs/TODO.md index 47f07d0..64ec854 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -5,20 +5,36 @@ Jexer TODO List Roadmap ------- -0.0.4 +BUG: TTreeView.reflow() doesn't keep the vertical dot within the + scrollbar. -- TStatusBar - - TMenu version - - TWindow version - - Click mouse +0.0.5 -- TWindow - - "Smart placement" for new windows +- Multiscreen support: + - cmAbort to cmScreenDisconnected + - cmScreenConnected -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 @@ -31,12 +47,17 @@ Roadmap - 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 @@ -70,6 +91,8 @@ Regression Checklist Release Checklist √ ------------------- +Eliminate all Eclipse warnings + Fix all marked TODOs in code Eliminate DEBUG, System.err prints