1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00
cdt/debug/org.eclipse.cdt.debug.ui/ChangeLog

166 lines
5.5 KiB
Text
Raw Normal View History

2002-10-31 Mikhail Khodjaiants
Removed the 'Modified Value Color' field from the 'Debug/Memory Views'
preference page.
* MemoryViewPreferencePage.java
2002-10-30 Mikhail Khodjaiants
Implementing the 'Refresh Memory' action.
* RefreshMemoryAction.java
* MemoryControlArea.java
* MemoryViewer.java
2002-10-30 Mikhail Khodjaiants
Implementation of the 'SaveMemoryChanges' action.
* SaveMemoryChangesAction.java
* CDebugImages.java
* ICDebugHelpConstants.java
* MemoryControlArea.java
* MemoryText.java
* MemoryViewer.java
* MemoryView.java
2002-10-30 14:47:45 +00:00
2002-10-30 Alain Magloire
* src/.../ui/CDebugUIPlugin.java (selectionChanged):
sameThread() code is commented out amd we let the underlying
implementation swith thread.
2002-10-29 Mikhail Khodjaiants
Implementing editing features of the memory view.
* MemoryPresentation.java
* MemoryControlArea.java
* MemoryText.java
2002-10-28 Mikhail Khodjaiants
Implementing editing features of the memory view.
* MemoryPresentation.java
* MemoryControlArea.java
* MemoryText.java
2002-10-27 Mikhail Khodjaiants
* MemoryPresentation.java: adding editing features to the memory view.
2002-10-25 Mikhail Khodjaiants
Implementation of the 'Number Of Columns' action.
* MemoryNumberOfColumnAction.java: the action class
* MemoryViewer.java: support of the action
* MemoryView.java: support of the action
2002-10-25 Mikhail Khodjaiants
Replaced the usage of 'setWordSize' method by the 'reformat' method of 'IFormattedMemoryBlock'.
* MemorySizeAction.java
* MemoryViewer.java
2002-10-24 Mikhail Khodjaiants
Set the 'relationship' attribute value to 'stack' for the 'MemoryView' perspective extension.
* plugin.xml
2002-10-24 Mikhail Khodjaiants
Implementation of the 'Memory Unit Size' action.
* MemorySizeAction.java
* MemoryView.java
2002-10-24 Mikhail Khodjaiants
Implementing Memory view formatting actions.
* MemoryActionSelectionGroup.java: implementation of a toggle action group.
* MemorySizeAction.java: implementation of the "Memory Unit Size" menu item.
* MemoryView.java: add new actions to the view.
* MemoryViewer.java: support for new action.
* ICDebugHelpContextIds.java: help context id for the new action.
* ICDebugUIConstants.java: new menu group - "Format".
2002-10-23 Mikhail Khodjaiants
* DebuggerConsoleActionDelegate.java: The debugger/inferrior console should become visible when checking "Show Debug Console".
2002-10-23 19:01:55 +00:00
2002-10-23 Mikhail Khodjaiants
"Show Debugger Console" action.
Action images:
debugger_console.gif (clcl, dlcl, elcl);
* DebuggerConsoleActionDelegate.java: implementation of action delegate.
* plugin.xml: action extenions
* plugin.properties: action label and tooltip text.
2002-10-22 Mikhail Khodjaiants
Implementation of the "Show ASCII" action.
Action images:
show_ascii.gif (clcl, dlcl, elcl).
* ShowAsciiAction.java
* MemoryPresentation.java
* MemoryText.java
* MemoryView.java
* MemoryViewer.java
* CDebugImages.java
* ICDebugHelpContextIds.java
2002-10-21 Mikhail Khodjaiants
Framework tries to refresh memory view before the view controls are created.
* MemoryViewer.java: Check if CTabFolder has already created when refreshing the view.
2002-10-21 Mikhail Khodjaiants
Implementation of the "Clear" action for the memory view.
* ClearMemoryAction.java
* ICDebugHelpContextIds.java
* MemoryControlArea.java
* MemoryView.java
* MemoryViewer.java
2002-10-21 Mikhail Khodjaiants
Implementation of the "Auto-Refresh" and "Refresh" actions for the memory view.
* AutoRefreshMemoryAction.java
* RefreshMemoryAction.java
* ICDebugHelpContextIds.java
* MemoryControlArea.java
* MemoryView.java
* MemoryViewer.java
* MemoryViewEventHandler.java
2002-10-20 Mikhail Khodjaiants
Display the memory changes in different color in the memory view.
* MemoryControlArea.java
* MemoryPresentation.java
* MemoryText.java
* MemoryViewer.java
* MemoryViewEventHandler.java
2002-10-18 22:02:51 +00:00
2002-10-18 Mikhail Khodjaiants
Implementing the memory view support:
Images for the view's actions:
autorefresh_mem.gif (clcl, dlcl, elcl),
refresh_mem.gif (clcl, dlcl, elcl),
memory_save.gif (clcl, dlcl, elcl),
memory_clear.gif (clcl, dlcl, elcl).
* RefreshMemoryAction.java
* MemoryControlArea.java
* MemoryPresentation.java
* MemoryText.java
* MemoryView.java
* MemoryViewer.java
* CDebugImages.java
* ICDebugHelpContextIds.java
* ICDebugUIConstants.java
2002-10-17 23:17:02 +00:00
2002-10-17 Mikhail Khodjaiants
Implementing the memory view support:
* MemoryControlArea.java
* MemoryPresentation.java
* MemoryView.java
* MemoryViewer.java
2002-10-15 Mikhail Khodjaiants
* CDebugUIPlugin.java: Moved the memory management functionality to the core.
* MemoryControlArea.java: Moved the memory management functionality to the core.
2002-10-15 Mikhail Khodjaiants
* CDebugPreferencePage.java: Implementation of the 'Automatically switch to disassembly mode' preference.
2002-10-14 Mikhail Khodjaiants
* CDebugUIPlugin.java: In the 'selectionChanged' method check if the thread of the new frame is current. If not make it current.
2002-10-11 Mikhail Khodjaiants
* SwitchToDisassemblyActionDelegate.java: Implementation of the 'Switch to disassembly mode' action.
* plugin.properties: Action label and tooltip.
* plugin.xml: Contribution to the 'Launch View'.
* icons/full/clcl16/disassembly.gif: Hover icon.
* icons/full/dlcl16/disassembly.gif: Disabled icon.
* icons/full/elcl16/disassembly.gif: Enabled icon.