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:
authorLluis Sanchez <lluis@xamarin.com>2015-03-07 10:21:09 +0300
committerLluis Sanchez <lluis@xamarin.com>2015-03-07 10:21:50 +0300
commitcef6ba97be17d118407105c81309d213bd3bfe82 (patch)
tree1b3fdab05f7b39c476c9c27e0085292e546681e1 /main/src/addins/MonoDevelop.SourceEditor2
parent435b16676a05dd87dceba37a021de6ce3b1b1ca9 (diff)
[Editor] Add missing command source on document dispatch
Diffstat (limited to 'main/src/addins/MonoDevelop.SourceEditor2')
-rw-r--r--main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/IdeViMode.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/IdeViMode.cs b/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/IdeViMode.cs
index e250bd6104..d7dcbada63 100644
--- a/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/IdeViMode.cs
+++ b/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/IdeViMode.cs
@@ -157,7 +157,7 @@ namespace MonoDevelop.SourceEditor
case Gdk.Key.bracketright:
// ctrl-] => Go to declaration
// HACK: since the SourceEditor can't link the Refactoring addin the command is provided as string.
- IdeApp.CommandService.DispatchCommand ("MonoDevelop.Refactoring.RefactoryCommands.GotoDeclaration");
+ IdeApp.CommandService.DispatchCommand ("MonoDevelop.Refactoring.RefactoryCommands.GotoDeclaration", MonoDevelop.Components.Commands.CommandSource.Keybinding);
return;
}
}// ctrl+key