- 
    
Suggestion
 - 
    Resolution: Done
 - 
    
P3: Somewhat important
 - 
    Qt Creator 4.11.0
 - 
    None
 
- 
        
 - 
        7e4cd9b3684b05b1a711e980bf43c0474267d21e (qt-creator/qt-creator/4.11)
 
Given the following text with | = cursor position:
TheCamelCaseName|
different behavior happens when pressing Shift+Ctrl+Left in an editor or in a camel case input widget (like global rename):
- Editor selects "Name"
 - Input widget selects all
 
Without the shift modifier, both work the same.