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 273000 Details for
Bug 532009
Global bindings don't work - Eclipse 4.7 Oxygen
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 the keybinding correction - plugin org.eclipse.e4.ui.bindings
eclipse.platform.ui.keyBindings.patch (text/plain), 1.60 KB, created by
Mariano Camrazana
on 2018-03-05 06:36:47 EST
(
hide
)
Description:
Patch with the keybinding correction - plugin org.eclipse.e4.ui.bindings
Filename:
MIME Type:
Creator:
Mariano Camrazana
Created:
2018-03-05 06:36:47 EST
Size:
1.60 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.e4.ui.bindings/META-INF/MANIFEST.MF b/bundles/org.eclipse.e4.ui.bindings/META-INF/MANIFEST.MF >index a1679db..01dd415 100644 >--- a/bundles/org.eclipse.e4.ui.bindings/META-INF/MANIFEST.MF >+++ b/bundles/org.eclipse.e4.ui.bindings/META-INF/MANIFEST.MF >@@ -1,7 +1,7 @@ > Manifest-Version: 1.0 > Bundle-ManifestVersion: 2 > Bundle-SymbolicName: org.eclipse.e4.ui.bindings;singleton:=true >-Bundle-Version: 0.12.100.qualifier >+Bundle-Version: 0.12.1.v20170823-1632 > Bundle-Name: %pluginName > Bundle-Vendor: %providerName > Bundle-Localization: plugin >diff --git a/bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingTableManager.java b/bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingTableManager.java >index 60fbfca..39e3a04 100644 >--- a/bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingTableManager.java >+++ b/bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingTableManager.java >@@ -130,6 +130,21 @@ > if (table != null) { > currentResult = table.getPerfectMatch(triggerSequence); > } >+ try { >+ if (currentResult == null) { >+ String parentId = null; >+ parentId = c.getParentId(); >+ if (parentId != null) { >+ table = getTable(parentId); >+ if (table != null) { >+ currentResult = table.getPerfectMatch(triggerSequence); >+ } >+ } >+ } >+ } catch (Exception e) { >+ // TODO Auto-generated catch block >+ e.printStackTrace(); >+ } > if (currentResult != null) { > if (isMostActiveScheme(currentResult)) { > return currentResult;
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 532009
: 273000