About the release of Qt 5.4 read a separate postWe are pleased to announce the release of Qt Creator 3.3.
Improved support for splitting the editor and spawning new editing windows. You can now drag editors between parts for the file icon. You can open a new editor by holding Ctrl instead of moving (on the same document). Dragging a file from the system navigator to QtC, it opens in the desired split (split, split window).
')
Now you can use environment variables in certain sets (kits). The display names for Qt sets and versions may contain macros like% {Qt: Version}, which are populated with the correct version. Also, you can now select all sets at once when setting up a project.
The opening of QMake projects is now asynchronous, as well as the repartition when changing .pro / .pri. In QBS projects, you can add files (and delete) via the context menu.
QML Profiler has the ability to re-sort, hide / display categories on the timeline. Now you can add notes to the events and they are uploaded along with the profiling data.
When you press Enter, when the cursor is on a string literal (C ++), the string can be broken into several with the addition of corresponding quotes. We also added several refactoring methods to turn connect () into a new Qt5 style.
For Android, support for the
Gradle build system has been added.
For users of commercial editions, we have added support for the static Clang analyzer for projects in the Analysis mode. The events of the graphic scene in the QML profiler are quite improved and now show visually the time intervals for all the events of the graphic scene instead of just a list of numbers. Input events are placed in a separate category.
Other improvements are the work on displaying IDE on high-DPI (high-resolution) displays, a list of open windows in the Windows menu (windows, this is not about the OS - note), and an additional sidebar (panel) with bookmarks / search for an external window search.
Other fixes and improvements :
- New engine wizards (now no need to recompile);
- Basic theme support;
- Moved the "close document" button;
- External editor windows now have headers;
- Support for ANSI 256-color output in the console for an application in the output window;
- Option to use Qt Quick Compiler;
- Added option to override the make command;
- QBS is no longer “experimental”;
- QBS can now rename files;
- CDB: you can now interrupt the process being debugged;
- Support for the TabView component QtQuick.
Subversion :
- Now you can describe the first commit;
- Support for displaying the theme (shows the revision version in the window title);
- The mechanism is to explicitly trust the server during checkout.
Android :
- Installing the package now uses androiddeployqt in Qt 5.4 or later;
- Improved dialog when errors occur while working with manifests;
- Permissions and features are in different checkboxes in the manifest editor.
Note : With Qt Creator 3.3, the build
from the IDE source itself with Qt 4 dependency will no longer be supported. The minimum build version for IDE is now Qt 5.3.1. Naturally, this does not affect the build and support of projects using Qt 4. Support will continue.