Yan Zhulanow
|
a3ff3ffc45
|
Fix tests: "Placing function type parameters after the function name" error
|
2015-11-27 15:51:11 +03:00 |
|
Valentin Kipyatkov
|
df0d27b8b2
|
Split if intention preserves comments
|
2015-05-27 16:15:53 +03:00 |
|
Valentin Kipyatkov
|
0fe334fd55
|
KT-7702 Split into 2 if's intention: produce better result for return
#KT-7702 Fixed
|
2015-05-27 16:15:52 +03:00 |
|
Valentin Kipyatkov
|
8f797e8e69
|
"Split if" intention - renamed tests
|
2015-05-27 16:15:51 +03:00 |
|
Alexander Udalov
|
fe544eaf71
|
Rename jet -> kotlin in idea: intentions
org.jetbrains.jet.plugin.intentions -> org.jetbrains.kotlin.idea.intentions
|
2015-01-13 01:14:37 +03:00 |
|
Evgeny Gerashchenko
|
fda7aeecfb
|
Simplified CodeTransformationTest. Only one doTest method remains, intention class is moved to test data. Merged other intention tests (SpecifyTypeExplicitlyTest, ConvertToBlock/ExpressionBodyTest) into this one.
|
2014-07-10 15:05:17 +04:00 |
|
gavinkeusch
|
216ea4940d
|
KT-4794: Added functionality to KT-4574: Split If. Intention is now offered inside IF keyword
|
2014-04-08 11:29:30 -07:00 |
|
Zalim Bashorov
|
b43958f4b3
|
Fixed tests after adding error checking for intention tests.
|
2014-04-01 20:49:24 +04:00 |
|
gavinkeusch
|
a6a1bb2b7c
|
KT-4574 New Intention: Split If - converts if statement containing one or more conjunction operators into two nested if statements
|
2014-03-31 14:40:00 +04:00 |
|