Skip to content

Commit 9369b40

Browse files
authored
Merge pull request #560 from ruspl-afed/master
Remove references to Navigator view to support 2023-06 #559
2 parents 2526264 + 6156a5f commit 9369b40

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • plugins/org.eclipse.embedcdt.packs.ui/src/org/eclipse/embedcdt/internal/packs/ui/perspectives

plugins/org.eclipse.embedcdt.packs.ui/src/org/eclipse/embedcdt/internal/packs/ui/perspectives/PacksPerspective.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2014 Liviu Ionescu.
2+
* Copyright (c) 2014, 2023 Liviu Ionescu and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -10,6 +10,7 @@
1010
*
1111
* Contributors:
1212
* Liviu Ionescu - initial implementation.
13+
* Alexander Fedorov (ArSysOp) - support SimRel 2023-06.
1314
*******************************************************************************/
1415

1516
package org.eclipse.embedcdt.internal.packs.ui.perspectives;
@@ -129,12 +130,10 @@ private void addNewWizardShortcuts() {
129130
// factory.addNewWizardShortcut("org.eclipse.ui.wizards.new.file");//NON-NLS-1
130131
}
131132

132-
@SuppressWarnings("deprecation")
133133
private void addViewShortcuts() {
134-
135134
fFactory.addShowViewShortcut(IConsoleConstants.ID_CONSOLE_VIEW);
136135
// fFactory.addShowViewShortcut(JavaUI.ID_PACKAGES);
137-
fFactory.addShowViewShortcut(IPageLayout.ID_RES_NAV);
136+
// fFactory.addShowViewShortcut(IPageLayout.ID_RES_NAV);
138137
fFactory.addShowViewShortcut(IPageLayout.ID_PROBLEM_VIEW);
139138
fFactory.addShowViewShortcut(IPageLayout.ID_OUTLINE);
140139
}

0 commit comments

Comments
 (0)