Tagged Questions
4
votes
1answer
175 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
238 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
88 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 ...
1
vote
1answer
94 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
151 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
0answers
117 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
210 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
550 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 ...
1
vote
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 ...
0
votes
1answer
537 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?