Saving in MonoDevelop goes to the top line

I can’t find any mention of this elsewhere, but with the newest version of MonoDevelop, if i save a script i’m working on, it automatically scrolls to the top line.

Is there any way to disable this? Or is this a new bug / feature? it’s super annoying when you’re “save happy” like I am to have to constantly scroll back down to the code I was previously working on.

Edit: added version information below –

=== MonoDevelop-Unity ===

Version 4.0.1

Installation UUID: 2ef0438a-6b66-4688-9411-18748810d25d

Runtime:

Microsoft .NET 4.0.30319.1008

GTK 2.24.13

GTK# (2.12.0.0)

=== Build Information ===

Build information unavailable

=== Operating System ===

Windows 6.1.7601.65536 (64-bit)

I think this is the same bug I've posted about here: http://answers.unity3d.com/questions/574075/monodevelop-401-unity-43-code-folding-bug.html Often the result of it "losing" the code folding points is returning to the top.

3 Answers

3

I had the same problem (super annoying!) and fixed it by disabling code folding.

In Mono Develop, go to the “Tools” menu, select “Options…”, find the “text editor” section, select “general”, then uncheck all three of the code folding options.

Thank you! This has worked for me.

Cheers, worked

Nice it started getting on my nerves a bit :) thank you

Thank you! was about to lose it ;)

Thanks :) this bug makes me crazy

I’ve got the same problem. It’s not a feature it’s a bug :wink:

Nice

Thankyou, was really an annoying issue.