Enable reading shell envs on Linux (PY-10498)
[idea/community.git] / resources / src / liveTemplates / plain.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <templateSet group="plain">
3   <template resource-bundle="messages.CodeInsightBundle" key="livetemplate.description.st"
4             name="St" toReformat="false" toShortenFQNames="true" value="String ">
5     <context>
6       <option name="JAVA_CODE" value="false" />
7       <option name="JAVA_STATEMENT" value="true" />
8       <option name="JAVA_DECLARATION" value="true" />
9       <option name="JAVA_EXPRESSION" value="true" />
10       <option name="GROOVY" value="false" />
11       <option name="GROOVY_STATEMENT" value="true" />
12       <option name="GROOVY_DECLARATION" value="true" />
13       <option name="GROOVY_EXPRESSION" value="true" />
14     </context>
15   </template>
16   <template resource-bundle="messages.CodeInsightBundle" key="livetemplate.description.psf"
17             name="psf" toReformat="false" toShortenFQNames="true" value="public static final ">
18     <context>
19       <option name="JAVA_CODE" value="false" />
20       <option name="JAVA_DECLARATION" value="true" />
21       <option name="GROOVY" value="false" />
22       <option name="GROOVY_DECLARATION" value="true" />
23     </context>
24   </template>
25   <template resource-bundle="messages.CodeInsightBundle" key="livetemplate.description.psfi"
26             name="psfi" toReformat="false" toShortenFQNames="true" value="public static final int ">
27     <context>
28       <option name="JAVA_CODE" value="false" />
29       <option name="JAVA_DECLARATION" value="true" />
30       <option name="GROOVY" value="false" />
31       <option name="GROOVY_DECLARATION" value="true" />
32     </context>
33   </template>
34   <template resource-bundle="messages.CodeInsightBundle" key="livetemplate.description.psfs"
35             name="psfs" toReformat="false" toShortenFQNames="true" value="public static final String ">
36     <context>
37       <option name="JAVA_CODE" value="false" />
38       <option name="JAVA_DECLARATION" value="true" />
39       <option name="GROOVY" value="false" />
40       <option name="GROOVY_DECLARATION" value="true" />
41     </context>
42   </template>
43   <template resource-bundle="messages.CodeInsightBundle" key="livetemplate.description.thr"
44             name="thr" toReformat="false" toShortenFQNames="true" value="throw new ">
45     <context>
46       <option name="JAVA_CODE" value="false" />
47       <option name="JAVA_STATEMENT" value="true" />
48       <option name="GROOVY" value="false" />
49       <option name="GROOVY_DECLARATION" value="false" />
50       <option name="GROOVY_STATEMENT" value="true" />
51     </context>
52   </template>
53 </templateSet>