From 4bf97ce30cce35d24ed8ef3c2ce43be027bc9212 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 16 Oct 2023 09:36:09 +0200 Subject: [PATCH] Change log: Make reference to godbolt.org more explicit Change-Id: I19a5acd21c7168388a0bc6f4b6299af7e2ebc37b Reviewed-by: Leena Miettinen --- dist/changelog/changes-12.0.0.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dist/changelog/changes-12.0.0.md b/dist/changelog/changes-12.0.0.md index 1416c7cc2e2..9012ad70d30 100644 --- a/dist/changelog/changes-12.0.0.md +++ b/dist/changelog/changes-12.0.0.md @@ -13,14 +13,15 @@ the public Git repository. For example: 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/) * Screen recording ### Compiler Explorer -Use [Compiler Explorer](https://godbolt.org) in Qt Creator and enter example -code to explore the capabilities of your compilers and interpreters. +Use [Compiler Explorer (https://godbolt.org)](https://godbolt.org) in Qt Creator +and enter example code to explore the capabilities of your compilers and +interpreters. To enable the CompilerExplorer plugin, 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 `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 is also supported in Qt Creator. You can save your Compiler Explorer session as a `.qtce` file (JSON-based).