AI-Narwhal 4 Feature Drop | 2025.1.4 <debuggerx@debuggerx-PC Update color-highlighter.xml, DebuggerX.xml
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="Color Highlighter Settings">
|
<component name="Color Highlighter Settings">
|
||||||
|
<option name="highlightingStyle" value="INLINE" />
|
||||||
<option name="rgbaEnabled" value="false" />
|
<option name="rgbaEnabled" value="false" />
|
||||||
<option name="version" value="18.1.0" />
|
<option name="version" value="18.1.0" />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -24,8 +24,8 @@
|
|||||||
<option name="DART" value="true" />
|
<option name="DART" value="true" />
|
||||||
</context>
|
</context>
|
||||||
</template>
|
</template>
|
||||||
<template name="color" value="Color(0x$hex$);" toReformat="false" toShortenFQNames="true">
|
<template name="cc" value="Color(0x$hex$)" toReformat="false" toShortenFQNames="true">
|
||||||
<variable name="hex" expression="clipboard()" defaultValue="" alwaysStopAt="true" />
|
<variable name="hex" expression="groovyScript("_1.startsWith('#') ? _1.substring(7, 9) + _1.substring(1, 3) + _1.substring(3, 5) + _1.substring(5, 7) : ''", clipboard())" defaultValue="" alwaysStopAt="true" />
|
||||||
<context>
|
<context>
|
||||||
<option name="DART" value="true" />
|
<option name="DART" value="true" />
|
||||||
</context>
|
</context>
|
||||||
|
|||||||
Reference in New Issue
Block a user