Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
1077631d
Commit
1077631d
authored
Jun 15, 2009
by
Kavindra Devi Palaraja
Browse files
Doc - beginning editing the Changelog
Reviewed-By: TrustMe
parent
77df5904
Changes
1
Hide whitespace changes
Inline
Side-by-side
dist/changes-1.2.0
View file @
1077631d
The QtCreator 1.2 release contains bug fixes and new features.
A more detailed list of changes follows below. If y
ou
w
an
t to know the exact
and complete list of changes, you can check out the
QtCreator sources
from the
public git repository and check the logs,
e.g.
Below is a list of relevant changes. Y
ou
c
an
find a complete list of changes
within the logs of
QtCreator
's
sources
. Simply check it out from the public git
repository
e.g.
,
git clone git://gitorious.org/qt-creator/qt-creator.git
git log --pretty=oneline v1.1.0..v1.2.0
This release introduces source and binary incompatible changes to the plugin
API, so if you created your own custom plugins these need to be adapted.
API, so if you have created your own custom plugins, they will need to be
adapted accordingly.
General:
*
Reworked
Welcome Screen
*
S
peed improvement:
store
large amounts of persistent data
(e.g.
l
ocator cache) in an SQLite database
*
Show current file name in the window title
*
The
Welcome Screen
has been redesigned.
*
There has been some s
peed improvement
s
: large amounts of persistent data
(e.g.
, Qt L
ocator
's
cache)
is now stored
in an SQLite database
.
*
The window title now displays the current file's name.
Editing
* Added option to allow alphabetical method combo box
* Introduced Block highlighting
* Improved code folding markers
* Further improvements to FakeVim mode
* Make it possible to disable Ctrl+Click navigation
* Added optional XCode-style tab indentation
* 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 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment