History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-5175
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Anna Kozlova
Reporter: Henri Karapuu
Votes: 1
Watchers: 2
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Import and Export of Eclipse keymaps

Created: 27 Jun 07 10:08   Updated: Yesterday 14:50
Component/s: IDE Configuration
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,180
Severity: Medium


 Description  « Hide
It would be great to have a tool for importing and exporting keymaps between IDEA and eclipse. Naturally, this would not be 100% exact conversion, but could act as a starting point nonetheless.

 All   Comments   Work Log   Change History      Sort Order:
Dmitriy Milashenko - 02 Apr 08 19:42
It is possible to export eclipse keys preferences using File->Export->General->Preferences; Select "Chose specific preferences to export"; Check "Keys Preferences"; insert output file name; press Finish.

The same thing with import File->Import->General->Preferences; specify file;Select "Chose specific preferences to import"; Check "Keys Preferences";

File with configuration is composite of property file and XML, thus it can be parsed to be imported in idea and can be created by idea to be imported by eclipse.