score:40
Try and unselect the option:
Preferences / Java / Editor / Smart caret positioning in Java names
And see if that enhances the user experience in term of cursor positioning.
If this is not Java, you have a similar option in:
Preferences / General / Editors / Text Editors / Smart caret positioning at line start and end
It is usually selected, meaning if the cursor still stops at every word, that may suggests another setting for a specific language is overriding it.
score:1
If you want a very simple way to select a entire word without the need to disable smart caret positioning.
You can use at the beginning of word or inside the word:
Shift+Alt+Right
At the end or in the middle of word:
Shift+Alt+Left
score:10
Coming to Eclipse from XCode, I found the default navigation annoying. In Eclipse, Alt+Left and Alt+Right move to the next camelcase segment, and Ctrl+Left/Right does nothing. In XCode, Alt+Left/Right moves between words and Ctrl+Left/Right moves between camelcase segments. This allows you to control how fine-grained your navigation is.
How I fixed this for myself was by going into Preferences > General > Keys, searching for "Word", and changing the "Next Word" and "Previous Word" bindings from Alt+Left/Right to Ctrl+Left/Right. Then the Alt-navigation is by word and the Ctrl-navigation is by camelcase segment, as in XCode.
I thought this might be useful to some.
Edit:
As I continue to use these new settings, I've found another point:
Although navigation works as advertised, selection has some funky behavior. Namely, Shift+Ctrl+Left/Right can sometimes select large blocks of text instead of just the next camelcase component.
To fix this, again go to Preferences > General > Keys, search for "Select".
Set "Select Next/Previous Word" to Shift+Ctrl+Right/Left. Unbind "Select Next/Previous Element" (there are three "Whens" to pick from, I unbound all 3).
Voila.
Source: stackoverflow.com
Related Query
- Configure Eclipse word-boundaries so 'Next-Word-Key' skips whole identifier
- Shortcut key to select word in Eclipse
- Is there a key binding for Next Difference and Previous Difference in Eclipse Compare Editor?
- How to configure double-click word delimiters in Eclipse CDT?
- is there a key shortcut in Eclipse to copy the whole method body into buffer?
- Eclipse shortcut to select or remove all spaces up to (but excluding) the next word
- How can I configure the Eclipse editor (or PyDev) to treat a dot as a word boundary on Mac OS X?
- How to configure Eclipse text editor home key behavior
- Is there a key shortcut in Eclipse to place a cursor at the next occurrence of a highlighted selection?
- How do I configure the proxy settings so that Eclipse can download new plugins?
- How to configure Eclipse build path to use Maven dependencies?
- Cannot highlight all occurrences of a selected word in Eclipse
- Key Shortcut for Eclipse Imports
- configure run in eclipse for Scala
- Eclipse highlighting the same occurrence of the word
- how to configure lombok in eclipse luna
- How can I get word wrap to work in Eclipse PDT for PHP files?
- How to configure Eclipse XML formatting?
- Word wrap in Eclipse Java?
- What are the shortcut keys to change to the next and previous tab in Eclipse on Mac OS X?
- SVN key bindings not working in Eclipse
- Eclipse - Run/Debug shortcut key doesn't work
- How do you configure GCC in Eclipse to use C99?
- How can I go to the next Eclipse marker (e.g. build error) using the keyboard?
- Shortcut key to clear console in Eclipse
- Emacs key binding in Eclipse IDE
- what is the id=yyy next to variable entries in the eclipse debugger
- How to configure Glassfish Server in Eclipse manually
- How do I configure Eclipse to run your tests automatically?
- Eclipse console doesn't show the whole output
More Query from same tag
- New Blank Activity Android Application Not Working
- To create yml file in eclipse
- How to set the Environment variable from Launch4j
- Get different data from the GCM
- Pinch zoom of layout in android eclipse
- MicroStream used as a search server
- HashMap in Java Eclipse Proposals Window
- jpa eclipse juni ClassNotFoundException org.hibernate.collection.internal.PersistentBag
- How to work as a team on FlexBuilder
- eclipse can't find android.support.v4.widget.SwipeRefreshLayout
- how do I change the directory of the android virtual device?
- Cannot start JBoss from Eclipse
- Include files in custom Eclipse with Oomph
- How to use Java API?
- Is there any way I can write (copy-paste) nicely-formatted SQL queries in Java string literals using Eclipse?
- Which eclipse is the best fit for Android development ?
- Getting Invocation Target Exception when calling class in a jarfile
- Simple "Hello World" Java program not working in Eclipse
- Eclipse - ant task fails to run npm with "Cannot run program "npm": error=2, No such file or directory"
- Can't compile the Gallery2 project
- How to remove Java from RCP application
- Cursor color in Eclipse 3.5/Zend Studio 7 on Mac OS X
- Netbeans - add JAR module
- Generate interface from solid class file in Eclipse
- Set default data path for every project in Eclipse
- cpp files run correctly, but editor is broken
- installing swtChart RCP/SWT- java.lang.ClassNotFoundException: org.swtchart.Chart
- Is there anything similar built-in with Android ListViews that is like an iOS Grouped UITableView?
- error: Error parsing XML: not well-formed (invalid token)?
- what broke up in my eclipse?