|
1 | 1 | <idea-plugin> |
2 | 2 | <id>com.dengzii.plugin.template</id> |
3 | 3 | <name>Generate Module From Template</name> |
4 | | - <version>1.5.3</version> |
| 4 | + <version>1.5.4</version> |
5 | 5 | < vendor email= "[email protected]" url= "https://github.com/dengzii">dengzi</ vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
8 | 8 | <b>Create a directory structure from a highly customizable template</b><br> |
9 | | -<br> |
10 | | -Using this plugin, help you create directories and files from the customizable template<br> |
11 | | -<br> |
12 | | -
|
13 | 9 | <br> |
14 | 10 | <a href="https://youtu.be/TyeXnbCcBP4">Video Tutorial - YouTube</a> |
15 | 11 | <br> |
16 | 12 | <b>Feature</b><br> |
17 | | -1. Custom directory structure.<br> |
| 13 | +0. Create module template from exists project irectory.<br> |
| 14 | +1. Custom directory/file tree structure.<br> |
18 | 15 | 2. Support placeholders, and replace it when you create a module.<br> |
19 | 16 | 3. Specify file templates from IDE custom/build-in templates.<br> |
20 | 17 | 4. Passing placeholders to file template as variables.<br> |
@@ -46,18 +43,11 @@ Any question please <a href='https://github.com/dengzii/GenerateModuleFromTempla |
46 | 43 | ]]></description> |
47 | 44 |
|
48 | 45 | <change-notes><![CDATA[ |
49 | | - <b>Version 1.5.2 (2021/03/02)</b><br> |
50 | | - 0. Update: Configurable expand package name, expand path.<br> |
51 | | - 1. Feat: support nested placeholder.<br> |
52 | | - <br> |
53 | | - <b>Version 1.5.1 (2021/06/28)</b><br> |
54 | | - 0. Fix bug: file template can not use.<br> |
55 | | - 1. Update: Rename file use original name.<br> |
| 46 | + <b>Version 1.5.4 (2021/03/02)</b><br> |
| 47 | + 0. Fix: default placeholder and file template cannot save.<br> |
| 48 | + 1. Feat: support create module template from a directory.<br> |
| 49 | + 2. Feat: support remove directory node and merge children to current's parent node.<br> |
56 | 50 | <br> |
57 | | - <b>Version 1.5.0 (2020/12/3)</b><br> |
58 | | - 0. Fix bug: specify template doesn't work.<br> |
59 | | - 1. More feature: fetch template variables as placeholders when add a file, support specify file template when create the module.<br> |
60 | | - 2. Update UI: looks more comfortable.<br> |
61 | 51 | ]]> |
62 | 52 | </change-notes> |
63 | 53 |
|
|
0 commit comments