2011-07-01 09:17:25 +02:00
|
|
|
Qt Creator version 2.3 contains bug fixes and new features.
|
|
|
|
|
|
|
|
|
|
The most important changes are listed in this document. For a complete
|
|
|
|
|
list of changes, see the Git log for the Qt Creator sources that
|
|
|
|
|
you can check out from the public Git repository. For example:
|
|
|
|
|
|
|
|
|
|
git clone git://gitorious.org/qt-creator/qt-creator.git
|
|
|
|
|
git log --cherry-pick --pretty=oneline v2.2.1...origin/2.3
|
|
|
|
|
|
|
|
|
|
General
|
|
|
|
|
* Welcome page redesign allows searching through examples with descriptions
|
|
|
|
|
* Restore previous size when unmaximizing output panes
|
2011-07-01 15:22:38 +02:00
|
|
|
* Added support for building with the Clang compiler
|
2011-07-01 09:17:25 +02:00
|
|
|
|
|
|
|
|
Editing
|
|
|
|
|
* Fixed lock up when regular expression search matched empty line
|
|
|
|
|
|
|
|
|
|
Managing Projects
|
|
|
|
|
|
|
|
|
|
Debugging
|
2011-07-04 10:27:56 +02:00
|
|
|
* Color memory display highlighting the variables in stack layout
|
|
|
|
|
* Correct source location for breakpoints in CDB using code model
|
|
|
|
|
(QTCREATORBUG-2317)
|
2011-07-01 09:17:25 +02:00
|
|
|
|
|
|
|
|
Debugging QML/JS
|
|
|
|
|
|
|
|
|
|
C++ Support
|
2011-07-01 11:29:02 +02:00
|
|
|
* Made C++ coding style configurable (QTCREATORBUG-2670, QTCREATORBUG-4310,
|
|
|
|
|
QTCREATORBUG-2763, QTCREATORBUG-3623, QTCREATORBUG-567)
|
|
|
|
|
* Various indentation fixes (QTCREATORBUG-4993)
|
2011-07-01 09:17:25 +02:00
|
|
|
|
|
|
|
|
QML/JS Support
|
2011-07-01 11:29:02 +02:00
|
|
|
* Updated QML type descriptions for the current state of Qt 5
|
|
|
|
|
* Made tab settings configurable separately and per-project
|
|
|
|
|
* Added 'Find usages' functionality for QML types
|
|
|
|
|
* Added type resolution for alias properties (QTCREATORBUG-2306)
|
|
|
|
|
* Added tooltips to imports
|
|
|
|
|
* Added documentation on using QML modules with plugins
|
|
|
|
|
* Added support for properties and methods with a revision, allowing
|
|
|
|
|
the QtQuick 1.0 and 1.1 imports to behave as intended
|
|
|
|
|
* Added 'Reset code model' action to the Tools->QML/JS menu (QTCREATORBUG-4813)
|
|
|
|
|
* Use qmlplugindump from Qt 4.8 or newer instead of building own qmldump
|
|
|
|
|
* Improved error message for missing prototypes (QTCREATORBUG-4952)
|
|
|
|
|
* Fixed completion of slots (QTCREATORBUG-3614, QTCREATORBUG-3459)
|
|
|
|
|
* Fixed completion inside grouped property bindings (QTCREATORBUG-3541)
|
|
|
|
|
* Fixed scanning and indentation of regular expression literals (QTCREATORBUG-4566)
|
|
|
|
|
* Fixed indentation of object literals
|
2011-07-01 09:17:25 +02:00
|
|
|
|
|
|
|
|
Help
|
|
|
|
|
|
|
|
|
|
Platform Specific
|
|
|
|
|
|
|
|
|
|
Mac
|
|
|
|
|
* "Open Terminal Here" opens Terminal.app instead of xterm
|
|
|
|
|
|
|
|
|
|
Linux (GNOME and KDE)
|
|
|
|
|
|
|
|
|
|
Windows
|
|
|
|
|
|
|
|
|
|
Symbian Target
|
|
|
|
|
|
|
|
|
|
Maemo Target
|
|
|
|
|
|
|
|
|
|
Qt Designer
|
|
|
|
|
|
|
|
|
|
Version control plugins
|
2011-07-01 15:22:38 +02:00
|
|
|
* Git: Manage remote repositories
|
|
|
|
|
* Git: Improved branch dialog
|
|
|
|
|
* Bazaar: lots of small improvements
|
2011-07-01 09:17:25 +02:00
|
|
|
|
|
|
|
|
Additional credits go to:
|
2011-07-01 15:22:38 +02:00
|
|
|
Hugues Delorme for his work on the Bazaar plugin as well as version control base.
|