X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=docs%2FTODO.md;h=08a912aa76746752ffd921a9c8d1c363a54f1584;hb=3e0743556d1f31723a11a6019b5c2b018b4b2104;hp=f3e1233621569b4a9f783f8f03331ef80d65a8cc;hpb=2ce6dab2bbd951e6d0f09f94759efda5ee4b65ac;p=fanfix.git diff --git a/docs/TODO.md b/docs/TODO.md index f3e1233..08a912a 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -5,17 +5,39 @@ Jexer TODO List Roadmap ------- -0.0.4 - -- TWindow - - "Smart placement" for new windows +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 +- Finish up multiscreen support: + - cmAbort to cmScreenDisconnected + - cmScreenConnected + - Handle screen resizes + - TSpinner - TComboBox - TCalendar @@ -26,12 +48,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 @@ -65,6 +92,8 @@ Regression Checklist Release Checklist √ ------------------- +Eliminate all Eclipse warnings + Fix all marked TODOs in code Eliminate DEBUG, System.err prints