Skip to content

Commit

Permalink
update 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manolenso committed May 30, 2016
1 parent 9c7bd8b commit 07b975c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 16 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,10 @@ An IntelliJ plugin containing Zurb foundation 6 live templates! This plugin work
| `6` Select abide `emmet` | abd-select |
| `7` Radio abide | abd-radio |
| `8` Checkbox abide | abd-checkbox |
| `9` Custom Pattern | abd-custom [ressources: regexlib](http://regexlib.com) |
| `10` Button abide (Submit or Reset) | abd-button |
| `9` Custom Pattern | abd-custom |
| `10` Button abide (Submit or Reset) | abd-button |
| [ressources: regexlib](http://regexlib.com) ||
| [JavaScript Regular Expression Visualizer](https://jex.im/regulex/)||



Expand Down
Binary file modified intellij-foundation6.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions out/production/intellij-foundation6/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2" url="https://github.com/manolenso/intellij-foundation6">
<id>com.manolenso.intellij.foundation6</id>
<name>Zurb Foundation 6</name>
<version>1.5.1</version>
<version>1.6.0</version>
<vendor url="https://github.com/manolenso/intellij-foundation6">Manolenso</vendor>

<description><![CDATA[
Expand All @@ -18,8 +18,9 @@

<change-notes><![CDATA[
<br>
1.6.0 Update Foundation 6.2.3<br />
1.5.1 missing 6.2.1 css<br />
1.5.0 Update Foundation 6.2.0, orbit slider<br />
1.5.0 Update Foundation 6.2.1, orbit slider<br />
1.4.0 simplify orbit slider add utility<br />
1.3.0 Update Foundation 6.2.0, simplify and add components<br />
1.2.0 Add row flex, version cdn lib<br />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<templateSet group="Foundation6">
<!-- CDN GROUP -->
<template name="zf-cdn-css" value="&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/foundation/6.2.1/$VALUE$.css&quot;/&gt;" description="CDN css Foundation 6.2.1" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-css" value="&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/foundation/6.2.3/$VALUE$.css&quot;/&gt;" description="CDN css Foundation 6.2.3" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;foundation&quot;, &quot;foundation-flex&quot;, &quot;foundation-rtl&quot;, &quot;foundation.min&quot;, &quot;foundation-flex.min&quot;, &quot;foundation-rtl.min&quot;)" defaultValue="" alwaysStopAt="true" />
<context>
<option name="HTML_TEXT" value="true"/>
Expand Down Expand Up @@ -38,7 +38,7 @@
<option name="JSP" value="true"/>
</context>
</template>
<template name="zf-cdn-lib" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.1/js/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;$SUPLIB$$LAST$&#10;" description="CDN js lib Foundation 6.2.1" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-lib" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.3/js/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;$SUPLIB$$LAST$&#10;" description="CDN js lib Foundation 6.2.3" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;abide&quot;, &quot;accordion&quot;, &quot;accordionMenu&quot;, &quot;core&quot;, &quot;drilldown&quot;, &quot;dropdown&quot;, &quot;dropdownMenu&quot;, &quot;equalizer&quot;, &quot;interchange&quot;, &quot;magellan&quot;, &quot;offcanvas&quot;, &quot;orbit&quot;, &quot;responsiveMenu&quot;, &quot;responsiveToggle&quot;, &quot;reveal&quot;, &quot;slider&quot;, &quot;sticky&quot;, &quot;tabs&quot;, &quot;toggler&quot;, &quot;tooltip&quot;)" defaultValue="" alwaysStopAt="true" />
<variable name="SUPLIB" expression="&quot;zf-cdn-lib&quot;" defaultValue="" alwaysStopAt="true" />
<variable name="LAST" expression="" defaultValue="" alwaysStopAt="true" />
Expand All @@ -50,7 +50,7 @@
<option name="JSP" value="true"/>
</context>
</template>
<template name="zf-cdn-lib-util" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.1/js/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;" description="CDN js.lib.util Foundation 6.2.1" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-lib-util" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.3/js/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;" description="CDN js.lib.util Foundation 6.2.3" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;util.box&quot;, &quot;util.keyboard&quot;, &quot;util.mediaQuery&quot;, &quot;util.motion&quot;, &quot;util.nest&quot;, &quot;util.timerAndImageLoader&quot;, &quot;util.touch&quot;, &quot;util.triggers&quot;)" defaultValue="" alwaysStopAt="true" />
<context>
<option name="HTML_TEXT" value="true"/>
Expand All @@ -70,7 +70,7 @@
<option name="JSP" value="true"/>
</context>
</template>
<template name="zf-cdn-js" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.1/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;" description="CDN js Foundation 6.2.1" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-js" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.3/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;" description="CDN js Foundation 6.2.3" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;min&quot;, &quot;&quot;)" defaultValue="" alwaysStopAt="true" />
<context>
<option name="HTML_TEXT" value="true"/>
Expand Down Expand Up @@ -108,7 +108,7 @@
<option name="JSP" value="true"/>
</context>
</template>
<template name="zf-cdn-initialize" value="&lt;script src=&quot;https://cdn.jsdelivr.net/jquery/2.2.0/$VALUE$&quot;&gt;&lt;/script&gt;&#10;&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.1/foundation.min.js&quot;&gt;&lt;/script&gt;&#10;&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.1/js/foundation.$VALUE1$.js&quot;&gt;&lt;/script&gt;&#10;$LIBSUPP$$LAST$&#10;&lt;script&gt;$(document).foundation();&lt;/script&gt;" description="CDN Initialize Foundation 6" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-initialize" value="&lt;script src=&quot;https://cdn.jsdelivr.net/jquery/2.2.0/$VALUE$&quot;&gt;&lt;/script&gt;&#10;&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.3/foundation.min.js&quot;&gt;&lt;/script&gt;&#10;&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.3/js/foundation.$VALUE1$.js&quot;&gt;&lt;/script&gt;&#10;$LIBSUPP$$LAST$&#10;&lt;script&gt;$(document).foundation();&lt;/script&gt;" description="CDN Initialize Foundation 6" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;jquery.min.js&quot;, &quot;jquery.js&quot;, &quot;jquery.min.map&quot;)" defaultValue="" alwaysStopAt="true" />
<variable name="VALUE1" expression="enum(&quot;abide&quot;, &quot;accordion&quot;, &quot;accordionMenu&quot;, &quot;core&quot;, &quot;drilldown&quot;, &quot;dropdown&quot;, &quot;dropdownMenu&quot;, &quot;equalizer&quot;, &quot;interchange&quot;, &quot;magellan&quot;, &quot;offcanvas&quot;, &quot;orbit&quot;, &quot;responsiveMenu&quot;, &quot;responsiveToggle&quot;, &quot;reveal&quot;, &quot;slider&quot;, &quot;sticky&quot;, &quot;tabs&quot;, &quot;toggler&quot;, &quot;tooltip&quot;)" defaultValue="" alwaysStopAt="true" />
<variable name="LIBSUPP" expression="&quot;zf-cdn-lib&quot;" defaultValue="" alwaysStopAt="true" />
Expand Down
5 changes: 3 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2" url="https://github.com/manolenso/intellij-foundation6">
<id>com.manolenso.intellij.foundation6</id>
<name>Zurb Foundation 6</name>
<version>1.5.1</version>
<version>1.6.0</version>
<vendor url="https://github.com/manolenso/intellij-foundation6">Manolenso</vendor>

<description><![CDATA[
Expand All @@ -18,8 +18,9 @@

<change-notes><![CDATA[
<br>
1.6.0 Update Foundation 6.2.3<br />
1.5.1 missing 6.2.1 css<br />
1.5.0 Update Foundation 6.2.0, orbit slider<br />
1.5.0 Update Foundation 6.2.1, orbit slider<br />
1.4.0 simplify orbit slider add utility<br />
1.3.0 Update Foundation 6.2.0, simplify and add components<br />
1.2.0 Add row flex, version cdn lib<br />
Expand Down
10 changes: 5 additions & 5 deletions resources/liveTemplates/Foundation6.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<templateSet group="Foundation6">
<!-- CDN GROUP -->
<template name="zf-cdn-css" value="&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/foundation/6.2.1/$VALUE$.css&quot;/&gt;" description="CDN css Foundation 6.2.1" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-css" value="&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/foundation/6.2.3/$VALUE$.css&quot;/&gt;" description="CDN css Foundation 6.2.3" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;foundation&quot;, &quot;foundation-flex&quot;, &quot;foundation-rtl&quot;, &quot;foundation.min&quot;, &quot;foundation-flex.min&quot;, &quot;foundation-rtl.min&quot;)" defaultValue="" alwaysStopAt="true" />
<context>
<option name="HTML_TEXT" value="true"/>
Expand Down Expand Up @@ -38,7 +38,7 @@
<option name="JSP" value="true"/>
</context>
</template>
<template name="zf-cdn-lib" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.1/js/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;$SUPLIB$$LAST$&#10;" description="CDN js lib Foundation 6.2.1" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-lib" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.3/js/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;$SUPLIB$$LAST$&#10;" description="CDN js lib Foundation 6.2.3" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;abide&quot;, &quot;accordion&quot;, &quot;accordionMenu&quot;, &quot;core&quot;, &quot;drilldown&quot;, &quot;dropdown&quot;, &quot;dropdownMenu&quot;, &quot;equalizer&quot;, &quot;interchange&quot;, &quot;magellan&quot;, &quot;offcanvas&quot;, &quot;orbit&quot;, &quot;responsiveMenu&quot;, &quot;responsiveToggle&quot;, &quot;reveal&quot;, &quot;slider&quot;, &quot;sticky&quot;, &quot;tabs&quot;, &quot;toggler&quot;, &quot;tooltip&quot;)" defaultValue="" alwaysStopAt="true" />
<variable name="SUPLIB" expression="&quot;zf-cdn-lib&quot;" defaultValue="" alwaysStopAt="true" />
<variable name="LAST" expression="" defaultValue="" alwaysStopAt="true" />
Expand All @@ -50,7 +50,7 @@
<option name="JSP" value="true"/>
</context>
</template>
<template name="zf-cdn-lib-util" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.1/js/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;" description="CDN js.lib.util Foundation 6.2.1" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-lib-util" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.3/js/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;" description="CDN js.lib.util Foundation 6.2.3" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;util.box&quot;, &quot;util.keyboard&quot;, &quot;util.mediaQuery&quot;, &quot;util.motion&quot;, &quot;util.nest&quot;, &quot;util.timerAndImageLoader&quot;, &quot;util.touch&quot;, &quot;util.triggers&quot;)" defaultValue="" alwaysStopAt="true" />
<context>
<option name="HTML_TEXT" value="true"/>
Expand All @@ -70,7 +70,7 @@
<option name="JSP" value="true"/>
</context>
</template>
<template name="zf-cdn-js" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.1/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;" description="CDN js Foundation 6.2.1" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-js" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.3/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;" description="CDN js Foundation 6.2.3" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;min&quot;, &quot;&quot;)" defaultValue="" alwaysStopAt="true" />
<context>
<option name="HTML_TEXT" value="true"/>
Expand Down Expand Up @@ -108,7 +108,7 @@
<option name="JSP" value="true"/>
</context>
</template>
<template name="zf-cdn-initialize" value="&lt;script src=&quot;https://cdn.jsdelivr.net/jquery/2.2.0/$VALUE$&quot;&gt;&lt;/script&gt;&#10;&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.1/foundation.min.js&quot;&gt;&lt;/script&gt;&#10;&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.1/js/foundation.$VALUE1$.js&quot;&gt;&lt;/script&gt;&#10;$LIBSUPP$$LAST$&#10;&lt;script&gt;$(document).foundation();&lt;/script&gt;" description="CDN Initialize Foundation 6" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-initialize" value="&lt;script src=&quot;https://cdn.jsdelivr.net/jquery/2.2.0/$VALUE$&quot;&gt;&lt;/script&gt;&#10;&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.3/foundation.min.js&quot;&gt;&lt;/script&gt;&#10;&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.3/js/foundation.$VALUE1$.js&quot;&gt;&lt;/script&gt;&#10;$LIBSUPP$$LAST$&#10;&lt;script&gt;$(document).foundation();&lt;/script&gt;" description="CDN Initialize Foundation 6" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;jquery.min.js&quot;, &quot;jquery.js&quot;, &quot;jquery.min.map&quot;)" defaultValue="" alwaysStopAt="true" />
<variable name="VALUE1" expression="enum(&quot;abide&quot;, &quot;accordion&quot;, &quot;accordionMenu&quot;, &quot;core&quot;, &quot;drilldown&quot;, &quot;dropdown&quot;, &quot;dropdownMenu&quot;, &quot;equalizer&quot;, &quot;interchange&quot;, &quot;magellan&quot;, &quot;offcanvas&quot;, &quot;orbit&quot;, &quot;responsiveMenu&quot;, &quot;responsiveToggle&quot;, &quot;reveal&quot;, &quot;slider&quot;, &quot;sticky&quot;, &quot;tabs&quot;, &quot;toggler&quot;, &quot;tooltip&quot;)" defaultValue="" alwaysStopAt="true" />
<variable name="LIBSUPP" expression="&quot;zf-cdn-lib&quot;" defaultValue="" alwaysStopAt="true" />
Expand Down

0 comments on commit 07b975c

Please sign in to comment.