forked from qt-creator/qt-creator
Update changes-2.5.0 (Debugger, FakeVim)
Change-Id: I803749407b1a8f47abeea9f8d2a84d8d638674b6 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
36
dist/changes-2.5.0
vendored
36
dist/changes-2.5.0
vendored
@@ -36,8 +36,30 @@ Editing
|
|||||||
* Add task indicators in the left margin of a line
|
* Add task indicators in the left margin of a line
|
||||||
|
|
||||||
Managing Projects
|
Managing Projects
|
||||||
|
* Add facility to change multiple environment variables in the
|
||||||
|
build and run settings at the same time
|
||||||
|
|
||||||
Debugging
|
Debugging
|
||||||
|
* Improve display of vtables and dynamic types (QTCREATORBUG-6933 et al)
|
||||||
|
* Adjust QDir and QFileInfo gdb pretty printer after Qt 4.8 changes
|
||||||
|
and various others for Qt 5.0
|
||||||
|
* Adjust std::map dumper for gcc 4.6
|
||||||
|
* Adjust to new *stopped output notifications of gdb 7.4
|
||||||
|
* Add pretty printers for std::shared_ptr, std::unique_ptr, std::array,
|
||||||
|
std::complex, boost::posix_time::{ptime,time_duration},
|
||||||
|
boost::gregorian::date
|
||||||
|
* Improve remote debugging facilities including new convenience
|
||||||
|
dialogs like "Attach to Running Remote Process"
|
||||||
|
* Improve per-type and per-variable selection of display formats
|
||||||
|
* Add display variants for map-like types (std::map, QMap, QHash etc)
|
||||||
|
* Make "gdb startup script" directly editable
|
||||||
|
* Improve expansion behaviour of pinned tooltips (QTCREATORBUG-6554)
|
||||||
|
* Prevent automatic loading of incompatible dumpers
|
||||||
|
* Make Shift-F5 exit when debugging a core file (QTCREATORBUG-6111)
|
||||||
|
* Make popping up the output pane optional (QTCREATORBUG-6764)
|
||||||
|
* Make entering commands in the log view more convenient
|
||||||
|
* Re-enable debugging of Python scripts
|
||||||
|
* Add pretty-printing for D arrays and strings
|
||||||
|
|
||||||
Debugging QML/JS
|
Debugging QML/JS
|
||||||
* Relocate breakpoints to next executable code
|
* Relocate breakpoints to next executable code
|
||||||
@@ -45,6 +67,8 @@ Debugging QML/JS
|
|||||||
* Spruce up the script console for evaluating QML/JS expressions
|
* Spruce up the script console for evaluating QML/JS expressions
|
||||||
|
|
||||||
Analyzing Code
|
Analyzing Code
|
||||||
|
* Fix message for "incompatible" builds (QTCREATORBUG-7011)
|
||||||
|
* Fix suppression dialog (QTCREATORBUG-6500)
|
||||||
|
|
||||||
C++ Support
|
C++ Support
|
||||||
* Fix completion and the dot-to-arrow conversion not triggering reliably
|
* Fix completion and the dot-to-arrow conversion not triggering reliably
|
||||||
@@ -113,8 +137,9 @@ Help
|
|||||||
Platform Specific
|
Platform Specific
|
||||||
|
|
||||||
Mac
|
Mac
|
||||||
* Pass architecture and bit width from the tool chain build setting to Qmake (QTCREATORBUG-6088)
|
|
||||||
* Fix adding Qt version on Mac OS X Lion (QTCREATORBUG-6222)
|
* Fix adding Qt version on Mac OS X Lion (QTCREATORBUG-6222)
|
||||||
|
* Pass architecture and bit width from the tool chain build setting
|
||||||
|
to qmake (QTCREATORBUG-6088)
|
||||||
|
|
||||||
Linux (GNOME and KDE)
|
Linux (GNOME and KDE)
|
||||||
|
|
||||||
@@ -127,8 +152,17 @@ Remote Linux Support
|
|||||||
Qt Designer
|
Qt Designer
|
||||||
|
|
||||||
FakeVim
|
FakeVim
|
||||||
|
* Implement Ctrl-a, Ctrl-x, &, gm, `., '., :<x>%, ciw.
|
||||||
|
* Add handling of number key block
|
||||||
|
* Fix cursor column after up/down in replace mode
|
||||||
|
* Fix case sensitivity of parsing of codes like "<Esc>" in mappings
|
||||||
|
* Overhaul register handling
|
||||||
|
* Add old-style settings of for 'bs' (QTCREATORBUG-6640)
|
||||||
|
* Fix off-by-one error when creating a single line range (QTCREATORBUG-6630)
|
||||||
|
|
||||||
Version control plugins
|
Version control plugins
|
||||||
|
* Rename the ScmGit plugin to Git
|
||||||
|
* Rename the VCSBase plugin to VcsBase
|
||||||
|
|
||||||
|
|
||||||
Additional credits go to:
|
Additional credits go to:
|
||||||
|
Reference in New Issue
Block a user