Details
-
Suggestion
-
Resolution: Out of scope
-
P4: Low
-
4.5.0
-
None
Description
Would be nice if QTextCursor would have a currentChar() and a previousChar() function that would returns a QChar of the character just after and just before the cursor respectively. This would help make a lot of text processing code cleaner (rather than having to make a selection and get the QString etc).