Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ui/org.eclipse.pde.spy.core/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# To force a version qualifier update add the bug here
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1184
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
https://github.com/eclipse-pde/eclipse.pde/pull/2326
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ public void process(IExtensionRegistry extRegistry) {
// Bind the command with the binding, and add the view ID as
// parameter.
// The part class name will be the ID of the part descriptor
bindSpyKeyBinding(bindingTable, shortCut, command, partID);
if (shortCut != null && !shortCut.isBlank()) {
bindSpyKeyBinding(bindingTable, shortCut, command, partID);
}

// Add the descriptor in application
addSpyPartDescriptor(partID, partName, iconPath, partClass, desc);
Expand Down
Loading