From 37e96bae81d5dd5b79e690fd405b7264ec0e209d Mon Sep 17 00:00:00 2001 From: Christian Kamm <christian.d.kamm@nokia.com> Date: Wed, 6 Oct 2010 09:54:40 +0200 Subject: [PATCH] Add to the changes file. --- dist/changes-2.1.0 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dist/changes-2.1.0 b/dist/changes-2.1.0 index 4a0062963cb..72ff4110dcd 100644 --- a/dist/changes-2.1.0 +++ b/dist/changes-2.1.0 @@ -19,6 +19,7 @@ C++ Support * Add new indenter along with a new option to control alignment indents * Add new %FILENAME%, %CLASS% placeholders to license template * Added searching for symbols that match a pattern to advanced find + * Made 'Follow symbol' for classes skip forward declarations Project Support * Added option for adding subprojects to projects in the New wizard @@ -55,9 +56,12 @@ Help QML/JS Support * Added 'Find usages' action that works on ids, properties, functions and variables + * Improved 'Follow symbol' to also work on file imports and JS functions + * Completion: Sort completion items by relevance + * Completion: Automatically complete trailing : or . * Added new indenter - * Added experimental support for code completion of components defined - by plugins + * Added code folding for multiline comments + * Improved performance of the code model significantly FakeVim: * Fix indentation of first line after >iB and >ib, undo after cjaaa<Esc>, ~ etc -- GitLab