summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-07-27 12:17:37 +0200
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-09-21 07:31:11 +0000
commitfb5bdb0abf937e29cc47d5c85f383e906ec3f7ee (patch)
tree73510ba817c5aebe5dc7526d0b9382d1239116fc
parenteee4927d685ad91bb59b0311fd265b33470d1045 (diff)
downloadqt-creator-fb5bdb0abf937e29cc47d5c85f383e906ec3f7ee.tar.gz
Doc: update info about Beautifier options
Uncrustify now also provides the "Format Selected Text" command. Change-Id: Ifb30fc0b0b706cc8d06d24727556d0e98b863098 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Lorenz Haas <lykurg@gmail.com>
-rw-r--r--doc/src/editors/creator-beautifier.qdoc11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/editors/creator-beautifier.qdoc b/doc/src/editors/creator-beautifier.qdoc
index c5257f46a4..fbbb79937a 100644
--- a/doc/src/editors/creator-beautifier.qdoc
+++ b/doc/src/editors/creator-beautifier.qdoc
@@ -90,7 +90,7 @@
DISTFILES variable as the configuration file for the
selected tool.
- \li Select the \uicontrol {Use $HOME} option to use the
+ \li Select the \uicontrol {Use file in $HOME} option to use the
specified file in the user's home directory as the
configuration file for the selected tool.
@@ -117,8 +117,9 @@
\endlist
In addition to the \uicontrol {Format Current File} command, ClangFormat
- provides the \uicontrol {Format Selected Text} command. If you select it
- when no text is selected, nothing happens. To format the entire file in this
- case, select the \uicontrol {Format entire file if no text was selected}
- check box in the \uicontrol {Clang Format} options.
+ and Uncrustify provide the \uicontrol {Format Selected Text} command. If you
+ select it when no text is selected, nothing happens. To format the entire
+ file in this case when using Clang, select the
+ \uicontrol {Format entire file if no text was selected} check box in the
+ \uicontrol {Clang Format} options.
*/