mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
- add psvm for normal class, implicit class and normal class with instance 'main' method GitOrigin-RevId: 46858978ef26162826e951e032d8eca4e85cac49
16 lines
827 B
XML
16 lines
827 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templateSet group="Java//Instance 'main' methods for normal classes">
|
|
<template resource-bundle="messages.CodeInsightBundle" key="livetemplate.description.short.psvm"
|
|
name="psvm" toReformat="true" toShortenFQNames="true" value="static void main($END$){ }">
|
|
<context>
|
|
<option name="JAVA_NORMAL_CLASS_DECLARATION_WITH_INSTANCE_MAIN" value="true" />
|
|
</context>
|
|
</template>
|
|
<template resource-bundle="messages.CodeInsightBundle" key="livetemplate.description.short.psvm"
|
|
name="main" toReformat="true" toShortenFQNames="true" value="static void main($END$){ }">
|
|
<context>
|
|
<option name="JAVA_NORMAL_CLASS_DECLARATION_WITH_INSTANCE_MAIN" value="true" />
|
|
</context>
|
|
</template>
|
|
</templateSet>
|