This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 75742 - IntelliJ IDEA keymappings
Summary: IntelliJ IDEA keymappings
Status: RESOLVED DUPLICATE of bug 134045
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
: 86716 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-01 14:50 UTC by kenneth_suter
Modified: 2008-10-06 15:43 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kenneth_suter 2006-05-01 14:50:56 UTC
NetBeans include out of the box keymappings for Eclipse and Emacs.  Providing
keymappings for IntelliJ IDEA would also help in adoption of users from this
platform.
Comment 1 Marian Mirilovic 2006-10-13 15:14:55 UTC
*** Issue 86716 has been marked as a duplicate of this issue. ***
Comment 2 _ tboudreau 2008-02-04 21:05:09 UTC
A draft version of this is in contrib/ideakeybindings.

However, it really looks like all of the work on keybinding profiles was only half-finished:  Many modules still register things in Shortcuts/, rather than 
Keybindings/$PROFILE/Defaults.  In some cases things registered in Shortcuts/ conflict with IDEA bindings;  the module cannot remove these bindings 
without masking them even when the idea profile is not in use.

Also I'm noticing that some things the module definitely binds are not receiving mnemonics in the main menus - further diagnosis needed.
Comment 3 Antonin Nebuzelsky 2008-04-15 17:06:36 UTC
Reassigning to new module owner jskrivanek.
Comment 4 _ tboudreau 2008-04-16 21:12:53 UTC
Alas, the keybindings prototype is not in contrib/ideakeybindings - in learning to use hg, I thought it had been committed and then blew away the repository 
that contained it :-(
Comment 5 Ondrej Langr 2008-06-04 14:27:06 UTC
Note the following patch: http://www.netbeans.org/issues/show_bug.cgi?id=134045
Comment 6 Ondrej Langr 2008-06-11 10:19:00 UTC
Since the patch has been already written and contributed (see the issue previously linked to), is there any possibility
of making this for 6.5?

It could help adoption by IntelliJ users a lot!
Comment 7 Vitezslav Stejskal 2008-10-06 15:43:24 UTC

*** This issue has been marked as a duplicate of 134045 ***