Add more change log for 11.0

Change-Id: I4846177104436e2ffaccd2b4fc5fa6dfff946154
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2023-06-20 14:19:37 +02:00
parent 2d650a624d
commit 73c20f19bb
3 changed files with 30 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ To use an external terminal, deselect the `Use internal terminal` check box in
### Copilot ### Copilot
The experimental Copilot plugin integrates The Copilot plugin (disabled by default) integrates
[GitHub Copilot](https://github.com/features/copilot), which uses OpenAI to [GitHub Copilot](https://github.com/features/copilot), which uses OpenAI to
suggest code in the `Edit` mode. suggest code in the `Edit` mode.
@@ -87,6 +87,8 @@ General
([QTCREATORBUG-26128](https://bugreports.qt.io/browse/QTCREATORBUG-26128), ([QTCREATORBUG-26128](https://bugreports.qt.io/browse/QTCREATORBUG-26128),
[QTCREATORBUG-27006](https://bugreports.qt.io/browse/QTCREATORBUG-27006), [QTCREATORBUG-27006](https://bugreports.qt.io/browse/QTCREATORBUG-27006),
[QTCREATORBUG-27506](https://bugreports.qt.io/browse/QTCREATORBUG-27506)) [QTCREATORBUG-27506](https://bugreports.qt.io/browse/QTCREATORBUG-27506))
* Fixed a crash with a large number of search hits from Silver Searcher
([QTCREATORBUG-29130](https://bugreports.qt.io/browse/QTCREATORBUG-29130))
* Locator * Locator
* Improved performance * Improved performance
* Added the creation of directories to the `Files in File System` filter * Added the creation of directories to the `Files in File System` filter
@@ -101,6 +103,8 @@ Editing
([QTCREATORBUG-19651](https://bugreports.qt.io/browse/QTCREATORBUG-19651)) ([QTCREATORBUG-19651](https://bugreports.qt.io/browse/QTCREATORBUG-19651))
* Fixed an issue of copy and paste with multiple cursors * Fixed an issue of copy and paste with multiple cursors
([QTCREATORBUG-29117](https://bugreports.qt.io/browse/QTCREATORBUG-29117)) ([QTCREATORBUG-29117](https://bugreports.qt.io/browse/QTCREATORBUG-29117))
* Fixed the handling of pre-edit text for input methods
([QTCREATORBUG-29134](https://bugreports.qt.io/browse/QTCREATORBUG-29134))
### C++ ### C++
@@ -111,12 +115,22 @@ Editing
* Extended the `Add Class Member` refactoring action to create class * Extended the `Add Class Member` refactoring action to create class
members from assignments members from assignments
([QTCREATORBUG-1918](https://bugreports.qt.io/browse/QTCREATORBUG-1918)) ([QTCREATORBUG-1918](https://bugreports.qt.io/browse/QTCREATORBUG-1918))
* Fixed that generated functions did not have a `const` qualifier when
required
([QTCREATORBUG-29274](https://bugreports.qt.io/browse/QTCREATORBUG-29274))
* Fixed that locator showed both the declaration and the definition of symbols * Fixed that locator showed both the declaration and the definition of symbols
([QTCREATORBUG-13894](https://bugreports.qt.io/browse/QTCREATORBUG-13894)) ([QTCREATORBUG-13894](https://bugreports.qt.io/browse/QTCREATORBUG-13894))
* Fixed the handling of C++20 keywords and concepts * Fixed the handling of C++20 keywords and concepts
* Clangd
* Fixed that the index could be outdated after VCS operations
* Fixed the highlighting of labels
([QTCREATORBUG-27338](https://bugreports.qt.io/browse/QTCREATORBUG-27338))
* Built-in * Built-in
* Fixed support for `if`-statements with initializer * Fixed support for `if`-statements with initializer
([QTCREATORBUG-29182](https://bugreports.qt.io/browse/QTCREATORBUG-29182)) ([QTCREATORBUG-29182](https://bugreports.qt.io/browse/QTCREATORBUG-29182))
* Clang Format
* Fixed the conversion of tab indentation settings to Clang Format
([QTCREATORBUG-29185](https://bugreports.qt.io/browse/QTCREATORBUG-29185))
### Language Server Protocol ### Language Server Protocol
@@ -135,12 +149,16 @@ Editing
([QTCREATORBUG-29123](https://bugreports.qt.io/browse/QTCREATORBUG-29123)) ([QTCREATORBUG-29123](https://bugreports.qt.io/browse/QTCREATORBUG-29123))
* Fixed the completion for Qt Quick Controls * Fixed the completion for Qt Quick Controls
([QTCREATORBUG-28648](https://bugreports.qt.io/browse/QTCREATORBUG-28648)) ([QTCREATORBUG-28648](https://bugreports.qt.io/browse/QTCREATORBUG-28648))
* Fixed that `qmllint` issues were not shown in the `Issues` view
([QTCREATORBUG-28720](https://bugreports.qt.io/browse/QTCREATORBUG-28720))
### Python ### Python
* Added the option to create a virtual environment (`venv`) to the Python * Added the option to create a virtual environment (`venv`) to the Python
interpreter selector and the wizard interpreter selector and the wizard
([PYSIDE-2152](https://bugreports.qt.io/browse/PYSIDE-2152)) ([PYSIDE-2152](https://bugreports.qt.io/browse/PYSIDE-2152))
* Fixed that too many progress indicators could be created
([QTCREATORBUG-29224](https://bugreports.qt.io/browse/QTCREATORBUG-29224))
([Documentation](https://doc-snapshots.qt.io/qtcreator-11.0/creator-python-development.html)) ([Documentation](https://doc-snapshots.qt.io/qtcreator-11.0/creator-python-development.html))
@@ -168,6 +186,7 @@ Projects
[QTCREATORBUG-29006](https://bugreports.qt.io/browse/QTCREATORBUG-29006)) [QTCREATORBUG-29006](https://bugreports.qt.io/browse/QTCREATORBUG-29006))
* Added `Build > Reload CMake Presets` to reload CMake presets after making * Added `Build > Reload CMake Presets` to reload CMake presets after making
changes to them changes to them
* Added support for `block()` and `endblock()`
* Fixed that CMake Presets were not visible in `Projects` view * Fixed that CMake Presets were not visible in `Projects` view
([QTCREATORBUG-28966](https://bugreports.qt.io/browse/QTCREATORBUG-28966)) ([QTCREATORBUG-28966](https://bugreports.qt.io/browse/QTCREATORBUG-28966))
* Fixed issues with detecting a configured Qt version when importing a build * Fixed issues with detecting a configured Qt version when importing a build
@@ -184,11 +203,17 @@ Debugging
* Improved the UI for enabling and disabling debuggers in `Projects > Run > * Improved the UI for enabling and disabling debuggers in `Projects > Run >
Debugger settings` Debugger settings`
([QTCREATORBUG-28627](https://bugreports.qt.io/browse/QTCREATORBUG-28627)) ([QTCREATORBUG-28627](https://bugreports.qt.io/browse/QTCREATORBUG-28627))
* Fixed the automatic source mapping for Qt versions from an installer
([QTCREATORBUG-28950](https://bugreports.qt.io/browse/QTCREATORBUG-28950))
* Fixed pretty printer for `std::string` for recent `libc++`
([QTCREATORBUG-29230](https://bugreports.qt.io/browse/QTCREATORBUG-29230))
### C++ ### C++
* Added an option for the default number of array elements to show * Added an option for the default number of array elements to show
(`Preferences > Debugger > Locals & Expressions > Default array size`) (`Preferences > Debugger > Locals & Expressions > Default array size`)
* Fixed debugging in a terminal as the root user
([QTCREATORBUG-27519](https://bugreports.qt.io/browse/QTCREATORBUG-27519))
* CDB * CDB
* Added automatic source file mapping for Qt packages * Added automatic source file mapping for Qt packages
* Fixed the variables view on remote Windows devices * Fixed the variables view on remote Windows devices

View File

@@ -81,7 +81,7 @@
\li \l {Using GitHub Copilot} \li \l {Using GitHub Copilot}
The experimental Copilot plugin integrates The Copilot plugin (disabled by default) integrates
\l{https://github.com/features/copilot}{GitHub Copilot} into \QC. \l{https://github.com/features/copilot}{GitHub Copilot} into \QC.
You can view suggestions from Copilot in the code editor. You can view suggestions from Copilot in the code editor.

View File

@@ -8,7 +8,7 @@
\title Using GitHub Copilot \title Using GitHub Copilot
The experimental Copilot plugin integrates The Copilot plugin (disabled by default) integrates
\l{https://github.com/features/copilot}{GitHub Copilot} into \QC. \l{https://github.com/features/copilot}{GitHub Copilot} into \QC.
You can view suggestions from Copilot in the \uicontrol Edit mode. You can view suggestions from Copilot in the \uicontrol Edit mode.