diff --git a/doc/images/qtcreator-code-style-alignment.png b/doc/images/qtcreator-code-style-alignment.png index 2f60c10fe72..19da87b4e8a 100644 Binary files a/doc/images/qtcreator-code-style-alignment.png and b/doc/images/qtcreator-code-style-alignment.png differ diff --git a/doc/images/qtcreator-code-style-braces.png b/doc/images/qtcreator-code-style-braces.png index f2d9cf19e0d..fdb6583476d 100644 Binary files a/doc/images/qtcreator-code-style-braces.png and b/doc/images/qtcreator-code-style-braces.png differ diff --git a/doc/images/qtcreator-code-style-content.png b/doc/images/qtcreator-code-style-content.png index 6fd1089613c..eec23e99a62 100644 Binary files a/doc/images/qtcreator-code-style-content.png and b/doc/images/qtcreator-code-style-content.png differ diff --git a/doc/images/qtcreator-code-style-settings-edit-cpp.png b/doc/images/qtcreator-code-style-settings-edit-cpp.png index 931211f5326..ab4b48b5e5f 100644 Binary files a/doc/images/qtcreator-code-style-settings-edit-cpp.png and b/doc/images/qtcreator-code-style-settings-edit-cpp.png differ diff --git a/doc/images/qtcreator-code-style-settings-edit-qtquick.png b/doc/images/qtcreator-code-style-settings-edit-qtquick.png index 563f0921051..0063f69e595 100644 Binary files a/doc/images/qtcreator-code-style-settings-edit-qtquick.png and b/doc/images/qtcreator-code-style-settings-edit-qtquick.png differ diff --git a/doc/images/qtcreator-code-style-switch.png b/doc/images/qtcreator-code-style-switch.png index 5038c4f4466..e197a7df79d 100644 Binary files a/doc/images/qtcreator-code-style-switch.png and b/doc/images/qtcreator-code-style-switch.png differ diff --git a/doc/images/qtcreator-editortoolbar-symbols.png b/doc/images/qtcreator-editortoolbar-symbols.png index 8f55b277b75..b938086dce4 100644 Binary files a/doc/images/qtcreator-editortoolbar-symbols.png and b/doc/images/qtcreator-editortoolbar-symbols.png differ diff --git a/doc/images/qtcreator-pointers-references.png b/doc/images/qtcreator-pointers-references.png new file mode 100644 index 00000000000..43dec0fb9c4 Binary files /dev/null and b/doc/images/qtcreator-pointers-references.png differ diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc index c45672634b6..5b9a534bcc0 100644 --- a/doc/src/editors/creator-editors.qdoc +++ b/doc/src/editors/creator-editors.qdoc @@ -1093,6 +1093,10 @@ \li Align continuation lines. + \li Bind pointers (*) and references (&) in types and declarations to + identifiers, type names, or left or right \c const or \c volatile + keywords. + \endlist You can use the live preview to see how the options change the indentation. @@ -1233,6 +1237,17 @@ \image qtcreator-code-style-alignment.png "Alignment options" + \section1 Binding Pointers and References + + To bind pointers (*) and references (&) in types and declarations to + identifiers, type names, or left or right \c const or \c volatile keywords, + select the check boxes in the \gui {Pointers and References} tab. + + The * and & characters are automatically bound to identifiers of pointers to + functions and pointers to arrays. + + \image qtcreator-pointers-references.png "Pointers and References options" + */