Skip to content

Commit 85dbca5

Browse files
committed
Reopen tab works for Editor Tabs and View tabs respectively.
1 parent 81b03a6 commit 85dbca5

File tree

3 files changed

+256
-9
lines changed

3 files changed

+256
-9
lines changed

bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/internal/workbench/renderers/swt/SWTRenderersMessages.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2010, 2015 IBM Corporation and others.
2+
* Copyright (c) 2010, 2025 IBM Corporation and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -34,6 +34,7 @@ public class SWTRenderersMessages extends NLS {
3434
public static String menuCloseAll;
3535
public static String menuCloseRight;
3636
public static String menuCloseLeft;
37+
public static String menuReopenClosed;
3738
public static String menuDetach;
3839

3940
public static String viewMenu;

bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/internal/workbench/renderers/swt/messages.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2010, 2015 IBM Corporation and others.
2+
# Copyright (c) 2010, 2025 IBM Corporation and others.
33
#
44
# This program and the accompanying materials
55
# are made available under the terms of the Eclipse Public License 2.0
@@ -25,5 +25,6 @@ menuCloseOthers = Close &Others
2525
menuCloseAll = Close &All
2626
menuCloseRight = Close Tabs to the &Right
2727
menuCloseLeft = Close Tabs to the &Left
28+
menuReopenClosed = Reopen Closed Tab
2829
menuDetach= &Detach
2930
viewMenu = View Menu

0 commit comments

Comments
 (0)