0
votes

When I "tear off" (detach) multiple editor windows in Eclipse, content assist (autocompletion) causes a "Next Editor" transition. I'm using the Java editor.

I've looked through all of the relevant Preferences and Key Bindings, but I haven't found anything which affects this behavior.

Eclipse version info:

Version: Luna Service Release 1a (4.4.1) Build id: 20150109-0600

My environment is not heavily customized, so I'm surprised to not see others running into this.

Gary

1

1 Answers

0
votes

From your description i assume the problem is that once you trigger content assist in a detached editor, the next detached editor will get the focus.

You may have done so already, but check the key bindings at Preferences > General > Keys. Search for "Next Editor" and then for "Content Assist" and see whether the two commands share the same key binding as Content Assist. If they do, change the key binding of one of them.