Valentin Kipyatkov
|
fbc3fa2b09
|
KT-7212 Convert member function to extension intenton positions caret improperly
#KT-7212 Fixed
|
2015-05-14 01:10:04 +03:00 |
|
Valentin Kipyatkov
|
5491523f05
|
Renamed intention class
|
2015-05-14 01:10:03 +03:00 |
|
Valentin Kipyatkov
|
48ac89dca4
|
Refactored ConvertMemberToExtension to re-use original declaration instead of regenerating it by text
#KT-4920 Fixed
|
2015-05-14 01:10:02 +03:00 |
|
Valentin Kipyatkov
|
ac9d75b45e
|
KT-6632 "Convert to extension" intention should not be available on methods that override or implement a superclass method
#KT-6632 Fixed
|
2015-05-14 01:10:02 +03:00 |
|
Valentin Kipyatkov
|
a23c6a2cdc
|
Smaller range + refactoring of ConvertMemberToExtension
|
2015-05-14 01:10:02 +03:00 |
|
Denis Zharkov
|
4b564fcc51
|
Do not show "Convert to extension" intention for secondary constructors
#KT-6969 Fixed
|
2015-03-18 10:56:30 +03:00 |
|
Stanislav Erokhin
|
560c32c0f1
|
Added diagnostic error when in function declaration name was omitted
|
2015-03-12 17:11:44 +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 |
|
Evgeny Gerashchenko
|
b1003fc034
|
Extracted test for "Join Lines" from CodeTransformationsTest.
|
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 |
|
Alexander Udalov
|
f7b6457139
|
Replace "jet" package name with "kotlin" in testData
|
2014-03-02 19:55:26 +04:00 |
|
Andrey Breslav
|
3002ac96f0
|
Supported converting member properties to extensions
Additionally, we now generate <selection>throw UnsupportedOperationException()</selection> when a missing body is added
|
2013-08-27 15:03:27 +04:00 |
|
Andrey Breslav
|
c02f0a7d04
|
Intention to convert a member to an extension
|
2013-08-27 15:03:27 +04:00 |
|
Alexey Sedunov
|
6f942a21de
|
Move intention-related classes and tests to "intentions" directory
|
2013-06-13 20:19:38 +04:00 |
|