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 41170 Details for
Bug 137091
[KeyBindings] Toggle Mark Occurrences shortcut is broken
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]
Workaround for the two Java editor actions
patch.txt (text/plain), 1.27 KB, created by
Dani Megert
on 2006-05-11 13:54:57 EDT
(
hide
)
Description:
Workaround for the two Java editor actions
Filename:
MIME Type:
Creator:
Dani Megert
Created:
2006-05-11 13:54:57 EDT
Size:
1.27 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.ui >Index: ui/org/eclipse/jdt/internal/ui/javaeditor/BasicJavaEditorActionContributor.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicJavaEditorActionContributor.java,v >retrieving revision 1.31 >diff -u -r1.31 BasicJavaEditorActionContributor.java >--- ui/org/eclipse/jdt/internal/ui/javaeditor/BasicJavaEditorActionContributor.java 6 Apr 2006 07:36:56 -0000 1.31 >+++ ui/org/eclipse/jdt/internal/ui/javaeditor/BasicJavaEditorActionContributor.java 11 May 2006 17:51:45 -0000 >@@ -220,6 +220,11 @@ > action= getAction(textEditor, ITextEditorActionConstants.PREVIOUS); > actionBars.setGlobalActionHandler(ITextEditorActionDefinitionIds.GOTO_PREVIOUS_ANNOTATION, action); > actionBars.setGlobalActionHandler(ITextEditorActionConstants.PREVIOUS, action); >+ >+ // XXX: Workaround for Platform UI bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=137091 >+ actionBars.setGlobalActionHandler(ITextEditorActionDefinitionIds.TOGGLE_SHOW_SELECTED_ELEMENT_ONLY, fTogglePresentation); >+ actionBars.setGlobalActionHandler(IJavaEditorActionDefinitionIds.TOGGLE_MARK_OCCURRENCES, fToggleMarkOccurrencesAction); >+ > } > > /*
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
Actions:
View
|
Diff
Attachments on
bug 137091
: 41170 |
41357
|
41492
|
41588
|
41637
|
41713
|
42049