Copy FQN Module uploded
I have uploaded the Copy FQN Module to my NetBeans update center described (here).
The Copy FQN action (Ctrl+J Ctrl+C) copies the fully qualified name of the Java Class
under the caret in the editor or the Java Class of selected node in the
Projects/Files windows to the OS clipboard. For example with the
following code:
JPa|nel panel;
with caret in the
JPanel (shown by |), the Copy FQN action copies the fully qualified class name
javax.swing.JPanel to the clipboard.
Sources
DISCLAIMER: This module is experimental. So no guarantees. Use the module at your own risk.
Posted by sandipchitale
( Jun 21 2006, 11:14:33 PM PDT ) Permalink
Trackback URL: http://blogs.sun.com/scblog/entry/copy_fqn_module_uploded
Posted by Jake on June 22, 2006 at 12:02 AM PDT #
Thanks for the correction, Jake. I have corrected the link to sources.
Posted by Sandip on June 22, 2006 at 12:47 AM PDT #