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 182974 Details for
Bug 326636
[disassembly] Enable disassembly view as "editor"
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]
Fix action enablement
326636-2.patch (text/plain), 2.27 KB, created by
Anton Leherbauer
on 2010-11-12 04:57:19 EST
(
hide
)
Description:
Fix action enablement
Filename:
MIME Type:
Creator:
Anton Leherbauer
Created:
2010-11-12 04:57:19 EST
Size:
2.27 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.cdt.dsf.ui >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/plugin.xml,v >retrieving revision 1.20.2.1 >diff -u -r1.20.2.1 plugin.xml >--- plugin.xml 10 Nov 2010 06:42:09 -0000 1.20.2.1 >+++ plugin.xml 12 Nov 2010 09:54:56 -0000 >@@ -680,7 +680,7 @@ > </factory> > <factory > class="org.eclipse.cdt.dsf.debug.internal.ui.actions.RetargettableActionAdapterFactory" >- adaptableType="org.eclipse.cdt.dsf.debug.internal.ui.disassembly.DisassemblyView"> >+ adaptableType="org.eclipse.cdt.dsf.debug.internal.ui.disassembly.provisional.IDisassemblyPart"> > <adapter type="org.eclipse.debug.ui.actions.IRunToLineTarget"/> > <adapter type="org.eclipse.cdt.debug.internal.ui.actions.IResumeAtLineTarget"/> > <adapter type="org.eclipse.cdt.debug.internal.ui.actions.IMoveToLineTarget"/> >Index: src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/DisassemblyPart.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/DisassemblyPart.java,v >retrieving revision 1.31.2.3 >diff -u -r1.31.2.3 DisassemblyPart.java >--- src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/DisassemblyPart.java 10 Nov 2010 06:42:09 -0000 1.31.2.3 >+++ src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/DisassemblyPart.java 12 Nov 2010 09:54:56 -0000 >@@ -628,6 +628,10 @@ > } > > initializeViewerFont(fViewer); >+ fDocument = createDocument(); >+ fViewer.setDocument(fDocument, new AnnotationModel()); >+ JFaceResources.getFontRegistry().addListener(fPropertyChangeListener); >+ > createActions(); > hookRulerContextMenu(); > hookContextMenu(); >@@ -639,10 +643,6 @@ > } > }); > >- fDocument = createDocument(); >- fViewer.setDocument(fDocument, new AnnotationModel()); >- JFaceResources.getFontRegistry().addListener(fPropertyChangeListener); >- > fErrorColor = getSharedColors().getColor(new RGB(96, 0, 0)); > fInstructionColor = getSharedColors().getColor(new RGB(0, 0, 96)); > fSourceColor = getSharedColors().getColor(new RGB(64, 0, 80));
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:
aleherb+eclipse
:
iplog-
Actions:
View
|
Diff
Attachments on
bug 326636
:
181482
| 182974