diff options
author | Leena Miettinen <riitta-leena.miettinen@nokia.com> | 2010-06-11 14:21:45 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@nokia.com> | 2010-06-11 14:23:11 +0200 |
commit | e5f0ea6d036f8eba65c571349ac14158e6da6288 (patch) | |
tree | 80e540907ab674c9eb50c4cbc7679fe378dfa7fc /dist | |
parent | 16223cb83cd75b72489d4829bd48a6c0e7f8e7ce (diff) | |
download | qt-creator-e5f0ea6d036f8eba65c571349ac14158e6da6288.tar.gz |
Doc - Added fixed issues in 2.0.0 that were removed from known issues in Qt Creator manual.
Reviewed-by: con
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-2.0.0 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-2.0.0 b/dist/changes-2.0.0 index 1a9ab1cbbc..eef365f6f9 100644 --- a/dist/changes-2.0.0 +++ b/dist/changes-2.0.0 @@ -36,6 +36,11 @@ Editing the syntax highlighting. * Block selection defines a find & replace scope * Added customizable default file encoding (in addition to the project setting) + * Added syntax highlighting for CMake project files + * Fixed .pro files being reformatted if files have been added or removed. + In addition, whitespace is preserved + * Fixed the file system sidebar to update automatically + * Fixed updating code completion for generated UI header files CodePaster * Implemented new protocol of pastebin.com including list functionality @@ -55,6 +60,9 @@ Project support * Allow changing the build environment for Generic Projects * Added context menu options to open file manager or terminal in a files directory + * Fixed the DEFINES and INCLUDES set in .pro files to be dealt with + on a file-specific level and enabled the handling of DEFINES. + Also, the .qmake.cache is now parsed Debugging * Add on-device debugging for the Symbian platform using gdb @@ -72,6 +80,10 @@ Debugging names * pdb: Added some basic debugging for Python scripts based on pdb * Improvements in the dialogs, status messages, and general appearance + * Fixed debugging helpers to work while debugging applications on devices + * On Linux and Windows, enabled installing Qt with one user account and + then using it with another without workarounds + * Fixed all data types to work in the Watch Window of CDB Help |