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 196356 - request jvi made friend to options.keymap
Summary: request jvi made friend to options.keymap
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-05 18:05 UTC by err
Modified: 2011-03-07 09:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description err 2011-03-05 18:05:25 UTC
I'm hoping this can get into nb7.0.

Use case:
The idea is that jVi has an option to provide several shortcuts. For example, vim has a key sequence for closing a window. Dynamic control is needed and don't want FileSystem persistence.

Note that jVi is already a friend of editor.settings.storage.

options.keymap/nbproject/project.xml

              <friend-packages>
                  <friend>org.netbeans.modules.editor.macros</friend>
                  <friend>org.netbeans.modules.jumpto</friend>
+                 <friend>org.netbeans.modules.jvi</friend>
                  <friend>org.netbeans.modules.options.editor</friend>
                  <package>org.netbeans.core.options.keymap.api</package>
                  <package>org.netbeans.core.options.keymap.spi</package>

(I would have provided a hg diff but I corrupted my local repository with an inopportune Ctrl-C, and it will be a while...)
Comment 1 David Strupl 2011-03-07 09:04:24 UTC
http://hg.netbeans.org/jet-main/rev/4ba5403e31bb