X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=docs%2FTODO.md;h=08a912aa76746752ffd921a9c8d1c363a54f1584;hb=3e0743556d1f31723a11a6019b5c2b018b4b2104;hp=eb7164f067dbfad72e028b2bf847e8d98f251ffd;hpb=7657ad8c9c48bdde0c7d693859e942bd2186b1f7;p=fanfix.git diff --git a/docs/TODO.md b/docs/TODO.md index eb7164f..08a912a 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -10,34 +10,40 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the 0.0.5 -- TDesktop (#14) +- TApplication + - getAllWindows() + - Expose menu management functions (addMenu, getMenu, getAllMenus, + removeMenu, ...) -- TWindow: - - UNCLOSABLE (#8) - - H/V scrollbars (#4) - - Expose toTop()/toLeft()/... +- TEditor -- TText: - - Scrollbars adjust automatically - - Expose toTop()/toLeft()/... + - 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 + - ... -- TEditor - Eliminate all Eclipse warnings 0.0.6 +- Finish up multiscreen support: + - cmAbort to cmScreenDisconnected + - cmScreenConnected + - Handle screen resizes + - TSpinner - TComboBox - TCalendar 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