Automatically adding "package ..." when creating kt file in package in Project explorer

#KT-1013 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-02-16 17:32:08 +04:00
parent 795b30e7b0
commit c41a186f81
@@ -1,2 +1,5 @@
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};
#end
#parse("File Header.java")