https://github.com/markiewb/nb-resource-hyperlink-at-cursor
NetBeans Plugin which adds hyperlinks to filenames within String literals of Java sources
https://github.com/markiewb/nb-resource-hyperlink-at-cursor
hover hyperlink hyperlinks netbeans resources
Last synced: 11 months ago
JSON representation
NetBeans Plugin which adds hyperlinks to filenames within String literals of Java sources
- Host: GitHub
- URL: https://github.com/markiewb/nb-resource-hyperlink-at-cursor
- Owner: markiewb
- Created: 2013-09-22T21:44:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T12:47:51.000Z (about 9 years ago)
- Last Synced: 2025-03-18T04:16:19.899Z (11 months ago)
- Topics: hover, hyperlink, hyperlinks, netbeans, resources
- Language: Java
- Homepage: http://plugins.netbeans.org/plugin/52349/?show=true
- Size: 292 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
Looking for maintainers, who want to take over the development!
[](https://travis-ci.org/markiewb/nb-resource-hyperlink-at-cursor)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K4CMP92RZELE2)
nb-resource-hyperlink-at-cursor
===============================
Download at http://plugins.netbeans.org/plugin/52349/?show=true
This plugin adds hyperlinks to filenames within String literals of Java sources. If you click the hyperlink, then the file will be opened in the NetBeans editor.
Features:
- Supports relative paths regarding to the current file
- Supports relative paths regarding to the current project (source, test and resources roots)
- Supports absolute paths
- Support partial matches (relative to current dir and source roots) - can be disabled at Options|Misc
- Supports paths relative to project directory (since 1.2.0)
- Supports fully qualified classnames (since 1.3.0)
- Supports files in the same package but in different source root (since 1.3.0)

Updates in 1.3.2:
- [Issue 3]: Fixed freeze
- [Issue 19]: Fixed java.lang.AssertionError: Need to normalize ..., when there is a colon in the string #19
Updates in 1.3.1:
- [Issue 18]: NPE when pressing CTRL in the diff dialog
Updates in 1.3.0:
- [Feature 12]: Support fully qualified classnames
- [Feature 14]: Search for classname in dependencies too (only works for dependencies with sources)
- [Feature 10]: Find files in same package but different source root
- [Issue 16]: Make the hyperlinking faster / use less IO
Updates in 1.2.2:
- [Issue 11]: Fixed: NPE
Updates in 1.2.1:
- [Issue 9]: Fixed: Links to src/test/resources do not work
Updates in 1.2.0:
- [Feature 8]: Support of paths relative to project directory
- [Issue 7]: Fixed: NPE at ResourceHyperlinkProvider.findFiles
Updates in 1.1.2:
- [Issue 6]: Fixed: NPE at ResourceHyperlinkProvider.getMatchingFileInCurrentDirectory
Updates in 1.1.1:
- [Issue 5]: Fixed: Multiple matches: Selected file in dialog will open wrong file
Updates in 1.1.0:
- [Feature 1]: Support of partial matching (+ options dialog)
- [Issue 4]: Fixed: Provide a valid category for the update center
Updates in 1.0.0:
- initial version - implements the RFE https://netbeans.org/bugzilla/show_bug.cgi?id=237902
Provide defects, request for enhancements and feedback at https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues
Compatible to >=NB 7.2.1
Legal disclaimer: Code is licensed under Apache 2.0.
