markiewb / nb-resource-hyperlink-at-cursor

NetBeans Plugin which adds hyperlinks to filenames within String literals of Java sources
http://plugins.netbeans.org/plugin/52349/?show=true
6 stars 2 forks source link

Support of paths relative to project directory #8

Closed markiewb closed 10 years ago

markiewb commented 10 years ago
final File generatedFile = new File("./target/foo.properties");
final File currentFile = new File("./src/main/resources/com/foo/foo.properties");
markiewb commented 10 years ago

Fixed in 1.2.0