From 267efbe568d3ae443fe973a72c3bbbc56f2d9b78 Mon Sep 17 00:00:00 2001 From: Marius Ungureanu Date: Tue, 14 May 2013 21:43:43 +0300 Subject: Bug 8541 - Reopen Closed Tab This adds a feature Open Last Closed Tab similar to Google Chrome. This acts like a backwards linked-list which opens documents in the order of closing. ClosedDocumentNavigationPoint is a type specifically for this action. This required an enhancement to the NavigationHistoryService to support this new kind of items. *Should I have split this to a new service? The need of the ReorderTab to fix visual appearance of tabs when reopening. --- main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/FileCommands.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/FileCommands.cs') diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/FileCommands.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/FileCommands.cs index 360b044631..e3f28cea05 100644 --- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/FileCommands.cs +++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/FileCommands.cs @@ -403,4 +403,5 @@ namespace MonoDevelop.Ide.Commands // MonoDevelop.Ide.Commands.FileTabCommands.CloseAllButThis Implemented in FileTabCommands.cs // MonoDevelop.Ide.Commands.CopyPathNameHandler Implemented in FileTabCommands.cs // MonoDevelop.Ide.Commands.FileTabCommands.ToggleMaximize Implemented in FileTabCommands.cs + // MonoDevelop.Ide.Commands.FileTabCommands.ReopenClosedTab Implemented in FileTabCommands.cs } -- cgit v1.2.3