summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-06-16 15:22:22 +0200
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-06-16 15:22:22 +0200
commit9520a01dbb618319e2aece017567cc71788c0f2a (patch)
tree9df30d6868304bfdcd4c746385bc6f3e5cbb8241
parent2df4f863f0d63510498dc63247ca8c34e326a04c (diff)
downloadqt-creator-9520a01dbb618319e2aece017567cc71788c0f2a.tar.gz
Removed dots
-rw-r--r--dist/changes-1.2.030
1 files changed, 15 insertions, 15 deletions
diff --git a/dist/changes-1.2.0 b/dist/changes-1.2.0
index 2bc046360b..5c61e8b9c8 100644
--- a/dist/changes-1.2.0
+++ b/dist/changes-1.2.0
@@ -12,26 +12,26 @@ API, so if you have created your own custom plugins, they will need to be
adapted accordingly.
General:
- * The Welcome Screen has been redesigned.
+ * The Welcome Screen has been redesigned
* There has been some speed improvements: large amounts of persistent data
- (e.g., Qt Locator's cache) is now stored in an SQLite database.
- * The window title now displays the current file's name.
+ (e.g., Qt Locator's cache) is now stored in an SQLite database
+ * The window title now displays the current file's name
Editing
* There is now an option for listing methods alphabetically in the combo box
- above the editor.
- * A block highlighting feature has been added.
- * Code folding markers have been improved on.
- * 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 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.
+ above the editor
+ * A block highlighting feature has been added
+ * Code folding markers have been improved on
+ * 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 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).
+ 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
* Added option to auto-save before build