Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 96658 Details for
Bug 212839
[registers] Register view should have a type column.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch with fix.
2008-04-18_212839.patch (text/plain), 3.62 KB, created by
Pawel Piech
on 2008-04-18 16:18:51 EDT
(
hide
)
Description:
Patch with fix.
Filename:
MIME Type:
Creator:
Pawel Piech
Created:
2008-04-18 16:18:51 EDT
Size:
3.62 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.dd.dsf.debug.ui >Index: src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/register/RegisterColumnPresentation.java >=================================================================== >RCS file: /cvsroot/dsdp/org.eclipse.dd.dsf/plugins/org.eclipse.dd.dsf.debug.ui/src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/register/RegisterColumnPresentation.java,v >retrieving revision 1.1 >diff -u -r1.1 RegisterColumnPresentation.java >--- src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/register/RegisterColumnPresentation.java 31 Mar 2008 18:08:00 -0000 1.1 >+++ src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/register/RegisterColumnPresentation.java 18 Apr 2008 20:17:32 -0000 >@@ -32,13 +32,15 @@ > > // @see org.eclipse.debug.internal.ui.viewers.provisional.IColumnPresentation#getAvailableColumns() > public String[] getAvailableColumns() { >- return new String[] { IDebugVMConstants.COLUMN_ID__NAME, IDebugVMConstants.COLUMN_ID__VALUE, IDebugVMConstants.COLUMN_ID__DESCRIPTION, }; >+ return new String[] { IDebugVMConstants.COLUMN_ID__NAME, IDebugVMConstants.COLUMN_ID__TYPE, IDebugVMConstants.COLUMN_ID__VALUE, IDebugVMConstants.COLUMN_ID__DESCRIPTION, }; > } > > // @see org.eclipse.debug.internal.ui.viewers.provisional.IColumnPresentation#getHeader(java.lang.String) > public String getHeader(String id) { > if (IDebugVMConstants.COLUMN_ID__NAME.equals(id)) { > return MessagesForRegisterVM.RegisterColumnPresentation_name; >+ } else if (IDebugVMConstants.COLUMN_ID__TYPE.equals(id)) { >+ return MessagesForRegisterVM.RegisterColumnPresentation_type; > } else if (IDebugVMConstants.COLUMN_ID__VALUE.equals(id)) { > return MessagesForRegisterVM.RegisterColumnPresentation_value; > } else if (IDebugVMConstants.COLUMN_ID__DESCRIPTION.equals(id)) { >Index: src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/register/messages.properties >=================================================================== >RCS file: /cvsroot/dsdp/org.eclipse.dd.dsf/plugins/org.eclipse.dd.dsf.debug.ui/src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/register/messages.properties,v >retrieving revision 1.1 >diff -u -r1.1 messages.properties >--- src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/register/messages.properties 31 Mar 2008 18:08:00 -0000 1.1 >+++ src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/register/messages.properties 18 Apr 2008 20:17:32 -0000 >@@ -1,3 +1,4 @@ > RegisterColumnPresentation_name=Name >+RegisterColumnPresentation_type=Type > RegisterColumnPresentation_value=Value > RegisterColumnPresentation_description=Description >Index: src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/register/MessagesForRegisterVM.java >=================================================================== >RCS file: /cvsroot/dsdp/org.eclipse.dd.dsf/plugins/org.eclipse.dd.dsf.debug.ui/src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/register/MessagesForRegisterVM.java,v >retrieving revision 1.1 >diff -u -r1.1 MessagesForRegisterVM.java >--- src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/register/MessagesForRegisterVM.java 31 Mar 2008 18:08:00 -0000 1.1 >+++ src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/register/MessagesForRegisterVM.java 18 Apr 2008 20:17:32 -0000 >@@ -9,6 +9,8 @@ > > public static String RegisterColumnPresentation_name; > >+ public static String RegisterColumnPresentation_type; >+ > public static String RegisterColumnPresentation_value; > static { > // initialize resource bundle
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
cdtdoug
:
iplog-
Actions:
View
|
Diff
Attachments on
bug 212839
: 96658