2003-01-02 Mikhail Khodjaiants Adapter for 'IResource' in 'DisassemblyEditorInput'. * DisassemblyEditorInput.java 2002-12-29 Mikhail Khodjaiants Implementation of the 'Source Lookup' property page. * AddDirectorySourceLocationBlock.java (new) * AddDirectorySourceLocationWizard.java (new) * AddProjectSourceLocationBlock.java (new) * AddProjectSourceLocationWizard.java (new) * AddSourceLocationWizard.java * SourceLocationSelectionPage.java (new) * SourceLocationWizardNode.java (new) * CDebugImages.java * AttachSourceLocationBlock.java renamed to AddDirectorySourceLocationBlock.java * AttachSourceLocationDialog.java (deleted - dialog replaced by wizard). * INewSourceLocationWizard.java (new) * SourceLookupBlock.java Added new wizard and tool icons. 2002-12-19 Mikhail Khodjaiants Implementing the 'Source Lookup' property page. * AddSourceLocationWizard.java * SourceLookupBlock.java * SourcePropertyPage.java icons/full/obj16/project_obj.gif icons/full/obj16/folder_obj.gif 2002-12-19 Mikhail Khodjaiants Added the 'org.eclipse.cdt.debug.internal.ui.dialogfields' package. 2002-12-19 Mikhail Khodjaiants Added new utility class - SWTUtil * SWTUtil.java * AttachSourceLocationBlock.java 2002-12-19 Mikhail Khodjaiants Added new utility class - PixelConverter * PixelCoverter.java * AttachSourceLocationBlock.java 2002-12-18 Mikhail Khodjaiants Implementing the "Source Lookup" property page. * SourceLookupBlock.java: common control block. * SourcePropertyPage.java: implementation * plugin.properties: page name * plugin.xml: contribution to ICDebugTarget properties 2002-12-18 Mikhail Khodjaiants Do not show the source lookup dialog if file name is not specified. * CUISourceLocator.java 2002-12-17 Mikhail Khodjaiants Disable the association controls in the 'Attach Source Location" dialog if path is not absolute. * AttachSourceLocationBlock.java * CUISourceLocator.java 2002-12-17 Mikhail Khodjaiants Formatting 'char' types. * VariableFormatActionDelegate.java 2002-12-17 Mikhail Khodjaiants Removed the "Primitive type display options" section from the C/C++ Debug preference page because of the different formattong strategy. * CDebugPreferencePage.java 2002-12-17 Mikhail Khodjaiants The UI part of the prompting source locator. * AttachSourceLocationBlock.java * AttachSourceLocationDialog.java * CUISourceLocator.java * plugin.xml 2002-12-16 Mikhail Khodjaiants New formating actions for variables, registers, and expressions * VariableFormatActionDelegate.java * DecVariableFormatActionDelegate.java * HexVariableFormatActionDelegate.java * NaturalVariableFormatActionDelegate.java * plugin.xml * plugin.properties 2002-12-10 Mikhail Khodjaiants Added new case in the 'getEditorInput' method of CDTDebugModelPresentation for FileStorage objects. * CDTDebugModelPresentation.java 2002-12-08 Mikhail Khodjaiants Implementation of the status handler for core errors. * ErrorStatusHandler.java 2002-12-04 Mikhail Khodjaiants Small fix for the Registers view. * RegistersView.java 2002-12-02 Mikhail Khodjaiants If the target is suspended because of error display the error message in the Launch view. * CDTDebugModelPresentation.java 2002-12-02 Mikhail Khodjaiants Refactoring org.eclipse.cdt.debug.core - UI changes. 2002-12-02 Mikhail Khodjaiants 'Run to line' and 'Add expression' actions for assembly editor. *plugin.xml 2002-12-01 Mikhail Khodjaiants Contributing breakpoint actions to asm editor. * plugin.xml * ManageBreakpointRulerActionDelegate.java 2002-11-29 Mikhail Khodjaiants Cosmetic change for the MemoryView preference page. * plugin.properties * MemoryViewPreferencePage.java 2002-11-29 Mikhail Khodjaiants Cosmetic fix for the memory view tab's tooltips. * MemoryControlArea.java 2002-11-28 Mikhail Khodjaiants Fixes for 'Run to line' actions. * RunToLineActionDelegate.java * RunToLineRulerAction.java 2002-11-28 Mikhail Khodjaiants Live editing of the memory view. * SaveMemoryChangesAction.java - removed * MemoryPresentation.java * MemoryControlArea.java * MemoryText.java * MemoryViewer.java * MemoryView.java 2002-11-27 Mikhail Khodjaiants Render debug target as suspended if no reason is specified. * CDTDebugModelPresentation.java 2002-11-26 Mikhail Khodjaiants Fix for evaluation of expression to address in the Memory view. GDB evaluates the array of chars to a string not an address. * MemoryControlArea.java 2002-11-21 Mikhail Khodjaiants Added the 'Evaluate' button to the Memory view. * MemoryControlArea.java 2002-11-20 Mikhail Khodjaiants Reset the tooltips of the memory view tabs on terminate. * MemoryControlArea.java 2002-11-20 Mikhail Khodjaiants Added the TERMINATE event handler to MemoryViewEventHandler. * MemoryViewer.java * MemoryViewEventHandler.java 2002-11-20 Mikhail Khodjaiants Fix for bug 26595. Highlight the addresses if the start address of a memory expression has changed. *MemoryPresentation.java *MemoryText.java 2002-11-19 Mikhail Khodjaiants Added enablement condition to some actions. *plugin.xml 2002-11-19 Mikhail Khodjaiants Fix for bug 26693. * SwitchToDisassemblyActionDelegate.java 2002-11-19 Mikhail Khodjaiants Fix for bug 26401. * ExpressionDialog.java: Highlight the content of the expression field on intialization. 2002-11-18 Mikhail Khodjaiants Fixes for the 'Add Global Variables' action's bugs. The action disabled after 'Remove All'. Error message after adding a valid expression. * AddGlobalsActionDelegate.java 2002-11-15 Mikhail Khodjaiants Added presentation for dummy stack frames. * CDTDebugModelPresentation.java 2002-11-13 Mikhail Khodjaiants Added tooltips to the Memory view's tabs. * MemoryControlArea.java 2002-11-13 Mikhail Khodjaiants Added the 'Auto-Refresh by default' and 'Show ASCII by default' preferences to the 'Memory Views' preference page. * ICDebugPreferenceConstants.java * MemoryViewPreferencePage.java * MemoryControlArea.java * MemoryView.java 2002-11-11 Mikhail Khodjaiants Fix for PR 25988: The 'Padding Character' preference of the Memory view doesn't work. * MemoryControlArea.java * MemoryViewPreferencePage.java 2002-11-05 Mikhail Khodjaiants Implementation of the "Add Global Variables" action of the Expressions view. Action images: watch_globals.gif (clcl, dlcl, elcl). * AddGlobalsActionDelegate.java: implementation. * plugin.xml: contribution to the Expression view * plugin.xml: added dependency to org.eclipse.cdt.core * .classpath: added dependency to org.eclipse.cdt.core * .project: added dependency to org.eclipse.cdt.core * plugin.properties: action's label and tooltip text 2002-11-03 Mikhail Khodjaiants Implementation of the "Format/Decimal" and "Format/Unsigned Decimal" actions of the Memory view. * MemoryFormataction.java * MemorySizeAction.java * MemoryNumberOfColumnsAction.java * MemoryPresentation.java * MemoryViewer.java * MemoryView.java 2002-11-01 Mikhail Khodjaiants Implementing decimal format support of the Memory view. * MemoryPresentation.java 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 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 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.