|
|
|
|
@ -18,8 +18,8 @@
|
|
|
|
|
<option name="DART" value="true" />
|
|
|
|
|
</context>
|
|
|
|
|
</template>
|
|
|
|
|
<template name="cc" value="AGIColors.argb(0x$hex$)" description="" toReformat="false" toShortenFQNames="true">
|
|
|
|
|
<variable name="hex" expression="groovyScript("_1.startsWith('#') ? _1.substring(1, 3) + _1.substring(3, 5) + _1.substring(5, 7) + _1.substring(7, 9) : ''", clipboard())" defaultValue="" alwaysStopAt="true" />
|
|
|
|
|
<template name="cc" value="AGIColors.argb(0xFF$hex$)" description="" toReformat="false" toShortenFQNames="true">
|
|
|
|
|
<variable name="hex" expression="groovyScript("_1.startsWith('#') ? _1.substring(1, 3) + _1.substring(3, 5) + _1.substring(5, 7) : ''", clipboard())" defaultValue="" alwaysStopAt="true" />
|
|
|
|
|
<context>
|
|
|
|
|
<option name="DART" value="true" />
|
|
|
|
|
</context>
|
|
|
|
|
|