Renamed 'fm' live template to 'main'
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<templateSet group="Kotlin">
|
<templateSet group="Kotlin">
|
||||||
<template resource-bundle="org.jetbrains.jet.plugin.JetBundle" key="livetemplate.description.fm"
|
<template resource-bundle="org.jetbrains.jet.plugin.JetBundle" key="livetemplate.description.main"
|
||||||
name="fm" toReformat="true" toShortenFQNames="true" value="fun main(args : Array<String>) { $END$ }">
|
name="main" toReformat="true" toShortenFQNames="true" value="fun main(args : Array<String>) { $END$ }">
|
||||||
<context>
|
<context>
|
||||||
<option name="KOTLIN_NAMESPACE" value="true" />
|
<option name="KOTLIN_NAMESPACE" value="true" />
|
||||||
</context>
|
</context>
|
||||||
|
|||||||
@@ -27,6 +27,6 @@ replace.with.safe.call=Replace with safe call
|
|||||||
change.to.backing.field=Change reference to backing field
|
change.to.backing.field=Change reference to backing field
|
||||||
implement.members=Implement members
|
implement.members=Implement members
|
||||||
|
|
||||||
livetemplate.description.fm=main() function
|
livetemplate.description.main=main() function
|
||||||
livetemplate.description.sout=Prints a string to System.out
|
livetemplate.description.sout=Prints a string to System.out
|
||||||
livetemplate.description.serr=Prints a string to System.err
|
livetemplate.description.serr=Prints a string to System.err
|
||||||
Reference in New Issue
Block a user