diff --git a/dist/changelog/changes-14.0.0.md b/dist/changelog/changes-14.0.0.md index e5dc688e599..1d33c9fc9bd 100644 --- a/dist/changelog/changes-14.0.0.md +++ b/dist/changelog/changes-14.0.0.md @@ -110,7 +110,9 @@ Editing ### Compiler Explorer -* Added a wizard template for code that uses Qt +* Added a wizard template for code that uses Qt to `File`> `New File`> + `Compiler Explorer` + [Documentation](https://doc.qt.io/qtcreator/creator-how-to-create-compiler-explorer-sessions.html) ### Models diff --git a/doc/qtcreator/images/qtcreator-new-project-compiler-explorer.webp b/doc/qtcreator/images/qtcreator-new-project-compiler-explorer.webp new file mode 100644 index 00000000000..3744f4100fa Binary files /dev/null and b/doc/qtcreator/images/qtcreator-new-project-compiler-explorer.webp differ diff --git a/doc/qtcreator/src/projects/creator-only/creator-how-to-create-compiler-explorer-setup.qdoc b/doc/qtcreator/src/projects/creator-only/creator-how-to-create-compiler-explorer-setup.qdoc index b35df2e6707..a8bc0f11d4b 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-how-to-create-compiler-explorer-setup.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-how-to-create-compiler-explorer-setup.qdoc @@ -9,19 +9,27 @@ \title Create compiler explorer sessions - To create a compiler explorer session for a C++ or Python project: + \note Enable the Compiler Explorer plugin to use it. + + To create a compiler explorer session for a Qt and C++, C++, or Python + project: \list 1 \li Go to \uicontrol File > \uicontrol {New File}. - \li Select \uicontrol {Compiler Explorer} > \uicontrol C++ or - \uicontrol Python > \uicontrol Choose. + \li Select \uicontrol {Compiler Explorer}, and then select one of the + following: + \list + \li \uicontrol {Compiler Explorer C++ Source} + \li \uicontrol {Compiler Explorer Python Source} + \li \uicontrol {Compiler Explorer Qt & C++ Source} + \endlist + \image qtcreator-new-project-compiler-explorer.webp {New File dialog} + \li Select \uicontrol Choose. \li Follow the instructions of the wizard to create an example compiler explorer session as a JSON-based \c .qtce file and to open it. \endlist - \note Enable the Compiler Explorer plugin to use it. - \sa {Create files}, {Enable and disable plugins}, {Explore compiler code} */