aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-1.3.0
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-10-01 14:03:15 +0200
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-10-01 14:03:15 +0200
commit6bfd90a31b200edf88c3227f1ebe407da17327af (patch)
tree53daba7b7f405d299ab8c9c257baff0cff6e445e /dist/changes-1.3.0
parentc546a2c5ebf6a2a866d5e0fa133225cdfba80d10 (diff)
Added bracket matching to the changes list for 1.3.0
Plus some minor reformattings.
Diffstat (limited to 'dist/changes-1.3.0')
-rw-r--r--dist/changes-1.3.017
1 files changed, 10 insertions, 7 deletions
diff --git a/dist/changes-1.3.0 b/dist/changes-1.3.0
index 3749216973..127b5618b4 100644
--- a/dist/changes-1.3.0
+++ b/dist/changes-1.3.0
@@ -13,7 +13,7 @@ adapted accordingly.
General
* Added the option to automatically reload files when externally modified,
- or to ignore external modifications (contributed by Henrik Abelsson)
+ or to ignore external modifications
* Improved the general resizing behavior for small screen sizes
* Fixed a crash in the RSS reader that sometimes causes Qt Creator to crash
on startup
@@ -28,22 +28,23 @@ Editing
* Added highlighting of uses of the symbol under the cursor
* Added completion of include directives
* Added the option to turn off marking of text changes
+ * Added automatic matching of brackets and quotes
* Objective-C: Much improved parsing
* Objective-C: Added partial semantic checking and symbol navigation
* Fixed searching in files to take open documents into account
* Added a Locator filter for symbols in the current document
* Handle block selection in fakevim
- * Added Copy full path to the editors combobox.
+ * Added Copy full path to the editors combobox
* Added left/right arrow buttons for "Go back/forward" in navigation history
Project support
* Added support for adding and removing files from a generic Makefile-based
- project (contributed by Kevin Michel)
+ project
* Added better control over the environment used for running.
- * Add all cmake files to the project tree. (Only works with a cvs cmake.)
- * Support cmake with Microsoft Visual Studio Compiler (Only works with cvs
+ * Add all cmake files to the project tree (only works with a cvs cmake)
+ * Support cmake with Microsoft Visual Studio Compiler (only works with cvs
cmake)
- * Fix a few cmake wizard bugs, where canceling left creator in a strange
+ * Fix a few cmake wizard bugs, where canceling left creator in a strange
state
* The qmake and make steps can now be removed.
* The qmake step is a lot smarter and tries harder to not run
@@ -73,7 +74,7 @@ Designer
Version control plugins
* Added CVS support
- * Added "sync" menu item to the perforce plugin
+ * Added "sync" menu item to the Perforce plugin
Wizards
* Fixed GUI project and form class wizards to use the same settings.
@@ -89,3 +90,5 @@ Mac
Additional credits go to:
* Christian Hoenig (Locator filter for symbols in current document)
+ * Henrik Abelsson (Configure what to do with externally modified files)
+ * Kevin Michel (Adding and removing files from a generic project)