Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.5.0, 5.10.1
-
Ubuntu 14.04 LTS 64 bit
Ubuntu 16.04 64-bit
Description
- Open a source file.
- Place the cursor somewhere in the code.
- Press Ctrl+Shift+U to show usages.
The shortcut is intercepted by Ubuntu. Instead of triggering "Find Usages", a "u" is added to the code. AFAIK, this is a known issue. - Press Backspace a couple of times.
The visible cursor and the added "u" do not move while the effective cursor position does change and characters are being removed from the editor as expected.
Before:void myFunction|();
After shortcut:
void myFunctionu|();
After backspaces:
void myFu(); u|
- Switch to a different window and come back.
The cursor is in the right position again.
Cursors in editors should always be shown in the right location.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-29134 Code Editor needs to implement inputMethodEvent()
- Closed