From be6e31d119fd38c8d8176e4bb704abff13ec4f06 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 13 Jun 2023 17:06:58 +0200 Subject: [PATCH] Task-number: QTCREATORBUG-28996 Change-Id: I13ed29e3d4b742771f94849f87c1a461efa40ffa Reviewed-by: Eike Ziller --- dist/changelog/changes-11.0.0.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/dist/changelog/changes-11.0.0.md b/dist/changelog/changes-11.0.0.md index 8c60f152ae5..ac70cd2dc99 100644 --- a/dist/changelog/changes-11.0.0.md +++ b/dist/changelog/changes-11.0.0.md @@ -108,7 +108,8 @@ Editing ([QTCREATORBUG-312](https://bugreports.qt.io/browse/QTCREATORBUG-312)) * Added highlighting for typed string literals and user-defined literals ([QTCREATORBUG-28869](https://bugreports.qt.io/browse/QTCREATORBUG-28869)) -* Added the option to create class members from assignments +* Extended the `Add Class Member` refactoring action to create class + members from assignments ([QTCREATORBUG-1918](https://bugreports.qt.io/browse/QTCREATORBUG-1918)) * Fixed that locator showed both the declaration and the definition of symbols ([QTCREATORBUG-13894](https://bugreports.qt.io/browse/QTCREATORBUG-13894)) @@ -119,7 +120,8 @@ Editing ### Language Server Protocol -* Added missing actions for opening the `Call Hierarchy` +* Added actions for opening the `Call Hierarchy` to the context menu of the + editor ([QTCREATORBUG-28839](https://bugreports.qt.io/browse/QTCREATORBUG-28839), [QTCREATORBUG-28842](https://bugreports.qt.io/browse/QTCREATORBUG-28842)) @@ -140,13 +142,19 @@ Editing interpreter selector and the wizard ([PYSIDE-2152](https://bugreports.qt.io/browse/PYSIDE-2152)) + ([Documentation](https://doc-snapshots.qt.io/qtcreator-11.0/creator-python-development.html)) + Projects -------- -* Made it possible to add devices without going through the wizard -* Added support for moving files to a different directory when renaming +* Made it possible to add devices in `Preferences > Devices > Add` without going + through the wizard +* Added support for moving files to a different directory when renaming them in + the `File System` view ([QTCREATORBUG-15981](https://bugreports.qt.io/browse/QTCREATORBUG-15981)) + ([Documentation](https://doc.qt.io/qtcreator/creator-file-system-view.html)) + ### CMake * Implemented adding files to the project @@ -167,12 +175,14 @@ Projects ### Python -* Added an option for the interpreter to the wizards +* Added an option for selecting the interpreter to the wizards in + `File > New Project > Application (Qt for Python)` Debugging --------- -* Improved the UI for enabling and disabling debuggers +* Improved the UI for enabling and disabling debuggers in `Projects > Run > + Debugger settings` ([QTCREATORBUG-28627](https://bugreports.qt.io/browse/QTCREATORBUG-28627)) ### C++