Renamed 'fm' live template to 'main'

This commit is contained in:
Evgeny Gerashchenko
2012-01-30 16:00:32 +04:00
parent b8a8a6b1af
commit 963e1606ba
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<templateSet group="Kotlin">
<template resource-bundle="org.jetbrains.jet.plugin.JetBundle" key="livetemplate.description.fm"
name="fm" toReformat="true" toShortenFQNames="true" value="fun main(args : Array&lt;String&gt;) {&#10; $END$&#10;}">
<template resource-bundle="org.jetbrains.jet.plugin.JetBundle" key="livetemplate.description.main"
name="main" toReformat="true" toShortenFQNames="true" value="fun main(args : Array&lt;String&gt;) {&#10; $END$&#10;}">
<context>
<option name="KOTLIN_NAMESPACE" value="true" />
</context>
@@ -27,6 +27,6 @@ replace.with.safe.call=Replace with safe call
change.to.backing.field=Change reference to backing field
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.serr=Prints a string to System.err