Last modified 15 years ago
Last modified on 03/15/10 13:42:46
Analysis
(Give as much as possible of the needed information for designing and implementing the task in the following sections.)
Overview
- The existing stable poses in the sophie text are not easy to work with and require working with text history which is not cheap and fast enough. This task should remove the stable poses from the text.
Task requirements
- Remove the HotPos class
- Remove most of the ImmHotText existing code. Keep the recent text functionality and improve the code quality.
Task result
The result should be code.
Implementation idea
- Remove HotPos class(the stable poses) and replace them with unstable text indexes.
- Keep the text styles in every text unit.
Related
(Add links to related tasks that could be useful or helpful.)
How to demo
Run all the text related tests in sophie.
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)