| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | = Analysis = |
| 6 | == Overview == |
| 7 | The current text model is very complicated and not easy to use. |
| 8 | |
| 9 | == Task requirements == |
| 10 | * Remove the HotPosKind class in order to make the text model more understandable and intuitive. |
| 11 | * This will reduce the text functionality with applying styles as follows: the cursor won't "have style" any more. |
| 12 | This means that if there is no selected text and ctrl+B is applied nothing will happen. |
| 13 | * In order to save part of the text functionality on applying styles to the text a new feature (input styles) will be added. |
| 14 | * This will cause the following result: if there is no selected text in the view and ctrl+B is applied then the text inserted |
| 15 | after this will be bold(note that if you change the cursor position the text inserted in this position will be bold, this is the |
| 16 | only reduced functionality from the previous text model). |
| 17 | |
| 18 | |
| 19 | == Task result == |
| 20 | The result will be source code. |
| 21 | |
| 22 | == Implementation idea == |
| 23 | * Remove the HotPosKind class and related to it funtions from the model. |
| 24 | * Add a new property in the TextFlow model to keep the input style. |
| 25 | |
| 26 | == Related == |
| 27 | ^(Add links to related tasks that could be useful or helpful.)^ |
| 28 | |
| 29 | == How to demo == |
| 30 | ^(Provide instructions for demonstration of the task.)^ |
| 31 | |
| 32 | = Design = |
| 33 | ^(Describe your design here.)^ |
| 34 | |
| 35 | = Implementation = |
| 36 | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 37 | |
| 38 | = Testing = |
| 39 | ^(Place the testing results here.)^ |
| 40 | |
| 41 | = Comments = |
| 42 | ^(Write comments for this or later revisions here.) |