Commit Graph

7 Commits

Author SHA1 Message Date
Toshiaki Kameyama
6087aa2a5f Move statement: Add or remove empty lines correctly
#KT-14946 Fixed
2020-05-14 16:15:12 +02:00
Toshiaki Kameyama
f7ff397a31 Move statement: enable single lambda expression function
#KT-10478 Fixed
2019-11-29 11:33:27 +03:00
Nikolay Krasko
8d226594ff Put comments and whitespaces under body in script files
It's more consistent to normal function body for IDE.
Doc comments in file beginning are now sticks to declarations
correctly.
Moving declarations at the end of scripts is fixed
2017-08-07 12:17:17 +03:00
Dmitry Jemerov
f93eeeb563 fix tests by adding missing 'init' keywords to testdata 2015-04-29 14:07:05 +02:00
Alexey Sedunov
71a0d4cc45 KT-4018 When moving members move comments too 2013-10-15 18:44:00 +04:00
Alexey Sedunov
57edbdfbc4 Allow moving out to arbitrary blocks and moving any declaration into class body 2013-06-05 15:50:53 +04:00
Alexey Sedunov
fe8891299b Implement "move class-level declaration up/down" action handler 2013-06-05 15:50:41 +04:00