Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.0.1
-
None
-
MacOS 10.8.5 with Qt Creator 3.0.1
-
b4394dabdbae87bd749a902ceb688ee737f3c591
Description
When selecting a square of text using the alt key, the upper case conversion is wrong when applied to text with tabulation.
Here is an example:
Before uppercase:
\t I just want to uppercase the red selected character.
\t I just want to uppercase the red selected character.
\t I just want to uppercase the red selected character.
After uppercase:
\t I just want to uppercase the red SELECTED CHaracter.
\t I just want to uppercase the red SELECTED CHaracter.
\t I just want to uppercase the red SELECTED CH character.
As you can see the conversion is shifted regarding to the selected text.