Commit Graph

22 Commits

Author SHA1 Message Date
Dmitry Petrov 5ee2f87c4a Closure conversion: simple tests work. 2016-10-18 09:10:12 +03:00
Alexey Tsvetkov c144191522 Minor, set Groovy indent to 4 spaces 2016-10-05 22:50:46 +03:00
Alexander Udalov 9d7cc25228 Fix code style settings after language was renamed to Kotlin 2015-10-25 15:52:04 +03:00
Valentin Kipyatkov 800e629614 Changed code style settings to place 'else' on new line 2015-10-16 19:06:18 +03:00
Alexander Udalov 6dbd9b2d01 Minor, set XML indentation to 4 spaces
Was accidentally changed to 2 in 181af17
2015-05-28 22:09:01 +03:00
Valentin Kipyatkov 181af17315 KT-7704 Intention actions on visibility modifier for quick changing it
#KT-7704 Fixed
2015-05-14 01:10:11 +03:00
Valentin Kipyatkov 9c138d8637 Fixed KT-1476 Code completion for not imported properties
#KT-1476 Fixed
2014-08-27 19:07:37 +04:00
Alexander Udalov 5afe3c0e35 Code style settings: align multiline operations in Kotlin
Similar option is turned on in Java
2014-08-18 15:01:33 +04:00
Alexander Udalov 9a98025f81 Set indentation to 4 for XML, in particular Ant build files 2014-08-18 15:01:30 +04:00
Zalim Bashorov 4c40f3971b Minor: added TypeScript to codeStyleSettings.xml 2014-03-11 20:04:04 +04:00
Pavel V. Talanov b7e6717936 Kotlin code style: keywords on new line 2014-02-04 17:09:40 +04:00
Nikolay Krasko 143d8d945c Rewrite isFirstPartInQualified to work properly inside call expressions
#KT-4000 In Progress
2013-09-24 16:54:25 +04:00
Nikolay Krasko b819c2c342 Remove outdated groovy formatting options 2013-09-04 16:27:15 +04:00
Andrey Breslav f7321a40e0 Format method with multiline parameter list like this:
int foo(
        Bar buzz
) {
    // ...
}
2012-08-10 20:08:16 +04:00
Alex Tkachman 8613db2724 minor refactoring in JetParsing in order to reuse code 2012-08-06 18:07:46 +03:00
Evgeny Gerashchenko 5d8f3b95e3 Using correct logger id. 2012-07-22 19:54:40 +04:00
Andrey Breslav 577918a119 Fixed the coding style
* space after type cast
* space in array initializer
2012-04-26 17:33:15 +04:00
Nikolay Krasko 0d1767fbf1 KT-1161 Formatter: indent parameters after function call on new line (not very beautiful but it will be refactored in future)
#KT-1161 fixed
2012-04-04 14:05:51 +04:00
Alex Tkachman 9d752561eb almost full support for annotations 2012-04-01 21:50:01 +03:00
Nikolay Krasko 5ee41a917a Revert accidental changes in code style settings 2012-03-19 16:35:20 +04:00
Nikolay Krasko b31c22e6a0 Fix test with invalid number of elements in completion 2012-03-19 15:03:47 +04:00
Maxim Shafirov 3d9b115f90 Share codestyle (mostly copied from IDEA) 2012-03-16 18:54:35 +04:00