diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-06-16 10:57:59 +0200 |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-06-16 10:57:59 +0200 |
commit | 395037918f6518b526f7aa09b627fbca140e6c82 (patch) | |
tree | a5434fdfd4e06a57b889093a63a36dc8bb217b65 /dist | |
parent | 1077631da9388c81d67580fe902b31b896e9ea85 (diff) | |
download | qt-creator-395037918f6518b526f7aa09b627fbca140e6c82.tar.gz |
Doc - More cleanups of the changelog
Reviewed-By: TrustMe
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-1.2.0 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/dist/changes-1.2.0 b/dist/changes-1.2.0 index 65e3a00cbf..750b620821 100644 --- a/dist/changes-1.2.0 +++ b/dist/changes-1.2.0 @@ -25,15 +25,16 @@ Editing * FakeVim mode has received further improvements. * It is now possible to disable Ctrl+Click navigation. * An optional XCode-style tab indentation has been added. - * Ui changes are added immediately to the code model - * Fixed possibly missing code completion with mingw toolchain - * Added option for turning antialiasing of text editor fonts off - * Added searching with regular expressions in text editors - * Added an action that deletes a line without copying it - * Added copy line up/down actions (Ctrl+Alt+Up/Down) + * Ui changes now propagate immediately to the code model. + * Fixed possibly missing code completion with MinGW toolchain. + * Added option for turning off antialiasing of text editor fonts. + * It is now possible to search within the text editor using regular + expressions. + * Added an action to delete a line without copying it. + * Added actions to copy a line up/down (Ctrl+Alt+Up/Down). Building and Running - * New options: Auto-Save before Build and Run without building + * A new option Auto-Save before Build and Run has been added. * Environment settings * Fixed bug that prevented use of Qt 4 with version < 4.2 |