Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml')
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml35
1 files changed, 23 insertions, 12 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
index 1ae62d65bf..3b0e686d93 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
@@ -619,15 +619,15 @@
defaultHandler = "MonoDevelop.Ide.Commands.ZoomIn"
_label = "_Zoom In"
icon = "gtk-zoom-in"
- shortcut = "Control|+"
- macShortcut = "Meta|+"
+ shortcut = "Control|+ Control|="
+ macShortcut = "Meta|+ Meta|="
_description = "Zooms view in" />
<Command id = "MonoDevelop.Ide.Commands.ViewCommands.ZoomOut"
defaultHandler = "MonoDevelop.Ide.Commands.ZoomOut"
_label = "Zoom _Out"
icon = "gtk-zoom-out"
- shortcut = "Control|-"
- macShortcut = "Meta|-"
+ shortcut = "Control|- Control|_"
+ macShortcut = "Meta|- Meta|_"
_description = "Zooms view out" />
<Command id = "MonoDevelop.Ide.Commands.ViewCommands.ZoomReset"
defaultHandler = "MonoDevelop.Ide.Commands.ZoomReset"
@@ -683,26 +683,37 @@
defaultHandler = "MonoDevelop.Ide.Commands.InstrumentationViewerHandler"
_label = "Instrumentation Monitor" />
+ <Command id = "MonoDevelop.Ide.Commands.ToolCommands.ToggleSessionRecorder"
+ defaultHandler = "MonoDevelop.Ide.Commands.ToggleSessionRecorderHandler"
+ _label = "Start Session Recorder" />
+
+ <Command id = "MonoDevelop.Ide.Commands.ToolCommands.ReplaySession"
+ defaultHandler = "MonoDevelop.Ide.Commands.ReplaySessionHandler"
+ _label = "Replay Session..." />
</Category>
<!-- WindowCommands -->
<Category _name = "Window" id = "Window">
- <Command id = "MonoDevelop.Ide.Commands.WindowCommands.NextWindow"
- defaultHandler = "MonoDevelop.Ide.Commands.NextWindowHandler"
- _label = "_Next Window"
+ <Command id = "MonoDevelop.Ide.Commands.WindowCommands.NextDocument"
+ defaultHandler = "MonoDevelop.Ide.Commands.NextDocumentHandler"
+ _label = "_Next Document"
icon = "gtk-go-forward"
- _description = "Show next window"
+ _description = "Show next document"
shortcut = "Control|Page_Down"
macShortcut = "Meta|}" />
- <Command id = "MonoDevelop.Ide.Commands.WindowCommands.PrevWindow"
- defaultHandler = "MonoDevelop.Ide.Commands.PrevWindowHandler"
- _label = "_Previous Window"
+ <Command id = "MonoDevelop.Ide.Commands.WindowCommands.PrevDocument"
+ defaultHandler = "MonoDevelop.Ide.Commands.PrevDocumentHandler"
+ _label = "_Previous Document"
icon = "gtk-go-back"
- _description = "Show previous window"
+ _description = "Show previous document"
shortcut = "Control|Page_Up"
macShortcut = "Meta|{" />
+ <Command id = "MonoDevelop.Ide.Commands.WindowCommands.OpenDocumentList"
+ defaultHandler = "MonoDevelop.Ide.Commands.OpenDocumentListHandler"
+ type="radio|array"
+ _label = "Document List" />
<Command id = "MonoDevelop.Ide.Commands.WindowCommands.OpenWindowList"
defaultHandler = "MonoDevelop.Ide.Commands.OpenWindowListHandler"
type="radio|array"