File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
<idea-plugin version =" 2" >
2
2
<id >com.gisttemplates</id >
3
3
<name >Gist Templates</name >
4
- <version >0.1 </version >
4
+ <version >0.11 </version >
5
5
<
vendor email =
" [email protected] " url =
" http://geowarin.github.io/gist-templates-plugin" >Geoffroy Warin</
vendor >
6
6
7
7
<description ><![CDATA[
8
8
Fetch gists from one or several github gists accounts and use them as templates inside IntelliJ.<br>
9
9
]]> </description >
10
10
11
11
<change-notes ><![CDATA[
12
- v0.1 : basic support for user github account and his favorites
12
+ <ul>
13
+ <li>v0.11 : Support for intellij 11 to 13</li>
14
+ <li>v0.1 : basic support for user's github account and his favorites</li>
15
+ </ul>
13
16
]]>
14
17
</change-notes >
15
18
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ A plugin to use your gists as live templates !
6
6
## Installation
7
7
8
8
The plugin is available in ` browse repositories ` in intellij plugins
9
+ [ http://plugins.jetbrains.com/plugin/7400 ] ( http://plugins.jetbrains.com/plugin/7400 )
9
10
10
11
## Usage
11
12
@@ -20,13 +21,14 @@ The plugin is available in `browse repositories` in intellij plugins
20
21
21
22
## Change log
22
23
23
-
24
- * v0.1 : basic support for user github account and his favorites
24
+ * v0.11 : Support for intellij 11 to 13
25
+ * v0.1 : basic support for user's github account and his favorites
25
26
26
27
27
28
## Road Map
28
29
29
30
* Support file type for smarter propositions
30
31
* Support variables in templates
31
32
* Support multiple files gists
32
- * Assist user when creating a template from the IDE
33
+ * Assist user when creating a template from the IDE
34
+ * Smart reload
You can’t perform that action at this time.
0 commit comments