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:
authorVsevolod Kukol <sevoku@xamarin.com>2016-04-18 15:06:53 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2016-04-18 15:06:53 +0300
commite019557e41b9848d50643724f24d6565efec4996 (patch)
treeb9b99373b207d5694833bb1feee723570289274f /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands
parent760623d2dc4bd70afcd6a5deeaec7d3d4521a174 (diff)
Revert "[Ide] Scroll to cursor position on focus document command"
This reverts commit 42c5909d10a2365501345b0008e16e6088befe67.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/ViewCommands.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/ViewCommands.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/ViewCommands.cs
index 8644f78a30..5032431ed0 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/ViewCommands.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/ViewCommands.cs
@@ -420,7 +420,6 @@ namespace MonoDevelop.Ide.Commands
protected override void Run ()
{
- IdeApp.Workbench.ActiveDocument.Editor.CenterToCaret ();
IdeApp.Workbench.ActiveDocument.Editor.StartCaretPulseAnimation ();
}