Renamed 'fm' live template to 'main'
This commit is contained in:
@@ -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<String>) { $END$ }">
|
||||
<template resource-bundle="org.jetbrains.jet.plugin.JetBundle" key="livetemplate.description.main"
|
||||
name="main" toReformat="true" toShortenFQNames="true" value="fun main(args : Array<String>) { $END$ }">
|
||||
<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
|
||||
Reference in New Issue
Block a user