Version 3 (modified by diana, 15 years ago) (diff) |
---|
Analysis
The navigation between chained frames now cannot be implemented because of internal issues. After this task there will be no visual result but the navigation will be possible to be implemented.
Overview
(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)
Task requirements
- The HotPos class holds a reference to the text it belongs to, but after manual chaining this text is changed and the new position does not belong to the text. That's why the HotPos class will no longer hold the text, but all the elemOp's of the text(the whole history of the text). This will make possible the implementation of the navigation.
- The ImmHotText class will no longer hold the last changed interval, it's subsingle interval and its previous text. All those will be replaced by ImmList<ElemOp> (the history of the text). This will make it easy to make new HotPoses and will reduce the code.
- The subText will no longer be as its parent text with another subInterval but a new ImmHoText made by removing the first and the last intervals of the parent text(example: text: 1234567 subText(0,2) the result is: 12).
- Those changes will remove some of the ImmHotText functionality and will reduce the code. The code quality will be improved.
Task result
the result should be code.
Implementation idea
(Provide some rough implementation idea(s).)
Related
(Add links to related tasks that could be useful or helpful.)
How to demo
(Provide instructions for demonstration of the task.)
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.)