Creator: How to turn off "smart" text replacement features?
-
In Qt Creator, when I select a string and type " (double quote), I do not want to "double quote" the string, but I want the string to be replaced with a double quote, like in most other text editors.
How do I configure that?
-
Tools -> Options... -> Text Editor -> Completion -> Automatically insert brackets = false
-
Is there any documentation about what this setting does exactly? I have to say, it doesn't really sound like anything related to double quotes.
-
bq. anything related to double quotes
but it's work! :-)
-
The question for me is: What else does it change? ;-)
-
Not good, it turns off too much.
When I create a new opening curly bracket, and hit "return", I do want the closing bracket to appear automatically.
I just don't want any such thing with double quotes.