Skip to content
Snippets Groups Projects
Commit 799cf1ce authored by hjk's avatar hjk
Browse files

Changes: mention some debugger and fakevim related items


Change-Id: Ifcea35fc39c06c095ecc03d129246d6d6538dd30
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@nokia.com>
parent e5222c5d
Branches
Tags
No related merge requests found
...@@ -19,8 +19,8 @@ General ...@@ -19,8 +19,8 @@ General
Editing Editing
* Added a context menu for adding and removing UTF-8 bom * Added a context menu for adding and removing UTF-8 bom
* Added shortcuts for searching for next and previous * Added shortcuts for searching for next and previous occurrence
occurrence of selected text without opening the find tool bar (QTCREATORBUG-464) of selected text without opening the find tool bar (QTCREATORBUG-464)
* Made resource files searchable (Ctrl+F) * Made resource files searchable (Ctrl+F)
* Added file type icons to the resource editor * Added file type icons to the resource editor
* Added opening of files from the resource editor * Added opening of files from the resource editor
...@@ -29,9 +29,9 @@ Editing ...@@ -29,9 +29,9 @@ Editing
* Fixed problems when closing documents in a split view (QTCREATORBUG-7361) * Fixed problems when closing documents in a split view (QTCREATORBUG-7361)
Managing Projects Managing Projects
* Introduced "Kits" that supersede the previous "Targets". They bundle the settings * Introduced "Kits" that supersede the previous "Targets". They bundle
for the target device, compiler, debugger, Qt version and more into the settings for the target device, compiler, debugger, Qt version and
a user definable, reusable setting. more into a user definable, reusable setting.
* Moved the debugger setting from tool chains to kits * Moved the debugger setting from tool chains to kits
and renamed tool chains to compilers and renamed tool chains to compilers
* Added experimental support for Android (enable the plugin in Help > About Plugins) * Added experimental support for Android (enable the plugin in Help > About Plugins)
...@@ -49,7 +49,27 @@ CMake Projects ...@@ -49,7 +49,27 @@ CMake Projects
* Added CMake specific context menu items to the CMakeLists.txt editor * Added CMake specific context menu items to the CMakeLists.txt editor
Debugging Debugging
* Updated dumpers to internal changes in Qt 5 (structure layout, namespaces)
* Adjusted state engine to changes in GDB/MI notifications
* Made all views searchable (Ctrl+F) * Made all views searchable (Ctrl+F)
* Made extensive use of HistoryCompleter
* Consolidated the special start options in Debug > Start Debugging
after the Kits changes
* Renamed "Watcher" into "Expression Evaluator"
* Generalized process listing and attaching facilities
* Adjusted to changed code generation in MinGW 4.6
* Added GUI support for temporary breakpoints
* Added a shortcut (F10) for start-and-stop-at-main
* Added direct loading of remote core files
* Added an option to create watch points in the Memory view context menu
* Added GDB pretty-printers for QFiniteStack, QHash::{const_}iterator,
std::{map,set}::iterator
* Added support for IPv6-enabled builds of GDB
* Improved logging and output pane performance
* Improved performance of retrieving large arrays of plain data
* Fixed use of non-xterm terminals (QTCREATORBUG-1633)
* Fixed use of multi-line breakpoint commands
* Fixed off-by-one error in the Address field in the Symbols view
Debugging QML/JS Debugging QML/JS
* Merged the (experimental) QML/JS Inspector plugin into the Debugger: * Merged the (experimental) QML/JS Inspector plugin into the Debugger:
...@@ -58,6 +78,8 @@ Debugging QML/JS ...@@ -58,6 +78,8 @@ Debugging QML/JS
* Added QML specific buttons to the toolbar * Added QML specific buttons to the toolbar
Analyzing Code Analyzing Code
* Added an option to shorten template names in function profiler output
* Simplified the remote start dialogs
C++ Support C++ Support
* Fixed lambda formatting issues * Fixed lambda formatting issues
...@@ -66,6 +88,7 @@ C++ Support ...@@ -66,6 +88,7 @@ C++ Support
* Fixed the display of results when searching for macro usages (QTCREATORBUG-7217) * Fixed the display of results when searching for macro usages (QTCREATORBUG-7217)
* Added highlighting of macro usages * Added highlighting of macro usages
* Implemented renaming of macro usages (QTCREATORBUG-413) * Implemented renaming of macro usages (QTCREATORBUG-413)
* Fixed detection of C++11 features for MSVC
QML/JS Support QML/JS Support
* Added support for adding the file to VCS when moving a component into * Added support for adding the file to VCS when moving a component into
...@@ -96,7 +119,18 @@ SVN ...@@ -96,7 +119,18 @@ SVN
* Fixed completion in the submit editor * Fixed completion in the submit editor
FakeVim FakeVim
* Added support for smartcase searching
* Added support for last selection operations
* Added support for counts in block selections (for example "2vi)", "3da{")
* Added support for special registers "+ and "*
* Added selection commands for strings (for example "di'", "ca`")
* Improved emulation of Vim regexps
* Fixed :!cmd if there is no selection * Fixed :!cmd if there is no selection
* Fixed handling of "ci(", "di[", "ca{" inside nested blocks
* Fixed search without matches
* Fixed pasting text [count] times and in selection
* Fixed pasting from clipboard
* Made clipboard data format compatible with Vim
Platform Specific Platform Specific
...@@ -104,7 +138,7 @@ Mac ...@@ -104,7 +138,7 @@ Mac
* Added support for fullscreen (Lion and later) * Added support for fullscreen (Lion and later)
* Changed the VCS shortcuts to use the Ctrl modifier instead of the Opt modifier * Changed the VCS shortcuts to use the Ctrl modifier instead of the Opt modifier
(the Opt modifier inserts special characters on Mac) (the Opt modifier inserts special characters on Mac)
* Made the shortcut modifiers (e.g. Cmd+...) searchable in the Filter * Made the shortcut modifiers (for example Cmd+...) searchable in the Filter
functionality of the keyboard shortcut settings functionality of the keyboard shortcut settings
Linux (GNOME and KDE) Linux (GNOME and KDE)
...@@ -126,6 +160,7 @@ Credits go to: ...@@ -126,6 +160,7 @@ Credits go to:
Alessandro Portale Alessandro Portale
Andreas Holzammer Andreas Holzammer
Andre Hartmann Andre Hartmann
André Pönitz
Aurélien Gâteau Aurélien Gâteau
Aurindam Jana Aurindam Jana
Bill King Bill King
...@@ -149,7 +184,6 @@ Credits go to: ...@@ -149,7 +184,6 @@ Credits go to:
Flex Ferrum Flex Ferrum
Francois Ferrand Francois Ferrand
Friedemann Kleint Friedemann Kleint
hjk
hluk hluk
Hugues Delorme Hugues Delorme
Jarek Kobus Jarek Kobus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment