From 7064fd1a3278c71f99e11bef12adcc09e3ebff86 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 13 Oct 2023 16:43:49 +0200 Subject: [PATCH] Doc: Add option names and paths to the options into the change log Task-number: QTCREATORBUG-29392 Change-Id: Ia34ecc376700a0be3721de94562ce05d0ceeda82 Reviewed-by: Eike Ziller --- dist/changelog/changes-12.0.0.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dist/changelog/changes-12.0.0.md b/dist/changelog/changes-12.0.0.md index 59efd088f94..1416c7cc2e2 100644 --- a/dist/changelog/changes-12.0.0.md +++ b/dist/changelog/changes-12.0.0.md @@ -58,17 +58,20 @@ General ------- * Improved the startup performance significantly on various setups -* Added the option to keep the sorting from the tool used for the file system - index locator filter +* Added the `Sort results` check box for configuring the `md` locator filter in + `Edit > Preferences > Environment > Locator` to keep the sorting from the tool + used for the file system index locator filter ([QTCREATORBUG-27789](https://bugreports.qt.io/browse/QTCREATORBUG-27789)) -* Added the option to hide the menu bar on platforms without unified menu bar +* Added the `View > Show Menubar` option to hide the menu bar on platforms + without a unified menu bar ([QTCREATORBUG-29498](https://bugreports.qt.io/browse/QTCREATORBUG-29498)) * Fixed an issue with growing session files Help ---- -* Added an option for text anti-aliasing +* Added the `Edit > Preferences > Help > General > Antialias` check box for + setting the anti-aliasing of text ([QTCREATORBUG-12177](https://bugreports.qt.io/browse/QTCREATORBUG-12177)) Editing