开发者

How do I get rid of the annoying ctrl+backspace behaviour in MonoDevelop?

开发者 https://www.devze.com 2022-12-16 11:00 出处:网络
In MonoDevelop (linux version), ctrl+backspace clears all the linebreaks till th开发者_开发百科e last word/char block, and delete that.

In MonoDevelop (linux version), ctrl+backspace clears all the linebreaks till th开发者_开发百科e last word/char block, and delete that.

For example:

qwe asd
.
.
.
_

(where _ is my cursor focus is on, and . are line breaks, pressing ctrl+backspace will return me this:

qwe _

instead of:

qwe asd
.
.
_

How do I get rid of it?


The work breaking logic is configurable.

In Preferences->Text Editor->Behavior, change the work break mode. You probably want the SharpDevelop mode.

As ThinkJet said, because MD is a OSS project you can of course write a new word break mode if none of the existing ones fits your needs.

0

精彩评论

暂无评论...
验证码 换一张
取 消