/nb-copy-fqn

NetBeans plugin which adds the "copy the fully qualified name" feature

Primary LanguageJava


Looking for maintainers, who want to take over the development!


This plugin allows you to copy the fully qualified name of the element at the caret in the java source editor to the clipboard. There is also a context menu entry to copy it from the members and hierarchy view. Shortcuts for these actions can also be defined.

  • Copy qualified name (in Java editor): CTRL-J, CTRL-C
  • Copy qualified name (in Members/Hierarchy view): CTRL-J, CTRL-I

Updates

1.4.1:

  • [Bug]: Built artefacts have wrong name

1.4.0:

  • [Feature]: Don't use FQN for types from java.lang

1.3.0.3:

  • [Feature]: Shorten up FQN (eclipse like, enabled by default) and option dialog
  • [Feature]: Support annotation types too
  • [Bug]: Support generics in parameters
  • [Bug]: Do not copy return type of methods (keep it compatible to eclipse)
  • [Task]: Convert to maven-based project
  • [Task]: Add donation link

1.2

  • Fix: runnable in JDK6/JDK7

1.1

  • Issue 5: Attach action into context menu of members and hierarchy view (≥ NB 7.3)
  • some internal rewrites

The code is originally based on the tutorials [1] and [2].

Regarding to [3] the code from tutorials is free and [4] 4.c applies, so that this derivate can be licensed separately.

Provide defects, request for enhancements and feedback at https://github.com/markiewb/nb-copy-fqn/issues

Compatible to NetBeans 7.4+ and JDK7+

btn_donate_SM.gif