{"id":17871844,"url":"https://github.com/markiewb/idea-create-from-template-plugin","last_synced_at":"2026-04-17T08:05:43.908Z","repository":{"id":151027558,"uuid":"79857636","full_name":"markiewb/idea-create-from-template-plugin","owner":"markiewb","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-15T23:58:40.000Z","size":252,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-23T17:43:52.292Z","etag":null,"topics":["intellij","jrebel","plugin","sample","template","velocity"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","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","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-23T23:03:00.000Z","updated_at":"2020-04-13T13:02:50.000Z","dependencies_parsed_at":"2023-04-10T15:46:50.347Z","dependency_job_id":null,"html_url":"https://github.com/markiewb/idea-create-from-template-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markiewb/idea-create-from-template-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fidea-create-from-template-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fidea-create-from-template-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fidea-create-from-template-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fidea-create-from-template-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markiewb","download_url":"https://codeload.github.com/markiewb/idea-create-from-template-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fidea-create-from-template-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31920520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["intellij","jrebel","plugin","sample","template","velocity"],"created_at":"2024-10-28T10:39:23.201Z","updated_at":"2026-04-17T08:05:43.864Z","avatar_url":"https://github.com/markiewb.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intellij IDEA \"create from template\" plugin\n\nThis plugin is the draft for an inhouse-plugin for our company to generate application specific rebel.xml files.\n\nIt adds an actions to several context menus to create a rebel.xml file based on a velocity template. \n\nIt shows the usage some IDEA APIs:\n* How to add an action to the context menu of\n  1. Module in \"Project\" window via `\u003cadd-to-group group-id=\"ProjectViewPopupMenu\"` \u003cimg src=\"https://raw.githubusercontent.com/markiewb/idea-create-from-template-plugin/master/doc/example.png\"/\u003e\n  2. Maven Module in \"Maven Projects\" window via `\u003cadd-to-group group-id=\"Maven.NavigatorProjectMenu\"` \u003cimg src=\"https://raw.githubusercontent.com/markiewb/idea-create-from-template-plugin/master/doc/AtMavenModule.png\"/\u003e\n  3. Files/Changelists in \"Local Changes\" window via `\u003cadd-to-group group-id=\"ChangesViewPopupMenu\"` \u003cimg src=\"https://raw.githubusercontent.com/markiewb/idea-create-from-template-plugin/master/doc/AtChangeList.png\"/\u003e \u003cimg src=\"https://raw.githubusercontent.com/markiewb/idea-create-from-template-plugin/master/doc/AtChangeListFile.png\"/\u003e\n* How to create a context sensitive action. The action is only activated for Maven-based module nodes. It uses `com.intellij.openapi.actionSystem.DataContext` and `com.intellij.openapi.module.ModuleUtil` \n* How to add an project specific option panel including \"for current project\" indicator - see ```projectConfigurable``` in the ```plugin.xml``` \n   * Documentation: https://sites.google.com/site/malenkov/java/150403\n   * Some related issues: https://youtrack.jetbrains.com/issue/IDEA-167520 https://youtrack.jetbrains.com/issue/IDEA-169713\n* How to register and use a project based settings service. See ```projectService``` in the ```plugin.xml```\n* How to register a file template. See ```fileTemplateGroup``` in ```plugin.xml``` and ```resources/fileTemplates.j2ee```\n\n\n\n\n## Updates \n      1.3: Add action to context menu of files/changelists in \"Local Changes\" window\n      1.2: Add action to context menu of Maven modules in \"Maven Projects\" window (+ Refactor to use VIRTUAL_FILE_ARRAY to get com.intellij.openapi.module.Module)\n      1.1: Make settings per project type and enable the \"for current project\" indicator in the settings\n\n## License\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkiewb%2Fidea-create-from-template-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkiewb%2Fidea-create-from-template-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkiewb%2Fidea-create-from-template-plugin/lists"}