aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.1.0
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-09-30 13:46:59 +0200
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-09-30 13:47:44 +0200
commita51025016f96e42ba453d2cde949699490dd3805 (patch)
tree1508a8c41d3116c434e331a3b8fbf4b0ea32cc67 /dist/changes-2.1.0
parent298536a553facafc3be275d2011c3cb55357d072 (diff)
Mention the semantic highlighting as an addition
Diffstat (limited to 'dist/changes-2.1.0')
-rw-r--r--dist/changes-2.1.07
1 files changed, 4 insertions, 3 deletions
diff --git a/dist/changes-2.1.0 b/dist/changes-2.1.0
index 5743bc05ee..41d204e81d 100644
--- a/dist/changes-2.1.0
+++ b/dist/changes-2.1.0
@@ -14,15 +14,16 @@ General
Editing
C++ Support
+ * Added semantic highlighting of types, virtual methods, locals, statics and
+ member variables (only enabled when running against Qt 4.7.1 and up, for
+ performance reasons)
* Add new %FILENAME%, %CLASS% placeholders to license template
- * Semantic (type) highlighting is disabled when compiling against Qt 4.7.0
- * for performance reasons. For full highlighting, use 4.7.1 or later.
Project Support
* Add option for adding subprojects to projects in the New wizard
* Add context-menu command for removing subprojects in the Edit mode,
Projects view
- * Add a wizard for adding other than Qt libraries to project files
+ * Add a wizard for adding other than Qt libraries to project files
Debugging
* Fix console debugging with MinGW/gdb