mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
disable St live template in expression contexts
because it's trailing space isn't applicable there, and it gets in the way during completion (IDEA-162394)
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
<option name="JAVA_CODE" value="false" />
|
||||
<option name="JAVA_STATEMENT" value="true" />
|
||||
<option name="JAVA_DECLARATION" value="true" />
|
||||
<option name="JAVA_EXPRESSION" value="true" />
|
||||
<option name="JAVA_EXPRESSION" value="false" />
|
||||
<option name="GROOVY" value="false" />
|
||||
<option name="GROOVY_STATEMENT" value="true" />
|
||||
<option name="GROOVY_DECLARATION" value="true" />
|
||||
<option name="GROOVY_EXPRESSION" value="true" />
|
||||
<option name="GROOVY_EXPRESSION" value="false" />
|
||||
</context>
|
||||
</template>
|
||||
<template resource-bundle="messages.CodeInsightBundle" key="livetemplate.description.psf"
|
||||
|
||||
Reference in New Issue
Block a user