TEditor working
[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.6
12
13- TEditor
14 - True tokenization and syntax highlighting: Java, C, Clojure, XML
15 - Tab character support
16 - Cut and Paste
17
18- Finish up multiscreen support:
19 - cmAbort to cmScreenDisconnected
20 - cmScreenConnected
21 - Handle screen resizes
22
23- TSpinner
24- TComboBox
25- TCalendar
26
270.0.7
28
29- THelpWindow
30 - TText + clickable links
31 - Index
32
330.0.8
34
35- Undo / Redo support
36
370.1.0: BETA RELEASE and BUG HUNT
38
39- Verify vttest in multiple tterminals.
40
411.0.0
42
43- Maven artifact.
44
45
461.1.0 Wishlist
47--------------
48
49- TTerminal
50 - Handle resize events (pass to child process)
51
52- Screen
53 - Allow complex characters in putCharXY() and detect them in putStringXY().
54
55- Drag and drop
56 - TEditor
57 - TField
58 - TText
59 - TTerminal
60 - TComboBox
61
62
63
64Regression Checklist
65--------------------
66
67 TTerminal
68 No hang when closing, whether or not script is running
69 No dead script children lying around
70 vttest passing
71
72
73
74Release Checklist √
75-------------------
76
77Eliminate all Eclipse warnings
78
79Fix all marked TODOs in code
80
81Eliminate DEBUG, System.err prints
82
83Update written by date to current year:
84 All code headers
85 VERSION
86
87Tag github
88
89Upload to SF
90
91Upload to sonatype
92
93
94Brainstorm Wishlist
95-------------------
96
97
98
99Bugs Noted In Other Programs
100----------------------------