Valentin Kipyatkov
|
6b66e3b0e6
|
JetPsiFactory: refactored method for creating argument + introduced ability to create arbitrary constructs by pattern
|
2015-05-27 16:15:49 +03:00 |
|
Denis Zharkov
|
44a55e5bf6
|
Adjust testData to new labels syntax
|
2015-04-29 14:03:11 +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 |
|
Svetlana Isakova
|
2ae87cae4a
|
Function literal expression outside the parentheses wrapped into JetFunctionLiteralArgument
Extracted JetFunctionLiteralArgument.moveInsideParenthesesAndReplaceWith util function
|
2014-07-30 17:14:00 +04: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 |
|
Zalim Bashorov
|
b43958f4b3
|
Fixed tests after adding error checking for intention tests.
|
2014-04-01 20:49:24 +04:00 |
|
Tal Man
|
baac1b9b0b
|
Fix to a bug in the intention to move lambda expressions inside parentheses, type arguments were being deleted
|
2014-03-18 19:25:50 +04:00 |
|
Tal Man
|
8cf965db7e
|
2 intentions for moving lambda functions;
moves lambda functions in function calls inside and outside of the
parenthesis: foo({ it }) <-> foo() { it }
|
2014-03-04 20:07:42 +04:00 |
|