Skip to content
Snippets Groups Projects
Commit 37e96bae authored by Christian Kamm's avatar Christian Kamm
Browse files

Add to the changes file.

parent f2ada23d
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ C++ Support ...@@ -19,6 +19,7 @@ C++ Support
* Add new indenter along with a new option to control alignment indents * Add new indenter along with a new option to control alignment indents
* Add new %FILENAME%, %CLASS% placeholders to license template * Add new %FILENAME%, %CLASS% placeholders to license template
* Added searching for symbols that match a pattern to advanced find * Added searching for symbols that match a pattern to advanced find
* Made 'Follow symbol' for classes skip forward declarations
Project Support Project Support
* Added option for adding subprojects to projects in the New wizard * Added option for adding subprojects to projects in the New wizard
...@@ -55,9 +56,12 @@ Help ...@@ -55,9 +56,12 @@ Help
QML/JS Support QML/JS Support
* Added 'Find usages' action that works on ids, properties, functions and * Added 'Find usages' action that works on ids, properties, functions and
variables 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 new indenter
* Added experimental support for code completion of components defined * Added code folding for multiline comments
by plugins * Improved performance of the code model significantly
FakeVim: FakeVim:
* Fix indentation of first line after >iB and >ib, undo after cjaaa<Esc>, ~ etc * Fix indentation of first line after >iB and >ib, undo after cjaaa<Esc>, ~ etc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment