Common Scrollable interface
[nikiroo-utils.git] / docs / TODO.md
CommitLineData
55d2b2c2
KL
1Jexer TODO List
2===============
3
4
5Roadmap
6-------
7
c3a80df6
KL
8BUG: TTreeView.reflow() doesn't keep the vertical dot within the
9 scrollbar.
10
55d2b2c2
KL
110.0.5
12
8c236a98 13
c3a80df6
KL
14- TWindow:
15 - UNCLOSABLE (#8)
c3a80df6 16
c3a80df6 17
55d2b2c2 18- TEditor
e685a47d 19- Eliminate all Eclipse warnings
55d2b2c2
KL
20
210.0.6
22
23- TSpinner
24- TComboBox
25- TCalendar
26
270.0.7
28
e685a47d
KL
29- Refactor SwingBackend to be embeddable
30 - jexer.Swing.blockMousePointer: false = do not invert cell, true
31 (default) is current behavior
8c236a98
KL
32 - Make Demo5 with two separate Swing demos in a single JFrame.
33 - Make Demo6 mixing Swing and Jexer components
e685a47d 34
55d2b2c2
KL
35- THelpWindow
36 - TText + clickable links
37 - Index
38
a2018e99
KL
390.0.8
40
41- Undo / Redo support
42
55d2b2c2
KL
430.1.0: BETA RELEASE and BUG HUNT
44
45- Verify vttest in multiple tterminals.
46
471.0.0
48
e685a47d 49- Maven artifact.
55d2b2c2
KL
50
51
521.1.0 Wishlist
53--------------
54
55- TTerminal
56 - Handle resize events (pass to child process)
57
58- Screen
59 - Allow complex characters in putCharXY() and detect them in putStringXY().
60
61- Drag and drop
62 - TEditor
63 - TField
64 - TText
65 - TTerminal
66 - TComboBox
67
68
69
70Regression Checklist
71--------------------
72
73 TTerminal
74 No hang when closing, whether or not script is running
75 No dead script children lying around
76 vttest passing
77
78
79
80Release Checklist √
81-------------------
82
e685a47d
KL
83Eliminate all Eclipse warnings
84
55d2b2c2
KL
85Fix all marked TODOs in code
86
87Eliminate DEBUG, System.err prints
88
89Version in:
90
91Update written by date to current year:
92 All code headers
93 VERSION
94
95Tag github
96
97Upload to SF
98
99
100
101Brainstorm Wishlist
102-------------------
103
104
105
106Bugs Noted In Other Programs
107----------------------------