aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.1.0
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2010-10-06 09:54:40 +0200
committerChristian Kamm <christian.d.kamm@nokia.com>2010-10-06 09:54:56 +0200
commit37e96bae81d5dd5b79e690fd405b7264ec0e209d (patch)
tree77b8123f03b090f9117678f17bfcd108e62cc8c3 /dist/changes-2.1.0
parentf2ada23d26cbdef1a6830ebb13fdab2f07615596 (diff)
Add to the changes file.
Diffstat (limited to 'dist/changes-2.1.0')
-rw-r--r--dist/changes-2.1.08
1 files changed, 6 insertions, 2 deletions
diff --git a/dist/changes-2.1.0 b/dist/changes-2.1.0
index 4a0062963c..72ff4110dc 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