forked from qt-creator/qt-creator
Doc: Mention "Compiler Explorer Qt & C++ Source" template
Task-number: QTCREATORBUG-30604 Change-Id: I9f21d21086cff38923a2ef2f398d68b2f8652470 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
4
dist/changelog/changes-14.0.0.md
vendored
4
dist/changelog/changes-14.0.0.md
vendored
@@ -110,7 +110,9 @@ Editing
|
|||||||
|
|
||||||
### Compiler Explorer
|
### 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
|
### Models
|
||||||
|
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@@ -9,19 +9,27 @@
|
|||||||
|
|
||||||
\title Create compiler explorer sessions
|
\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
|
\list 1
|
||||||
\li Go to \uicontrol File > \uicontrol {New File}.
|
\li Go to \uicontrol File > \uicontrol {New File}.
|
||||||
\li Select \uicontrol {Compiler Explorer} > \uicontrol C++ or
|
\li Select \uicontrol {Compiler Explorer}, and then select one of the
|
||||||
\uicontrol Python > \uicontrol Choose.
|
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
|
\li Follow the instructions of the wizard to create an example
|
||||||
compiler explorer session as a JSON-based \c .qtce file and to open
|
compiler explorer session as a JSON-based \c .qtce file and to open
|
||||||
it.
|
it.
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\note Enable the Compiler Explorer plugin to use it.
|
|
||||||
|
|
||||||
\sa {Create files}, {Enable and disable plugins}, {Explore compiler code}
|
\sa {Create files}, {Enable and disable plugins}, {Explore compiler code}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user