Mark Lilback
Mark Lilback

Reputation: 1164

How to disable camel case selection in Eclipse

Is it possible to disable support for camel case in the Eclipse text editor? I want the next word key binding to select the next word, not the next fragment of a word.

I'd given up on eclipse because the editor doesn't work like any other text editor on Mac OS X. But I'd really miss code-completion and am trying to make Eclipse to adapt to my conventions.

Thanks.

Mark

Upvotes: 17

Views: 4644

Answers (1)

Ken Goh
Ken Goh

Reputation: 1089

Do you mean this?

Windows > Preferences > Java > Editor: uncheck Smart caret positioning in Java names

Upvotes: 21

Related Questions