-
Sub-task
-
Resolution: Unresolved
-
P4: Low
-
None
-
None
-
linux, qt4.7-git
Currently, there is no way to format a part of a TextEdit element: only the whole TextEdit can be formated (see forum thread #805). Adding methods that return reference to a TextEdit sub-part or a Text (instead of a string) could be useful to change the format of a part of the TextEdit. Something like that may help:
- selectionAsFormatable() : TextEdit (or Text?) This could allow to format a subpart of the element
- setCurrentWheight (enum) : void
- setCurrent ... A bunch of method to Format the TextEdit at cursor position.