Common Scrollable interface
[nikiroo-utils.git] / docs / TODO.md
... / ...
CommitLineData
1Jexer TODO List
2===============
3
4
5Roadmap
6-------
7
8BUG: TTreeView.reflow() doesn't keep the vertical dot within the
9 scrollbar.
10
110.0.5
12
13
14- TWindow:
15 - UNCLOSABLE (#8)
16
17
18- TEditor
19- Eliminate all Eclipse warnings
20
210.0.6
22
23- TSpinner
24- TComboBox
25- TCalendar
26
270.0.7
28
29- Refactor SwingBackend to be embeddable
30 - jexer.Swing.blockMousePointer: false = do not invert cell, true
31 (default) is current behavior
32 - Make Demo5 with two separate Swing demos in a single JFrame.
33 - Make Demo6 mixing Swing and Jexer components
34
35- THelpWindow
36 - TText + clickable links
37 - Index
38
390.0.8
40
41- Undo / Redo support
42
430.1.0: BETA RELEASE and BUG HUNT
44
45- Verify vttest in multiple tterminals.
46
471.0.0
48
49- Maven artifact.
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
83Eliminate all Eclipse warnings
84
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----------------------------