Qt Creator 2.5.0 has been released!
The release of the new Qt Creator, which was previously in beta and RC, took place.
List of changes and innovations:

- Quick search again with the “Search Again” button
- Running shell commands directly from the locator
- The TODO plugin, about which the respected Vass already wrote on Habré , thanks to the official news
- Autotools plugin
- Additional refactoring features in C ++: extract method, add missing
#include
, rearrange function arguments - Improved C ++ 11 support (nullptr, constexpr, static_assert, noexcept, inline namespaces, auto, lambdas)
- New hints and versions in the QML editor (and the ability to turn them off with special comments)
- Fixed numerous bugs
- In the Windows version of the installation packages removed MinGW
Official newsComplete changelogDownload
')
Source: https://habr.com/ru/post/143572/
All Articles