aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Eclipse and key maps similar to Idea Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Eclipse and key maps similar to Idea" Watch "Eclipse and key maps similar to Idea" New topic
Author

Eclipse and key maps similar to Idea

Eugene Mister
Greenhorn

Joined: Jan 26, 2006
Posts: 1
i've been using Idea and fond of it's key maps:
Ctrl-D to duplicate the current or selected line(s)
Ctrl-x to delete and copy to buffer the deleted line
etc...

how can i do so in Eclipse and how can i assign such actions to the combination of keys?
Tim McGuire
Ranch Hand

Joined: Apr 30, 2003
Posts: 819

by default, CTRL-D deletes the current line. to change any keystrokes go to Window->Preferences->General->Keys-> find CTRL-D and click EDIT. Remove "delete" from the list. Find "duplicate lines" in the dropdown list of actions. Click Add and then Apply
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Eclipse and key maps similar to Idea
 
Similar Threads
Eclipse - Ctrl+E Shortcut
Eclipse shortcut keys
How to set the formatter in Eclipse?
Short-cut key issue in SWT (Ctrl+C and Ctrl+v)
Eclipse web.xml servlet mapping?