How to change the Android Studio text selection mode to default?

When I click on a blank area after ";", my cursor doesn't move to ";", but moves exactly where I clicked. When I try to select multiple lines, it selects only the text in that area, rather than all the text in those lines.

I don't know how to get back to the default text selection mode. Thanks for the help.

That's happen when I select a text zone

That's happen when I click in after ";"

Upvotes: 3

Views: 2871

Answers (2)

Vladimir Kuzomenskyi
Vladimir Kuzomenskyi

Reputation: 521

Another reason for the behavior is 'Always keep trailing spaces on caret line' checkbox disabled in Android Studio > Preferences > General. So make sure it's enabled

Upvotes: 0

Jimmy
Jimmy

Reputation: 96

It seems like you have enabled column selection mode. Try to disable it. Shortcut> CTRL+Shift+Paste on Windows

or

Menu disable

Upvotes: 8

Related Questions