forked from qt-creator/qt-creator
68 lines
867 B
Markdown
68 lines
867 B
Markdown
|
|
Qt Creator 6
|
||
|
|
===============
|
||
|
|
|
||
|
|
Qt Creator version 6 contains bug fixes and new features.
|
||
|
|
|
||
|
|
The most important changes are listed in this document. For a complete list of
|
||
|
|
changes, see the Git log for the Qt Creator sources that you can check out from
|
||
|
|
the public Git repository. For example:
|
||
|
|
|
||
|
|
git clone git://code.qt.io/qt-creator/qt-creator.git
|
||
|
|
git log --cherry-pick --pretty=oneline origin/5.0..v6.0.0
|
||
|
|
|
||
|
|
General
|
||
|
|
-------
|
||
|
|
|
||
|
|
* ...
|
||
|
|
|
||
|
|
Editing
|
||
|
|
-------
|
||
|
|
|
||
|
|
### C++
|
||
|
|
|
||
|
|
### QML
|
||
|
|
|
||
|
|
### Language Client
|
||
|
|
|
||
|
|
### Beautifier
|
||
|
|
|
||
|
|
### Designer
|
||
|
|
|
||
|
|
Projects
|
||
|
|
--------
|
||
|
|
|
||
|
|
Debugging
|
||
|
|
---------
|
||
|
|
|
||
|
|
### GDB
|
||
|
|
|
||
|
|
* Dropped support for GDB versions using Python version 2.x.
|
||
|
|
Python 3.6+ is required now.
|
||
|
|
|
||
|
|
### QML
|
||
|
|
|
||
|
|
Analyzer
|
||
|
|
--------
|
||
|
|
|
||
|
|
FakeVim
|
||
|
|
-------
|
||
|
|
|
||
|
|
Platforms
|
||
|
|
---------
|
||
|
|
|
||
|
|
### Windows
|
||
|
|
|
||
|
|
### macOS
|
||
|
|
|
||
|
|
### Android
|
||
|
|
|
||
|
|
### Remote Linux
|
||
|
|
|
||
|
|
### QNX
|
||
|
|
|
||
|
|
### MCU
|
||
|
|
|
||
|
|
|
||
|
|
Credits for these changes go to:
|
||
|
|
--------------------------------
|