{"id":17871926,"url":"https://github.com/chris2011/nb-copy-fqn","last_synced_at":"2025-03-21T19:31:39.131Z","repository":{"id":27086950,"uuid":"30553882","full_name":"Chris2011/nb-copy-fqn","owner":"Chris2011","description":"NetBeans plugin which adds the \"copy the fully qualified name\" feature","archived":false,"fork":false,"pushed_at":"2017-02-11T12:40:53.000Z","size":158,"stargazers_count":8,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T04:16:42.904Z","etag":null,"topics":["clipboard","copy","fqn","netbeans-plugin"],"latest_commit_sha":null,"homepage":"http://plugins.netbeans.org/plugin/42975/","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/Chris2011.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":"2015-02-09T19:26:20.000Z","updated_at":"2023-06-23T19:13:08.000Z","dependencies_parsed_at":"2022-09-02T02:23:14.552Z","dependency_job_id":null,"html_url":"https://github.com/Chris2011/nb-copy-fqn","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2Fnb-copy-fqn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2Fnb-copy-fqn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2Fnb-copy-fqn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2Fnb-copy-fqn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chris2011","download_url":"https://codeload.github.com/Chris2011/nb-copy-fqn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244855484,"owners_count":20521652,"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":["clipboard","copy","fqn","netbeans-plugin"],"created_at":"2024-10-28T10:39:36.161Z","updated_at":"2025-03-21T19:31:38.798Z","avatar_url":"https://github.com/Chris2011.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\nThis 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.\n\n\u003cp\u003e\n\u003cul\u003e\n\u003cli\u003eCopy qualified name (in Java editor): \u003ccode\u003eCTRL-J, CTRL-C\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003eCopy qualified name (in Members/Hierarchy view): \u003ccode\u003eCTRL-J, CTRL-I\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/p\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/markiewb/nb-copy-fqn/master/src/main/java/de/markiewb/netbeans/plugin/copyfqn/example.png\"\u003e\n\u003cp\u003e\n\u003ch2\u003eUpdates\u003c/h2\u003e\n\n\u003ch3\u003e1.4.1:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-copy-fqn/issues/12\"\u003eBug\u003c/a\u003e]: Built artefacts have wrong name\u003c/li\u003e\n \u003c/ul\u003e\n\n\u003ch3\u003e1.4.0:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-copy-fqn/issues/10\"\u003eFeature\u003c/a\u003e]: Don't use FQN for types from java.lang\u003c/li\u003e\n \u003c/ul\u003e\n\n\u003ch3\u003e1.3.0.3:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-copy-fqn/issues/5\"\u003eFeature\u003c/a\u003e]: Shorten up FQN (eclipse like, enabled by default) and option dialog\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-copy-fqn/issues/4\"\u003eFeature\u003c/a\u003e]: Support annotation types too\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-copy-fqn/issues/7\"\u003eBug\u003c/a\u003e]: Support generics in parameters\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-copy-fqn/issues/8\"\u003eBug\u003c/a\u003e]: Do not copy return type of methods (keep it compatible to eclipse)\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-copy-fqn/issues/1\"\u003eTask\u003c/a\u003e]: Convert to maven-based project\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/markiewb/nb-copy-fqn/issues/5\"\u003eTask\u003c/a\u003e]: Add donation link \u003c/li\u003e\n \u003c/ul\u003e\n\u003ch3\u003e1.2\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix: runnable in JDK6/JDK7\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e1.1\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"http://code.google.com/p/copyfqn-fork-for-netbeans71rc2/issues/detail?id=5\"\u003eIssue 5:\u003c/a\u003e Attach action into context menu of members and hierarchy view (\u0026ge; NB 7.3)\u003c/li\u003e \n\u003cli\u003esome internal rewrites\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/p\u003e\n\n\u003cp\u003eThe code is originally based on the tutorials\n\u003ca href=\"http://platform.netbeans.org/tutorials/nbm-copyfqn.html\"\u003e[1]\u003c/a\u003e and\n\u003ca href=\"http://netbeans.org/projects/platform/sources/platform-content/content/trunk/tutorials/60/nbm-whichelement.html?raw=true\"\u003e[2]\u003c/a\u003e.\n\nRegarding to \u003ca href=\"http://wiki.netbeans.org/TutorialsInCourses\"\u003e[3]\u003c/a\u003e the code from\ntutorials is free and \u003ca href=\"http://netbeans.org/about/legal/terms-of-use.html\"\u003e[4]\u003c/a\u003e 4.c\napplies, so that this derivate can be licensed separately.\u003c/p\u003e\n\n\u003cp\u003e\nProvide defects, request for enhancements and feedback at \u003ca href=https://github.com/markiewb/nb-copy-fqn/issues\"\u003ehttps://github.com/markiewb/nb-copy-fqn/issues\u003c/a\u003e\n\u003c/p\u003e\n\u003cp\u003eCompatible to NetBeans 7.4+ and JDK7+\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\" alt=\"btn_donate_SM.gif\"\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris2011%2Fnb-copy-fqn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris2011%2Fnb-copy-fqn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris2011%2Fnb-copy-fqn/lists"}