aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.7.0
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-02-25 12:52:24 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-02-25 14:09:47 +0100
commit5c84e2ed00b59c16c99c1c6b365a078334292d84 (patch)
tree374f8385eb0139e4959d5bc7b0c682b733bbf82c /dist/changes-2.7.0
parentcabd00ed8896d44c68523c226dd5c425255610e4 (diff)
Doc: reorganize items in the 2.7 change log
Move two debugging items from "C++ Support" to "Debugging". Create subsections for "Code completion" and "C++11 support" in "C++ Support". Try to list related items together. Change-Id: Id3cb1ac54ac1226adbc7a5d0413f6a5142f3365d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'dist/changes-2.7.0')
-rw-r--r--dist/changes-2.7.043
1 files changed, 22 insertions, 21 deletions
diff --git a/dist/changes-2.7.0 b/dist/changes-2.7.0
index b638f0d1d1..456a3fe114 100644
--- a/dist/changes-2.7.0
+++ b/dist/changes-2.7.0
@@ -92,10 +92,12 @@ Debugging
* Made string cutoff value configurable
* Put separate string displays in tab widget (QTCREATORBUG-8344)
* Implemented basic value editing for CDB (QTCREATORBUG-8344)
+ * Added CDB setting to ignore first-chance exceptions (QTCREATORBUG-8141)
* Implemented support for displaying images in CDB
* Added framework to wrap plain GDB pretty printers for use in Qt Creator
* Implemented display format changes for multi-selection
(QTCREATORBUG-7577)
+ * Added hook for user specified commands after attaching to target
Analyzer
@@ -104,29 +106,28 @@ C++ Support
* Added Reformat Pointers or References refactoring action
* Fixed semantic highlighting when multiple editors are visible
* Fixed Rename Symbol Under Cursor for C++ macros
- * Added code completion for instantiation of templates with default argument
- * Added C++11 alignof and alignas tokens
- * Added support for C++11 brace initializers (QTCREATORBUG-7919 et al)
- * Fixed parsing of C++11 noexcept(constant-expression_
- * Added support for C++11 ref-qualifiers in function declarators: void
- foo() const &; void bar() && and related pointer-to-member declarators
- * Added parsing of alias declarations: using Foo = std::vector<int>::iterator
- * Added support for C++11 enum classes and opaque enum declarations
- * Fixed use of >> in C++11 template arguments
- * Added hook for user specified commands after attaching to target
- * Added CDB setting to ignore first-chance exceptions (QTCREATORBUG-8141)
- * Improved handling of lambda captures (QTCREATORBUG-7968,
- QTCREATORBUG-7949)
- * Improved code completion for Qt containers (QTCREATORBUG-8228)
* Added support for -stdlib=.. variants
- * Fixed code completion in nested classes when enclosing class is template
- * Fixed code completion for operator-> (QTCREATORBUG-629)
- * Fixed code completion when casting inside parentheses
- (QTCREATORBUG-8368)
- * Switched to C++11 parsing in cases of doubt (CMake/Autotools/Generic)
* Fixed constructor parsing in cases with unnamed parameters
- * Introduced formatting options for pointers and references
- (QTCREATORBUG-6169)
+ * Code completion
+ * Added code completion for instantiation of templates with default
+ argument
+ * Improved code completion for Qt containers (QTCREATORBUG-8228)
+ * Fixed code completion for classes in class templates
+ * Fixed code completion for operator-> (QTCREATORBUG-629)
+ * Fixed code completion when casting inside parentheses (QTCREATORBUG-8368)
+ * C++11 support
+ * Added C++11 alignof and alignas tokens
+ * Added support for C++11 brace initializers (QTCREATORBUG-7919 et al)
+ * Added support for C++11 ref-qualifiers in function declarators: void
+ foo() const &; void bar() && and related pointer-to-member declarators
+ * Added support for C++11 enum classes and opaque enum declarations
+ * Fixed use of >> in C++11 template arguments
+ * Switched to C++11 parsing in cases of doubt (CMake/Autotools/Generic)
+ * Fixed parsing of C++11 noexcept(constant-expression)
+ * Added parsing of alias declarations:
+ using Foo = std::vector<int>::iterator
+ * Improved handling of lambda captures (QTCREATORBUG-7968,
+ QTCREATORBUG-7949)
QML/JS Support
* Improved JS Console