86 | | * Fix OutOfMemory problems |
87 | | * Measure the ammount of memory consumed by each caching |
88 | | * It is encountered that HotPos caching consumes a lot of memory so it should be optimized |
89 | | * Improve usability of the new text |
90 | | * Clarify ImmHotText interface |
91 | | * Static factory methods |
92 | | * empty |
93 | | * createEmpty |
94 | | * createStyled |
95 | | * Modification methods (creating new ImmHotText) |
96 | | * applyStyle |
97 | | * replace |
98 | | * subText |
99 | | * addChar |
100 | | * Navigation methods (later may be extracted to a separate Navigator class like the old text) |
101 | | * getBegin |
102 | | * getEnd |
103 | | * advance |
104 | | * getAt |
105 | | * getPosComparator |
106 | | * Getters and conversion methods |
107 | | * getLength |
108 | | * toString |
109 | | * toSequence |
110 | | * toAci |
111 | | * Create initial documentation with examples of a proper and common usage of the new text |
112 | | * For the client code (to be done in a next revision) |
113 | | * Iteration over character of the text |
114 | | * Applying styles |
115 | | * Changing the text |
116 | | * For the text internal functionality |
117 | | * Indexing - important (a few related bugs encountered) |
118 | | * Layout functionality |
| 86 | * Fix OutOfMemory problems |
| 87 | * Measure the ammount of memory consumed by each caching |
| 88 | * It is encountered that HotPos caching consumes a lot of memory so it should be optimized |
| 89 | * Improve usability of the new text |
| 90 | * Clarify ImmHotText interface |
| 91 | * Static factory methods |
| 92 | * empty |
| 93 | * createEmpty |
| 94 | * createStyled |
| 95 | * Modification methods (creating new ImmHotText) |
| 96 | * applyStyle |
| 97 | * replace |
| 98 | * subText |
| 99 | * addChar |
| 100 | * Navigation methods (later may be extracted to a separate Navigator class like the old text) |
| 101 | * getBegin |
| 102 | * getEnd |
| 103 | * advance |
| 104 | * getAt |
| 105 | * getPosComparator |
| 106 | * Getters and conversion methods |
| 107 | * getLength |
| 108 | * toString |
| 109 | * toSequence |
| 110 | * toAci |
| 111 | * Create initial documentation with examples of a proper and common usage of the new text |
| 112 | * For the client code (to be done in a next revision) |
| 113 | * Iteration over character of the text |
| 114 | * Applying styles |
| 115 | * Changing the text |
| 116 | * For the text internal functionality |
| 117 | * Indexing - important (a few related bugs encountered) |
| 118 | * Layout functionality |