原地址:http://hi.baidu.com/next2_me
MonoDevelop保存跳到顶部
Saving in MonoDevelop goes to the top line。
MonoDevelop 保存代码会光标会自动跳转到文件顶部。
这个是mono的一个bug。
参考unity论坛:
http://answers.unity3d.com/questions/574075/monodevelop-401-unity-43-code-folding-bug.html
http://answers.unity3d.com/questions/579812/saving-in-monodevelop-goes-to-the-top-line.html
解决方法:
Tools -> Options ->Text Editor -> General,取消Code Folding下的 Enable code folding即可。
Monodevelop 代码样式改为Visual Studio
在使用Visual Studio习惯后,需要使用Mono开发调试unity3d,但是代码高亮样式很别扭,为了让mono的代码样式接近Visual Studio,我们需要修改一点点。
-
Mono顶部菜单栏:Tools->Options
-
左边属性列表:TextEditor->SyntaxHighlighting
-
在右边的选择框选择Visual Studio,勾选Enable highlighting,勾选 Enable semantic highlighting.
-
快捷键修改为Visual Studio,Environment->key bindings.右侧的Scheme中选择Visual Studio