X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=docs%2FTODO.md;h=08a912aa76746752ffd921a9c8d1c363a54f1584;hb=3e0743556d1f31723a11a6019b5c2b018b4b2104;hp=29e5194f61d6a7f3606dd40373876a4522d7b2dd;hpb=8c236a985851e21e6514b25f0795f8d4aead871a;p=fanfix.git diff --git a/docs/TODO.md b/docs/TODO.md index 29e5194..08a912a 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -10,41 +10,40 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the 0.0.5 +- TApplication + - getAllWindows() + - Expose menu management functions (addMenu, getMenu, getAllMenus, + removeMenu, ...) -- Scrollable: - - TTreeView - - TText - - TList - - TTerminalWindow - - TScrollableWindow - - -- 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 Demo5 with two separate Swing demos in a single JFrame. - - Make Demo6 mixing Swing and Jexer components - - THelpWindow - TText + clickable links - Index