Doc: Describe changing compiler explorer URL

Task-number: QTCREATORBUG-31510
Change-Id: I8cd6277ec101cc750998f3ec66808d6e44da2c5e
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Leena Miettinen
2024-10-16 16:29:23 +02:00
parent 43d9420aff
commit 17a578bfd6
4 changed files with 15 additions and 4 deletions

View File

@@ -88,6 +88,7 @@ Editing
* Added the option to change the server URL
([QTCREATORBUG-31261](https://bugreports.qt.io/browse/QTCREATORBUG-31261))
([Documentation](https://doc.qt.io/qtcreator/creator-how-to-explore-compiler-code.html))
### Lua

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -55,9 +55,8 @@
\list 1
\li Go to \uicontrol Tools > \uicontrol {Compiler Explorer} >
\uicontrol {Open Compiler Explorer}.
\li In the \uicontrol Language field, select the language to compile.
\li In the \uicontrol Compiler field, select a compiler to see the
assembly code.
\li In \uicontrol Language, select the language to compile.
\li In \uicontrol Compiler, select a compiler to see the assembly code.
\li Enter code to see the resulting assembly code.
\endlist
@@ -70,7 +69,7 @@
\section1 Set compiler options
Select \inlineimage icons/settings.png
Select \inlineimage icons/settings.png next to the \uicontrol Compiler field
to set options for the selected compiler.
\image qtcreator-compiler-explorer-options.webp {Compiler Explorer options}
@@ -107,6 +106,17 @@
function belongs to and which arguments it handles in which order.
\endtable
\section1 Change the server URL
To use Compiler Explorer at another URL:
\list 1
\li Select \inlineimage icons/settings.png next to
\uicontrol {Powered by}.
\li In \uicontrol URL, enter the address of the Compiler Explorer to use.
\image qtcreator-set-compiler-explorer-url.webp {Set Compiler Explorer dialog}
\endlist
\sa {Create compiler explorer sessions}, {Enable and disable plugins},
{Add compilers}, {Add custom compilers}
*/