Evgeny Gerashchenko
|
b653598df2
|
Fixed EA-61504.
|
2014-10-15 11:51:01 +04:00 |
|
Evgeny Gerashchenko
|
ef93a71e78
|
Made "Remove val/var from parameter" quick fix local.
|
2014-10-15 11:51:01 +04:00 |
|
Valentin Kipyatkov
|
a124827c4e
|
Fixed KT-5611 Completion doesn't include not imported extensions for implicit receiver
#KT-5611 Fixed
|
2014-10-14 15:47:44 +04:00 |
|
Alexey Sedunov
|
2b43aad4f9
|
Create From Usage: Fix rendering of nullable types
|
2014-10-14 01:59:54 +04:00 |
|
Alexey Sedunov
|
f0a0df94b5
|
Create From Usage: Add support of property delegates
|
2014-10-14 01:59:50 +04:00 |
|
Alexey Sedunov
|
2e6d4b3501
|
Create From Usage: Support EXPRESSION_EXPECTED_PACKAGE_FOUND diagnostic
|
2014-10-14 01:59:49 +04:00 |
|
Alexey Sedunov
|
77a5ddbcd0
|
Create From Usage: Do not suggest Java classes as receiver type candidates (for now)
|
2014-10-14 01:59:47 +04:00 |
|
Alexey Sedunov
|
497e4fab79
|
Create From Usage: Generate Unit-typed declaration if result is unused
#KT-5903 Fixed
|
2014-10-14 01:59:44 +04:00 |
|
Nikolay Krasko
|
b06b3ab4c4
|
Insert empty lines after functions and properties (KT-4002)
#KT-4002 Fixed
|
2014-10-14 00:39:23 +04:00 |
|
Andrey Breslav
|
0cbbb6a0db
|
Test data fixed
|
2014-10-13 15:37:47 +04:00 |
|
Pavel V. Talanov
|
c04b52561e
|
"abstract" modifier on enum class is an error
#KT-3454 Fixed
|
2014-10-10 17:43:32 +04:00 |
|
Valentin Kipyatkov
|
05aaea48e9
|
Added API in PSI to add/remove modifiers and refactored quickfixes to use it
|
2014-10-08 15:41:48 +04:00 |
|
Valentin Kipyatkov
|
5ae756addb
|
Quickfix to correct signature of method with 'override' to not include 'override' in signature text
|
2014-10-06 21:26:55 +04:00 |
|
Valentin Kipyatkov
|
317607db70
|
Corrected quickfix to correct signature of method with 'override' to:
- not loose annotations and other stuff
- not include visibility modifiers into the name and into the code generated
|
2014-10-06 21:26:55 +04:00 |
|
Alexey Sedunov
|
ae7c5e1323
|
Create From Usage: Do not fail on qualifier receiver when it doesn't have type
|
2014-10-03 20:18:44 +04:00 |
|
Alexey Sedunov
|
5ade563902
|
Create From Usage: Join local "vars" with their initializers
|
2014-10-03 20:18:43 +04:00 |
|
Alexey Sedunov
|
865c793561
|
Create From Usage: Do not suggest "val" for references used as assignment left-hand side
|
2014-10-03 20:18:42 +04:00 |
|
Alexey Sedunov
|
58126b28ca
|
Create From Usage: Quick-fix for properties
|
2014-10-03 20:18:41 +04:00 |
|
Alexey Sedunov
|
8386bcd4e0
|
Create Local Variable From Usage: Support lambdas
|
2014-10-03 20:18:39 +04:00 |
|
Alexey Sedunov
|
6ad2157806
|
Create From Usage: Quick-fix for value parameters
|
2014-10-03 20:18:39 +04:00 |
|
Svetlana Isakova
|
ce01c61811
|
Rename: auto cast -> smart cast
|
2014-10-01 18:52:52 +04:00 |
|
Alexey Sedunov
|
4ca39e8f9a
|
Create From Usage: Quick-fix for local variables
|
2014-09-30 19:55:46 +04:00 |
|
Alexey Sedunov
|
e9b16f3e1b
|
Create Function From Usage: Use Any if error type is inferred
|
2014-09-30 19:55:44 +04:00 |
|
Alexey Sedunov
|
854962a139
|
Create Function From Usage: Fix availability condition
|
2014-09-30 19:55:43 +04:00 |
|
Alexey Sedunov
|
a6ba3a569d
|
Create From Usage: Move "Create function"-related tests to separate directory
|
2014-09-30 19:55:43 +04:00 |
|
Alexey Sedunov
|
ff29e581db
|
Create Function From Usage: Add empty lines when inserting new function
|
2014-09-29 01:27:28 +04:00 |
|
Alexey Sedunov
|
6043c6d0a7
|
Create Function From Usage: Quick-fix for functions invoked via call expressions
|
2014-09-29 01:27:25 +04:00 |
|
Alexey Sedunov
|
67df2b448f
|
Create Function From Usage: Quick-fix for invoke convention
|
2014-09-29 01:27:23 +04:00 |
|
Alexey Sedunov
|
cf59af6c7a
|
Create Function From Usage: Quick-fix for unary operations
|
2014-09-29 01:27:22 +04:00 |
|
Alexey Sedunov
|
0582cf5db1
|
Create Function From Usage: Quick-fix for binary operations
|
2014-09-29 01:27:20 +04:00 |
|
Alexey Sedunov
|
424c086ba3
|
Sort list of declarations suggested for auto-import by proximity
#KT-2050 Fixed
|
2014-09-11 21:04:27 +04:00 |
|
Svetlana Isakova
|
4590452b27
|
Added tests for KT-4870 "Change to constructor invocation" quick fix doesn't work
for local classes, objects and object expressions
#KT-4870 Obsolete
|
2014-09-07 01:03:59 +04:00 |
|
Valentin Kipyatkov
|
855cc2443f
|
KT-4976 Completion ignores smart casts
#KT-4976 Fixed
#KT-5718 Fixed
|
2014-09-03 15:43:25 +04:00 |
|
Valentin Kipyatkov
|
ae9eb19f39
|
Auto-import popup to import global properties
#KT-4541 Fixed
#KT-3097 Fixed
|
2014-08-27 19:07:38 +04:00 |
|
Valentin Kipyatkov
|
f8e2841c2b
|
Checked that auto-import works for extension properties
|
2014-08-27 19:07:38 +04:00 |
|
Alexey Sedunov
|
9cbcabffa4
|
Control-Flow Analysis: Reuse pseudo-value information for unused expression analysis
|
2014-07-28 13:07:37 +04:00 |
|
Valentin Kipyatkov
|
2df60a27c8
|
Better code for change variable mutability fix
|
2014-07-10 23:20:39 +04:00 |
|
Svetlana Isakova
|
e62b4cfb5f
|
Invoke 'Add name to argument fix' not only on simple name callee expressions
|
2014-07-08 14:57:40 +04:00 |
|
Pavel V. Talanov
|
23c9080ff3
|
Drop MigrateSureInProjectFix
|
2014-07-03 20:46:53 +04:00 |
|
Pavel V. Talanov
|
e3c170183e
|
Fix invalid usage of descriptorToDeclaration in QuickFixUtil
|
2014-06-24 16:37:44 +04:00 |
|
Pavel V. Talanov
|
41dd12d46b
|
Fix invalid usage of descriptorToDeclaration in QuickFixFactoryForTypeMismatchError
|
2014-06-24 16:37:44 +04:00 |
|
Nikolay Krasko
|
80d6b0800e
|
Make ResolveSessionForBodies.resolveToDescriptor() work for local declarations (EA-56877)
Fix (EA-56877)
|
2014-05-23 15:36:31 +04:00 |
|
Jeremy Kaplan
|
b3842285e8
|
Implemented Operator To Function intention action.
Converts +a, --a, a * b, a..b, a %= b, a in b, etc. to their function call counterparts.
|
2014-05-12 21:04:51 +04:00 |
|
Alexander Udalov
|
5a0055cbeb
|
Fix message case in JetBundle.properties
Intention names should be lowercase, family names should have each word
except prepositions capitalized
|
2014-05-12 16:47:00 +04:00 |
|
Lingzhang
|
6066d19de5
|
Added KT-4579 makeTypeExplicitInLambda and makeTypeImplicitInLambda intentions
|
2014-04-24 18:11:43 +04:00 |
|
Andrey Breslav
|
9da2cbd5e8
|
Duplicating diagnostics removed from test data
|
2014-04-18 21:28:23 +04:00 |
|
Andrey Breslav
|
708694a09d
|
Resolve annotation arguments only once
|
2014-03-26 21:10:29 +04:00 |
|
Alexey Sedunov
|
028a71273c
|
Fix test data of QuickFixTest
|
2014-03-25 16:49:44 +04:00 |
|
Zack Grannan
|
1f720c8559
|
Added safeAccessToIfThen intention
|
2014-03-12 16:02:55 +04:00 |
|
Andrey Breslav
|
f752527e48
|
Test data fixed after adding a new intention
|
2014-03-05 12:02:14 +04:00 |
|