Change log: Make reference to godbolt.org more explicit

Change-Id: I19a5acd21c7168388a0bc6f4b6299af7e2ebc37b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2023-10-16 09:36:09 +02:00
parent a4df0a3cc4
commit 4bf97ce30c

View File

@@ -13,14 +13,15 @@ the public Git repository. For example:
What's new? What's new?
----------- -----------
* Support for Compiler Explorer * Integrated [Compiler Explorer (https://godbolt.org)](https://godbolt.org)
* CMake debugging and the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) * CMake debugging and the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/)
* Screen recording * Screen recording
### Compiler Explorer ### Compiler Explorer
Use [Compiler Explorer](https://godbolt.org) in Qt Creator and enter example Use [Compiler Explorer (https://godbolt.org)](https://godbolt.org) in Qt Creator
code to explore the capabilities of your compilers and interpreters. and enter example code to explore the capabilities of your compilers and
interpreters.
To enable the CompilerExplorer plugin, select To enable the CompilerExplorer plugin, select
`Help > About Plugins > Utilities > CompilerExplorer`. Then select `Help > About Plugins > Utilities > CompilerExplorer`. Then select
@@ -32,7 +33,7 @@ to get started.
Alternatively, you can open a new `Compiler Explorer` editor via Alternatively, you can open a new `Compiler Explorer` editor via
`Tools > Compiler Explorer > Open Compiler Explorer`. `Tools > Compiler Explorer > Open Compiler Explorer`.
Every language, compiler and library that is supported at https://godbolt.org Every language, compiler, and library that is supported at <https://godbolt.org>
is also supported in Qt Creator. You can save your Compiler Explorer session as is also supported in Qt Creator. You can save your Compiler Explorer session as
a `.qtce` file (JSON-based). a `.qtce` file (JSON-based).