{"id":17871839,"url":"https://github.com/markiewb/nb-resource-hyperlink-at-cursor","last_synced_at":"2025-03-21T19:31:34.030Z","repository":{"id":10759394,"uuid":"13021551","full_name":"markiewb/nb-resource-hyperlink-at-cursor","owner":"markiewb","description":"NetBeans Plugin which adds hyperlinks to filenames within String literals of Java sources","archived":false,"fork":false,"pushed_at":"2017-02-11T12:47:51.000Z","size":299,"stargazers_count":6,"open_issues_count":7,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T04:16:19.899Z","etag":null,"topics":["hover","hyperlink","hyperlinks","netbeans","resources"],"latest_commit_sha":null,"homepage":"http://plugins.netbeans.org/plugin/52349/?show=true","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markiewb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-2.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-22T21:44:15.000Z","updated_at":"2021-08-11T21:49:19.000Z","dependencies_parsed_at":"2022-09-14T11:31:44.292Z","dependency_job_id":null,"html_url":"https://github.com/markiewb/nb-resource-hyperlink-at-cursor","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fnb-resource-hyperlink-at-cursor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fnb-resource-hyperlink-at-cursor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fnb-resource-hyperlink-at-cursor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fnb-resource-hyperlink-at-cursor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markiewb","download_url":"https://codeload.github.com/markiewb/nb-resource-hyperlink-at-cursor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244855474,"owners_count":20521650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hover","hyperlink","hyperlinks","netbeans","resources"],"created_at":"2024-10-28T10:39:22.404Z","updated_at":"2025-03-21T19:31:33.661Z","avatar_url":"https://github.com/markiewb.png","language":"Java","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=K4CMP92RZELE2"],"categories":[],"sub_categories":[],"readme":"\u003chr\u003e\n\u003ch1 style=\"color: #FF0000\"\u003eLooking for maintainers, who want to take over the development!\u003c/h1\u003e\n\u003chr\u003e\n\n[![Build Status](https://travis-ci.org/markiewb/nb-resource-hyperlink-at-cursor.svg?branch=master)](https://travis-ci.org/markiewb/nb-resource-hyperlink-at-cursor)\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=K4CMP92RZELE2)\n\nnb-resource-hyperlink-at-cursor\n===============================\n\nDownload at http://plugins.netbeans.org/plugin/52349/?show=true\n\n\nThis 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.\n\n\u003cp\u003e\nFeatures:\n\u003cul\u003e\n\u003cli\u003eSupports relative paths regarding to the current file\u003c/li\u003e\n\u003cli\u003eSupports relative paths regarding to the current project (source, test and resources roots)\u003c/li\u003e\n\u003cli\u003eSupports absolute paths\u003c/li\u003e\n\u003cli\u003eSupport partial matches (relative to current dir and source roots) - can be disabled at Options|Misc\u003c/li\u003e\n\u003cli\u003eSupports paths relative to project directory (since 1.2.0)\u003c/li\u003e\n\u003cli\u003eSupports fully qualified classnames (since 1.3.0)\u003c/li\u003e\n\u003cli\u003eSupports files in the same package but in different source root (since 1.3.0)\u003c/li\u003e\n\u003c/ul\u003e\n\n\n\u003c/p\u003e\n\n\u003cimg src=\"https://raw.github.com/markiewb/nb-resource-hyperlink-at-cursor/master/doc/screenshot-1.0.0.png\"/\u003e\n\n\u003ch2\u003eUpdates in 1.3.2:\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/3\"\u003eIssue 3\u003c/a\u003e]:  Fixed freeze\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/19\"\u003eIssue 19\u003c/a\u003e]:  Fixed java.lang.AssertionError: Need to normalize ..., when there is a colon in the string #19\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eUpdates in 1.3.1:\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/18\"\u003eIssue 18\u003c/a\u003e]:  NPE when pressing CTRL in the diff dialog\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eUpdates in 1.3.0:\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/12\"\u003eFeature 12\u003c/a\u003e]:  Support fully qualified classnames\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/14\"\u003eFeature 14\u003c/a\u003e]:  Search for classname in dependencies too (only works for dependencies with sources)\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/10\"\u003eFeature 10\u003c/a\u003e]:  Find files in same package but different source root\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/16\"\u003eIssue 16\u003c/a\u003e]:  Make the hyperlinking faster / use less IO\u003c/li\u003e\n\n\u003c/ul\u003e\n\n\u003ch2\u003eUpdates in 1.2.2:\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/11\"\u003eIssue 11\u003c/a\u003e]:  Fixed: NPE\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eUpdates in 1.2.1:\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/9\"\u003eIssue 9\u003c/a\u003e]:  Fixed: Links to src/test/resources do not work\u003c/li\u003e\n\u003c/ul\u003e\n\n\n\u003ch2\u003eUpdates in 1.2.0:\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/8\"\u003eFeature 8\u003c/a\u003e]:  Support of paths relative to project directory\u003c/li\u003e\n\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/7\"\u003eIssue 7\u003c/a\u003e]: Fixed: NPE at ResourceHyperlinkProvider.findFiles\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eUpdates in 1.1.2:\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/6\"\u003eIssue 6\u003c/a\u003e]: Fixed: NPE at ResourceHyperlinkProvider.getMatchingFileInCurrentDirectory\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eUpdates in 1.1.1:\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/5\"\u003eIssue 5\u003c/a\u003e]: Fixed: Multiple matches: Selected file in dialog will open wrong file\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eUpdates in 1.1.0:\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/1\"\u003eFeature 1\u003c/a\u003e]: Support of partial matching (+ options dialog)\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues/4\"\u003eIssue 4\u003c/a\u003e]: Fixed: Provide a valid category for the update center\u003c/li\u003e\n\u003c/ul\u003e\n\n\n\u003ch2\u003eUpdates in 1.0.0:\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003einitial version - implements the RFE  \u003ca href=\"https://netbeans.org/bugzilla/show_bug.cgi?id=237902\"\u003ehttps://netbeans.org/bugzilla/show_bug.cgi?id=237902\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cp\u003eProvide defects, request for enhancements and feedback at \u003ca href=\"https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues\"\u003ehttps://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eCompatible to \u003e=NB 7.2.1\u003c/p\u003e\n\u003cp\u003eLegal disclaimer: Code is licensed under Apache 2.0.\u003c/p\u003e\n\u003cp\u003e\n\u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=K4CMP92RZELE2\"\u003e\u003cimg src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif\" border=\"0\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkiewb%2Fnb-resource-hyperlink-at-cursor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkiewb%2Fnb-resource-hyperlink-at-cursor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkiewb%2Fnb-resource-hyperlink-at-cursor/lists"}