Commit | Line | Data |
---|---|---|
55d2b2c2 KL |
1 | Jexer TODO List |
2 | =============== | |
3 | ||
4 | ||
5 | Roadmap | |
6 | ------- | |
7 | ||
55d2b2c2 KL |
8 | 0.0.5 |
9 | ||
10 | - TEditor | |
e685a47d | 11 | - Eliminate all Eclipse warnings |
55d2b2c2 KL |
12 | |
13 | 0.0.6 | |
14 | ||
15 | - TSpinner | |
16 | - TComboBox | |
17 | - TCalendar | |
18 | ||
19 | 0.0.7 | |
20 | ||
e685a47d KL |
21 | - Refactor SwingBackend to be embeddable |
22 | - jexer.Swing.blockMousePointer: false = do not invert cell, true | |
23 | (default) is current behavior | |
24 | - Make Demo4 with two separate Swing demos in a single JFrame. | |
25 | - Make Demo5 mixing Swing and Jexer components | |
26 | ||
55d2b2c2 KL |
27 | - THelpWindow |
28 | - TText + clickable links | |
29 | - Index | |
30 | ||
a2018e99 KL |
31 | 0.0.8 |
32 | ||
33 | - Undo / Redo support | |
34 | ||
55d2b2c2 KL |
35 | 0.1.0: BETA RELEASE and BUG HUNT |
36 | ||
37 | - Verify vttest in multiple tterminals. | |
38 | ||
39 | 1.0.0 | |
40 | ||
e685a47d | 41 | - Maven artifact. |
55d2b2c2 KL |
42 | |
43 | ||
44 | 1.1.0 Wishlist | |
45 | -------------- | |
46 | ||
47 | - TTerminal | |
48 | - Handle resize events (pass to child process) | |
49 | ||
50 | - Screen | |
51 | - Allow complex characters in putCharXY() and detect them in putStringXY(). | |
52 | ||
53 | - Drag and drop | |
54 | - TEditor | |
55 | - TField | |
56 | - TText | |
57 | - TTerminal | |
58 | - TComboBox | |
59 | ||
60 | ||
61 | ||
62 | Regression Checklist | |
63 | -------------------- | |
64 | ||
65 | TTerminal | |
66 | No hang when closing, whether or not script is running | |
67 | No dead script children lying around | |
68 | vttest passing | |
69 | ||
70 | ||
71 | ||
72 | Release Checklist √ | |
73 | ------------------- | |
74 | ||
e685a47d KL |
75 | Eliminate all Eclipse warnings |
76 | ||
55d2b2c2 KL |
77 | Fix all marked TODOs in code |
78 | ||
79 | Eliminate DEBUG, System.err prints | |
80 | ||
81 | Version in: | |
82 | ||
83 | Update written by date to current year: | |
84 | All code headers | |
85 | VERSION | |
86 | ||
87 | Tag github | |
88 | ||
89 | Upload to SF | |
90 | ||
91 | ||
92 | ||
93 | Brainstorm Wishlist | |
94 | ------------------- | |
95 | ||
96 | ||
97 | ||
98 | Bugs Noted In Other Programs | |
99 | ---------------------------- |