mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
not null live template
This commit is contained in:
@@ -345,6 +345,7 @@ livetemplate.description.mx=Sets greater value to a variable
|
||||
livetemplate.description.psvm=main() method declaration
|
||||
livetemplate.description.toar=Stores elements of java.util.Collection into array
|
||||
livetemplate.description.lazy=Performs lazy initialization
|
||||
livetemplate.description.notnull=Inserts '!= null'
|
||||
livetemplate.description.serr=Prints a string to System.err
|
||||
livetemplate.description.sout=Prints a string to System.out
|
||||
livetemplate.description.souf=Prints a formatted string to System.out
|
||||
|
||||
@@ -75,4 +75,21 @@
|
||||
<option name="OTHER" value="false" />
|
||||
</context>
|
||||
</template>
|
||||
<template resource-bundle="messages.CodeInsightBundle" key="livetemplate.description.notnull"
|
||||
name="nn" value="!= null" toReformat="false" toShortenFQNames="false">
|
||||
<context>
|
||||
<option name="JAVA_CODE" value="true" />
|
||||
<option name="JAVA_COMMENT" value="false" />
|
||||
<option name="JAVA_STRING" value="false" />
|
||||
<option name="XML" value="false" />
|
||||
<option name="HTML" value="false" />
|
||||
<option name="JSP" value="true" />
|
||||
<option name="COMPLETION" value="false" />
|
||||
<option name="GROOVY" value="true" />
|
||||
<option name="PHP" value="true" />
|
||||
<option name="ACTION_SCRIPT" value="true" />
|
||||
<option name="ASPECTJ" value="true" />
|
||||
<option name="OTHER" value="false" />
|
||||
</context>
|
||||
</template>
|
||||
</templateSet>
|
||||
|
||||
Reference in New Issue
Block a user