1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 03:15:33 +02:00
cdt/debug/org.eclipse.cdt.debug.ui/ChangeLog

72 lines
2.5 KiB
Text
Raw Normal View History

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.