Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 4.8.0
-
None
Description
When trying to move next argument of function to a next line using r+Enter, it starts from the beginning of line.
Example:
Source line:
void test(int param1, int param2);
- move cursor to the next position after "param1,"
- press r and Enter
Result:
void test(int param1, int param2);
Attachments
Issue Links
- relates to
-
QTCREATORBUG-11913 Missing features in FakeVim
- Reported