Re: [Q] Plug-in development

Volodymyr <[email protected]> Mon, 03 Jul 2017 13:44:00 +0300
Newsgroups gmane.comp.java.netbeans.modules.openide.devel
Message-ID <[email protected]>
Hi,

Maybe this would get you started - https://platform.netbeans.org/tutorials/nbm-google.html.
https://leanpub.com/nbp4beginners
http://bits.netbeans.org/dev/javadoc/org-openide-actions/org/openide/actions/doc-files/api.html

There actually a number of resources, google it).

Regards,
Vova

--- Оригінальне повідомлення ---
Від кого: "keithkim" <[email protected]>
Дата: 2 липня 2017, 12:07:29


Hello,

I'm looking for any information how I can achieve this:

I'd like to develop a plugin or what's needed to modify the behavior of Netbeans editor.  For example, in IDE Java code editor, if I press certain keys (e.g. like shortcut key Ctrl-E,X,P or something), I want to insert certain text, or certain sub-menu pops up.

Can anyone please point me where I should look/read/learn how I can achieve this?

Thanks.