Commit Graph

16 Commits

Author SHA1 Message Date
Alexey Sedunov 89c39b9762 Misc: Use TODO() consistently in implementation stubs
#KT-13589 Fixed
2016-08-29 16:20:55 +03:00
Dmitry Jemerov 079d857aa2 update testdata for https://github.com/JetBrains/kotlin/pull/896/ 2016-07-19 17:58:09 +02:00
Laszlo Hornyak fafbbf697d new function body changed to call the shorter TODO() function (#896)
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2016-07-19 17:09:05 +03:00
Dmitry Jemerov 55b422ab9b remove 'public' modifier from default file templates 2015-09-22 16:07:48 +02:00
Dmitry Jemerov 3b8167a8c3 rename "Kotlin Trait" file template to "Kotlin Interface" 2015-04-29 16:50:29 +02:00
Alexey Sedunov 15dddf362e Create from Usage: Secondary constructor support 2015-03-30 21:10:25 +03:00
Alexey Tsvetkov 8bc6ce0f0a Minor. Added object file template 2015-02-20 13:43:03 +03:00
Jack Zhou ec15d5fee4 Create from usage: Renamed all references of 'method' to 'function'. 2013-05-12 23:50:44 -04:00
Jack Zhou eadb73c9f8 Create from usage: Using UnsupportedOperationException for the file template instead. 2013-05-12 23:50:41 -04:00
Jack Zhou 870dbd7e86 Create from usage: Changed new method template to raise exception like in ReSharper. 2013-05-12 23:36:56 -04:00
Jack Zhou 1e573235e8 Create from usage: Added file templates. 2013-05-12 23:36:51 -04:00
Nikolay Krasko ccaffd8165 KT-1312 Formatter: After package directive should be empty line - test 2012-03-06 13:30:36 +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
Nikolay Krasko a049fd1127 KT-986 Kotlin file wizard 2012-01-12 14:01:53 +04:00