X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=docs%2FTODO.md;h=64ec85439cb10c7023199ab9041addf132238b20;hb=88a99379dca67603ee80819cb31716e52aa72362;hp=a3455e5ea1fe1c2c17ecd1f7ce5d02b465aca2b2;hpb=56661844475522242093c8858ceb20fb15589da5;p=fanfix.git diff --git a/docs/TODO.md b/docs/TODO.md index a3455e5..64ec854 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -10,12 +10,29 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the 0.0.5 +- Multiscreen support: + - cmAbort to cmScreenDisconnected + - cmScreenConnected -- TWindow: - - UNCLOSABLE (#8) - +- 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 @@ -26,12 +43,6 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the 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