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 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 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 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.