📜 ⬆️ ⬇️

Qt Creator 3.3 IDE Release

About the release of Qt 5.4 read a separate post

We 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 :


Subversion :


Android :


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.

Source: https://habr.com/ru/post/245527/


All Articles