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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gsharp
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2008-11-06 04:47:01 +0300
committerMiguel de Icaza <miguel@gnome.org>2008-11-06 04:47:01 +0300
commitcb75157c78f8e5cc23aefc825792e13ea3c6e38c (patch)
tree638721158b74533a65476e0713a790f8e140d17d /gsharp
parent1245b9d27a6f94d20026967f7989206777396376 (diff)
Make this visible on the screen
svn path=/trunk/mono-tools/; revision=118064
Diffstat (limited to 'gsharp')
-rw-r--r--gsharp/Shell.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsharp/Shell.cs b/gsharp/Shell.cs
index 198c9ca3..51d526db 100644
--- a/gsharp/Shell.cs
+++ b/gsharp/Shell.cs
@@ -359,6 +359,7 @@ namespace Mono.CSharp.Gui
Buffer.Delete(ref start, ref end);
start = InputLineBegin;
Buffer.Insert(ref start, value);
+ ScrollMarkOnscreen(Buffer.InsertMark);
}
}