Denis Zharkov
|
3e0c6fc6a2
|
Add quickfix "Add 'init' keyword in whole project"
|
2015-03-18 19:59:25 +03:00 |
|
Stanislav Erokhin
|
0b76dbb492
|
Create DeprecatedLambdaSyntaxFix
|
2015-03-18 17:10:12 +03:00 |
|
Pavel V. Talanov
|
41b65205b0
|
default -> companion: fix message for quick fix
|
2015-03-18 14:35:53 +03:00 |
|
Pavel V. Talanov
|
06916d98c6
|
default -> companion: replace all mentions of default and default object
|
2015-03-17 15:47:39 +03:00 |
|
Pavel V. Talanov
|
a701cb2bd9
|
Add quick fix to replace all 'class object's in project
|
2015-03-10 18:21:33 +03:00 |
|
Pavel V. Talanov
|
81f9d34d1a
|
Add quick fix for deprecated 'class object' syntax
|
2015-03-10 18:21:33 +03:00 |
|
Evgeny Gerashchenko
|
ef93a71e78
|
Made "Remove val/var from parameter" quick fix local.
|
2014-10-15 11:51:01 +04:00 |
|
Pavel V. Talanov
|
23c9080ff3
|
Drop MigrateSureInProjectFix
|
2014-07-03 20:46:53 +04:00 |
|
Alexander Udalov
|
b2d074c5cc
|
Quickfix to add 'override' to equals, hashCode, toString in project
To help users migrate to the newest Kotlin version in two clicks
|
2014-03-02 19:54:55 +04:00 |
|
Valentin Kipyatkov
|
d01ff28212
|
Quickfix and intention tests refactoring: refer to intention action by class when checking that it's not available (instead of listing all available actions)
|
2014-01-23 18:46:27 +04:00 |
|
Evgeny Gerashchenko
|
cb4d680790
|
Removed migrate tuples quick fix.
|
2013-03-22 16:37:15 +04:00 |
|
Evgeny Gerashchenko
|
a3eae3d5c1
|
Added quick fix which removes val/var from parameters all over the project.
|
2013-02-26 17:32:40 +04:00 |
|
Andrey Breslav
|
bd0eab5202
|
Tuple migration quick fix now appears only on tupels shorter than 4
Longer tuples exhibit another error message.
Messages adjusted for compiler and IDE
|
2012-09-19 16:05:32 +04:00 |
|
Andrey Breslav
|
3aaed57a66
|
Quick fix to replace sure() calls with !!
|
2012-09-18 20:27:09 +04:00 |
|
Andrey Breslav
|
36b5573f4d
|
A quick fix to replace tuples (expressions and types) by Unit, Pair and Triple
Changes are made to all files in the project
This quick-fix is to be removed in the next milestone
#KT-2358 In Progress
|
2012-09-18 20:27:09 +04:00 |
|