From 051bccf89e4c34f3d42c73c01eb9dbf799cbcd5e Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sun, 13 Jul 2014 12:19:51 +0300 Subject: Changelog: Remove duplicate entries in C++ + fix 1 description Change-Id: I70f7ac0651b11cdc2b9fedff35d3da8ced4e888e Reviewed-by: Nikolai Kosjar Reviewed-by: Leena Miettinen --- dist/changes-3.2.0 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'dist') diff --git a/dist/changes-3.2.0 b/dist/changes-3.2.0 index 31d9cae009..f6753653eb 100644 --- a/dist/changes-3.2.0 +++ b/dist/changes-3.2.0 @@ -131,6 +131,7 @@ Analyzer C++ Support * Added support for C99 designated initializers (QTCREATORBUG-1902) + * Added support for UTF-8 in the lexer (QTCREATORBUG-7356) * Fixed finding usages of members of typedef'ed anonymous structs (QTCREATORBUG-11859, QTCREATORBUG-11860) * Fixed indentation of concatenated strings @@ -140,12 +141,10 @@ C++ Support (QTCREATORBUG-12309) * Fixed parsing of trailing type-specifier * Fixed parsing of expressions like vector{1} - * Fixed generating getters and setters for variables with - 'm' and 'm_' prefixes - * Fixed that "using namespace" did not highlight class in including files (QTCREATORBUG-12357) + * Fixed the Create Getter and Setter Member Functions refactoring action + for variables with "m" and "m_" prefixes (QTCREATORBUG-12244) + * Fixed that "using Ns::Class" did not highlight class in including files (QTCREATORBUG-12357) * Fixed include paths handling (QTCREATORBUG-11599) - * Fixed corner cases for "Create Getter and Setter Member Functions" refactoring action - (QTCREATORBUG-12244) * Fixed parsing of expressions like vector{1} * Fixed completion for template with default argument (QTCREATORBUG-12606, QTCREATORBUG-12605) @@ -155,8 +154,6 @@ C++ Support * Improved infrastructure for Clang integration * Reworked indexing data structure * Started to clean up C++ editor - * Added support for UTF-8 in the lexer (QTCREATORBUG-7356) - * Added support for C99 designated initializers QML Support * Fixed handling of properties that start with underscore (QTCREATORBUG-12214) -- cgit v1.2.1