mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
- clean-up GitOrigin-RevId: bee532d15a09e4d2918b8639f2bb58a295a172a6
29 lines
1.4 KiB
XML
29 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templateSet group="Java//Instance 'main' methods for implicitly declared classes">
|
|
<template resource-bundle="messages.JavaBundle" key="livetemplate.description.short.psvm"
|
|
name="psvm" toReformat="true" toShortenFQNames="true" value="void main(){ $END$ }">
|
|
<context>
|
|
<option name="JAVA_IMPLICIT_CLASS_DECLARATION" value="true" />
|
|
</context>
|
|
</template>
|
|
<template resource-bundle="messages.JavaBundle" key="livetemplate.description.short.psvm"
|
|
name="main" toReformat="true" toShortenFQNames="true" value="void main(){ $END$ }">
|
|
<context>
|
|
<option name="JAVA_IMPLICIT_CLASS_DECLARATION" value="true" />
|
|
</context>
|
|
</template>
|
|
|
|
<template resource-bundle="messages.JavaBundle" key="livetemplate.description.short.psvma"
|
|
name="psvma" toReformat="true" toShortenFQNames="true" value="void main(String[] args){ $END$ }">
|
|
<context>
|
|
<option name="JAVA_IMPLICIT_CLASS_DECLARATION" value="true" />
|
|
</context>
|
|
</template>
|
|
<template resource-bundle="messages.JavaBundle" key="livetemplate.description.short.psvma"
|
|
name="maina" toReformat="true" toShortenFQNames="true" value="void main(String[] args){ $END$ }">
|
|
<context>
|
|
<option name="JAVA_IMPLICIT_CLASS_DECLARATION" value="true" />
|
|
</context>
|
|
</template>
|
|
</templateSet>
|