Qt Creator 2.3 beta版发布
米峰网原创文章,转载请注明出处Qt Creator 2.3 beta版发布,此版本带来许多新的特性并修复了诸多bUG。重要的更新包括在C++代码式样的选项语言自动完成方面有较大增强,程序概要分析方面有了自己的“Analyze”模式并增加了“QML profiling”和“Function profiling using Valgrind’s Callgrind”选项。
详细如下:
Example and tutorial browsing with descriptive texts, and filtering for examples matching a keyword
Enhanced C++ coding style options, with indent settings and alignment settings split up for the different use cases depending on element, including preview and separation between global and project specific settings
Support for deployment and running to a more general “remote Linux” – just add your remote deploy and run configuration to your desktop target and define remote Linux “device” settings (you have to set up your cross-compiler on your own though)
Support for compiling projects with the Clang compiler
Code completion is now populated in a separate thread, no editor blocking any more
Profiling now has it’s own “Analyze” mode. Added two more profiling options:
QML profiling
Function profiling using Valgrind’s Callgrind
Symbian got CODA support, allowing for deployment via WiFi
Various Qt Quick support enhancements besides the QML profiling:
Support for models and delegates in the Qt Quick Designer – fully populated ListViews, GridViews and PathViews are now available from the item library
Support for editing inline components and delegates
Improved Live Preview (a.k.a. modifying QML while the app is running in the debugger)
Added ‘Find usages’ functionality for QML types
具体参见官方网站:http://labs.qt.nokia.com/2011/07/13/qt-creator-2-3-beta-released/
本版本下载地址:http://developer.qt.nokia.com/wiki/Qt_Creator_Releases
源码下载页面:https://qt.gitorious.org/qt-creator/qt-creator/commits/2.3 有空一起交流一下
页:
[1]