Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 708
Mark Lilback Avatar asked May 27 '11 14:05

Mark Lilback


1 Answers

Do you mean this?

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

like image 122
Ken Goh Avatar answered Sep 21 '22 19:09

Ken Goh