Commit Graph

25 Commits

Author SHA1 Message Date
Nikolay Krasko ccaffd8165 KT-1312 Formatter: After package directive should be empty line - test 2012-03-06 13:30:36 +04:00
Evgeny Gerashchenko 14ab3ff2d5 Added psvm synonym for main, synonym live templates added not only to completion.
#KT-1326 fixed
2012-02-29 23:28:00 +04:00
Evgeny Gerashchenko 610998f8db Removed unnecessary semicolons after package declarations in file templates. 2012-02-20 18:58:10 +04:00
Evgeny Gerashchenko 0d477c2e44 Added file templates for new class/trait/enum.
#KT-1010 fixed
2012-02-16 20:25:29 +04:00
Evgeny Gerashchenko c41a186f81 Automatically adding "package ..." when creating kt file in package in Project explorer
#KT-1013 fixed
2012-02-16 17:32:13 +04:00
Evgeny Gerashchenko 4b87d02627 Filled completion menu for iter live template. 2012-02-08 15:58:08 +04:00
Evgeny Gerashchenko f64ecd7eb5 Renamed kotlinVariableOfType() macro to kotlinAnyVariable() 2012-02-08 15:58:08 +04:00
Evgeny Gerashchenko 8d50d17f92 Added auto-importing when methods are implemented or overriden. 2012-02-08 15:58:08 +04:00
Evgeny Gerashchenko 5a6c658204 Added completion in 'anonymous' live template. 2012-02-08 15:58:08 +04:00
Evgeny Gerashchenko ce0f38d783 Added 'anonymous' live template. 2012-02-08 15:58:08 +04:00
Evgeny Gerashchenko 3eb195b428 Added 'exfun', 'exval' and 'exvar' live templates. 2012-02-08 15:58:07 +04:00
Evgeny Gerashchenko 159d396c4b Added 'closure' live template. 2012-02-08 15:58:07 +04:00
Evgeny Gerashchenko 13f6201a40 Added 'interface' and 'singleton' live templates. 2012-02-08 15:58:07 +04:00
Evgeny Gerashchenko 358c55793d Added void, fun0 fun1 and fun2 live templates. 2012-02-08 15:58:07 +04:00
Evgeny Gerashchenko b4bc2fff08 Added soutp live template. 2012-01-30 20:52:11 +04:00
Evgeny Gerashchenko 996863e292 Added kotlinVariableOfType() live template macro and replaced variableOfType() with kotlinVariableOfType() in soutv live template. 2012-01-30 20:52:11 +04:00
Evgeny Gerashchenko 834ac6ea1f Added simple soutv live template. 2012-01-30 20:52:10 +04:00
Evgeny Gerashchenko d525423794 Removed duplicate entries for live templates from JetBundle. 2012-01-30 20:52:10 +04:00
Evgeny Gerashchenko 739d33fb4f Fixed serr. 2012-01-30 20:52:10 +04:00
Evgeny Gerashchenko 508749e31b Renamed 'expression' context to 'statement'. 2012-01-30 16:08:35 +04:00
Evgeny Gerashchenko 963e1606ba Renamed 'fm' live template to 'main' 2012-01-30 16:00:32 +04:00
Evgeny Gerashchenko b8a8a6b1af Added simple live templates: fm, sout & serr. 2012-01-30 15:56:21 +04:00
Evgeny Gerashchenko 150d856ff1 Made fm live template available only on top level. 2012-01-30 15:56:21 +04:00
Evgeny Gerashchenko 31929c59ad Added simple live templates: fm, sout & serr. 2012-01-30 15:56:21 +04:00
Nikolay Krasko a049fd1127 KT-986 Kotlin file wizard 2012-01-12 14:01:53 +04:00