Qt Creator 3.2.0 发布了,该版本增加了很多新特性,修复了 bug,此外企业 Qt Creator 可使用 QML profiler 来调试 JavaScript 的内存使用。其他值得关注的改进有:
Block selections in text editors now allow you to do “column
editing”, meaning that all selected lines are edited simultaneously (Qt Creator Manual)
Context help can now be configured to open in an external window (without disabling Help mode)
Support for C99 designated initializers and concatenated strings was
added to the C++ code model, as well as improvements to encoding
handling and lambda support and many other things
More panes are now searchable with Ctrl+F, for example the project tree
The QML profiler received many performance and stability improvements again
完整内容请看 change log,
需要注意的是 Qt Creator 3.2 不再支持 OS X 10.6,技术上的原因是苹果不支持在任意类型的 C++11,但不影响你运行 Qt 应用。 |