Linked by Thom Holwerda on Sun 29th Oct 2006 22:22 UTC, submitted by gonzo
Thread beginning with comment 176866
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Check nbextras.org (plugins) and netbeans.org (documentation). IIRC they have good documentation on how to program these things.
One thing that may help you: when in Netbeans editor, press CTRL+SHIFT+P to invoke Find in Project, switch to "Object Name" tab (by pressing SHIFT-TAB, then right arrow), and then TAB again to type the name of the file.
Yeah, I know: CTRL+SHIFT+P, SHIFT+TAB, right arrow, TAB.. but give it a try.





Member since:
2006-02-06
Hmm, does anyone know if it would be difficult to create such a plugin or something for NetBeans? I am not very familiar with its plugin architecture, but perhaps I need to get there. As we all know, Java EE, Spring and I18N files can be in abundance within a Java based project. It becomes very difficult to get to these files without a good shortcut.
:(