Tagged Questions

4
votes
1answer
200 views

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 ...
3
votes
2answers
245 views

Universal keybindings in Eclipse

I want to be able to use CTRL-SHIFT-T to open a Java Type (source code file) from any perspective in Eclipse. Unfortunately, the keybinding only works in the Java perspective. I tried defining the ...
2
votes
1answer
108 views

Key binding in Eclipse for Maven package command

I want to bind the mvn package command in eclipse. So I used the normal procedure to do this: Window->Preferences->General->Keys and then I filtered for Maven. The only commands that showed up were ...
2
votes
1answer
2k views

Eclipse: How to create and load custom key bindings schemes?

I started using Eclipse recently along with the awesome PyDev plugin for Python development. Being used to the Visual Studio key bindings, I found that Eclipse has built-in support for a Visual Studio ...
1
vote
1answer
103 views

Why isn't the value of my Eclipse plugin ICommand IParameter showing up in the Preferences/Keys setting?

I'm trying to develop an Eclipse plugin that will launch specific targets as key-bindable commands. Here's the plugin.xml: <?xml version="1.0" encoding="UTF-8"?> <?eclipse ...
1
vote
3answers
173 views

Navigating menus in Eclipse without moving my hands

If you're as lazy as I am, you don't want to go moving your hand every time you need a menu in Eclipse. Is there any way to navigate menus in Eclipse without moving your hands to the mouse or the ...
1
vote
1answer
130 views

How to set key binding for 'Team|Show history' in Eclipse with MercurialEclipse in PyDev perspective?

I'm trying to set a key binding for showing Mercurial history of active file (Team|Show History in context menu) in PyDev perspective. All I see in Mercurial category in ...
1
vote
1answer
215 views

Key Mapping for ViPlugin for Eclipse

I want to duplicate some of my Vi key mappings in the ViPlugin for Eclipse. Specifically, I use "jj" for the Esc key, which is done like this in my rc file: map! jj <Esc> The ViPlugin User ...
1
vote
2answers
578 views

Add Watch Expression in Ecipse using keyboard shortcut

I need help adding a keyboard shortcut for adding a watch expression in Eclipse. I can add a watch by right-clicking in the "Expressions View", but having go back and forth between the keyboard and ...
0
votes
0answers
12 views

Eclipse SourcecodeEditor Window - Register KeyBinding

I want to register a new key combination (e.g. CTRL+N or what ever is available) while the focus is on the source code editor window in Eclipse, but I am doing something wrong. Firstly, I defined a ...
0
votes
1answer
29 views

Eclipse binding of Alt-Q to `format-element` does not work (with Emacs+?)

I'm using MulgaSoft's fantastic Emacs+ Eclipse Plug-in to make Eclipse usable for my emacs'd fingers. However, I am unable to setup a working Alt+q binding for 'Format Element'. When writing a ...
0
votes
1answer
562 views

Where are Eclipse key configurations saved on Mac OS X

There is no .eclipse dir under my home dir. I can't find the configuration file saving the key binding schemes. Where are they saved on Mac OS X?