aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-1.3.0
blob: 3db748a069ee06c44b7eb9632de49ee19f678bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
The QtCreator 1.3 release contains bug fixes and new features.

Below is a list of relevant changes. You can 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.2.0..master

This release introduces source and binary incompatible changes to the plugin
API, so if you have created your own custom plugins, they will need to be
adapted accordingly.

General:
   * Added the option to automatically reload files when externally modified,
     or to ignore external modifications (contributed by Henrik Abelsson)

Editing:
   * Added support for text editor color schemes
   * Added highlighting of uses of the symbol under the cursor

Project support:
   * Added support for adding and removing files from a generic Makefile-based
     project (contributed by Kevin Michel)

...