"src/libs/git@git.qt.io:tohunger/qt-creator.git" did not exist on "a6e5298591ff2da1482b8e4a81b3aed85d74ee6f"
Thorbjørn Lindeijer
authored
Due to using QTextCursor::columnNumber() instead of QTextCursor::positionInBlock(), a lot of code would not work correctly when used with wrapped lines. In addition, there was an issue with columnNumber() returning 0 right after inserting a character before the last character of a line. Reviewed-by: mae