wiki:TEXT_POSITION_KIND

Version 2 (modified by diana, 15 years ago) (diff)

--

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=TEXT_POSITION_KIND, 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|) failed
current transaction is aborted, commands ignored until end of transaction block

Analysis

Overview

The current text model is very complicated and not easy to use.

Task requirements

  • Remove the HotPosKind class in order to make the text model more understandable and intuitive.
    • This will reduce the text functionality with applying styles as follows: the cursor won't "have style" any more. This means that if there is no selected text and ctrl+B is applied nothing will happen.
  • In order to save part of the text functionality on applying styles to the text a new feature (input styles) will be added.
    • This will cause the following result: if there is no selected text in the view and ctrl+B is applied then the text inserted

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

only reduced functionality from the previous text model).

Task result

The result will be source code.

Implementation idea

  • Remove the HotPosKind class and related to it funtions from the model.
  • Add a new property in the TextFlow model to keep the input style.

(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.)