Community
Participate
Working Groups
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
if (table != null) {
currentResult = table.getPerfectMatch(triggerSequence);
}
try {
if (currentResult == null) {
String parentId = null;
parentId = c.getParentId();
if (parentId != null) {
table = getTable(parentId);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
if (currentResult != null) {
if (isMostActiveScheme(currentResult)) {
return currentResult;