X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=docs%2FTODO.md;h=3f4df474c38e07da1879910d21be702139b08008;hb=2fef9c6eaa2ba32e7a14ea1e469ec471b05019a2;hp=eb7164f067dbfad72e028b2bf847e8d98f251ffd;hpb=7657ad8c9c48bdde0c7d693859e942bd2186b1f7;p=nikiroo-utils.git diff --git a/docs/TODO.md b/docs/TODO.md index eb7164f..3f4df47 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -10,18 +10,25 @@ 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 @@ -35,8 +42,8 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the - 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 + - Make Demo5 with two separate Swing demos in a single JFrame. + - Make Demo6 mixing Swing and Jexer components - THelpWindow - TText + clickable links