aboutsummaryrefslogtreecommitdiffstats
path: root/dist/clangformat
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2017-09-05 09:59:25 +0200
committerNikolai Kosjar <nikolai.kosjar@qt.io>2017-09-21 07:15:12 +0000
commit89fa23a916b55bd06b0b0756d6d874b4b03e5ba1 (patch)
treedd0507586e081df9849c90c545b868f2bd15d9f9 /dist/clangformat
parentedab564cf0c051ad0774dc5a59751d3c5781b263 (diff)
Beautifier: ClangFormat: Format current syntactic entity for no selection
In case there was no selection, the action "Format Selected Text" could format the whole file (option) as a fallback. However, there is also the use case of formatting the syntactic entity under the cursor. Introducing another separate action for this feels wrong, so remove the fallback instead since there is already an action handling this. Change-Id: Ia73f6074433e706bb4c2d375ad5b84dd59bc93a3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Lorenz Haas <lorenz.haas@histomatics.de>
Diffstat (limited to 'dist/clangformat')
-rw-r--r--dist/clangformat/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/clangformat/README.md b/dist/clangformat/README.md
index aa3584e462..05fd065c01 100644
--- a/dist/clangformat/README.md
+++ b/dist/clangformat/README.md
@@ -57,7 +57,7 @@ For Windows:
3. Set shortcuts for convenience:
In Menu: Tools > Options > Environment > Keyboard
* ClangFormat / FormatFile - e.g. Alt+C, F
- * ClangFormat / FormatSelectedText - e.g. Alt+C, S
+ * ClangFormat / FormatAtCursor - e.g. Alt+C, C
* ClangFormat / DisableFormattingSelectedText - e.g. Alt+C, D
Due to several issues outlined below the FormatFile action might be of limited