Nikolay Krasko
|
bf12908dfc
|
Ignore irrelevant java classes in search results
It looks like JavaClassInheritorsSearcher started to give classes based on useScope
|
2016-09-20 15:27:05 +03:00 |
|
Nikolay Krasko
|
00db1c1490
|
Add standard inheritors to hierarchy test
|
2016-09-20 15:27:02 +03:00 |
|
Nikolay Krasko
|
89a1389512
|
Make caret left move not-applicable on first function parameter
|
2016-09-20 15:27:01 +03:00 |
|
Denis Zharkov
|
189705727f
|
Implement a bunch of string based postfix templates
#KT-4710 Fixed
|
2016-09-20 15:26:48 +03:00 |
|
Denis Zharkov
|
1b391123e6
|
Implement for/iter postfix templates
#KT-4710 In Progress
|
2016-09-20 15:26:47 +03:00 |
|
Denis Zharkov
|
b702886f0d
|
Introduce var/val postfix templates
#KT-4710 In Progress
|
2016-09-20 15:26:45 +03:00 |
|
Denis Zharkov
|
4d28199cc2
|
Implement if/else/null/notnull/when/try postfix templates
#KT-4710 In Progress
|
2016-09-20 15:26:42 +03:00 |
|
Denis Zharkov
|
09266b222b
|
Implement 'Surround expression with if' surrounder
#KT-3363 Fixed
|
2016-09-20 15:26:41 +03:00 |
|
Denis Zharkov
|
f18b9cceb3
|
Implement 'not' postfix template
#KT-4710 In Progress
|
2016-09-20 15:26:39 +03:00 |
|
Nikolay Krasko
|
3d0d82b862
|
Fix tests for move: check applicability from changed text
Presentation status has stopped working after https://github.com/JetBrains/intellij-community/commit/18ce2c6070667608d9bf5a18926778187564fd19
|
2016-09-20 15:26:36 +03:00 |
|
Nikolay Krasko
|
58ff7f53fa
|
Tests only: Debugger test data modification: extra removed
|
2016-09-20 15:10:43 +03:00 |
|
Denis Zharkov
|
42e85b07c9
|
Fix types in local var table for destructured variables
|
2016-09-20 13:44:44 +03:00 |
|
Valentin Kipyatkov
|
7d214c6e58
|
KT-13689 Typealias constructor usage counts as original type usage for optimize imports
#KT-13689 Fixed
(cherry picked from commit bde7e2b)
|
2016-09-20 10:55:36 +03:00 |
|
Denis Zharkov
|
e75efc88ff
|
Add support for desctructuring of lambda parameters in JVM backend
#KT-5828 In Progress
|
2016-09-19 20:22:57 +03:00 |
|
Mikhail Glukhikh
|
4509cd43cb
|
Convert to expression body fix: do not allow = Unit for constructors
|
2016-09-19 10:58:37 +03:00 |
|
Mikhail Glukhikh
|
24c7efd323
|
Minor: WITH_RUNTIME removed from a set of intention tests
|
2016-09-19 10:57:16 +03:00 |
|
Mikhail Glukhikh
|
9ad820205e
|
Partial build fix (new convert to expression body opportunity in quick-fixes)
|
2016-09-19 10:37:39 +03:00 |
|
Mikhail Glukhikh
|
608368997c
|
Add function to supertype immediately removes redundant modifiers #KT-12297 Fixed
|
2016-09-16 16:26:01 +03:00 |
|
Mikhail Glukhikh
|
32d11c35a4
|
KT-12297 related: make not open quick-fix for REDUNDANT_OPEN_IN_INTERFACE
|
2016-09-16 16:25:57 +03:00 |
|
shiraji
|
4f49444f3b
|
Allow to convert empty Unit returning functions to expression form #KT-13588 Fixed
|
2016-09-16 15:31:13 +03:00 |
|
Alexey Sedunov
|
cf28dd04c8
|
Shorten References: Compare resolved calls when shortening receiver of qualified call expression
#KT-13660 Fixed
|
2016-09-16 13:13:30 +03:00 |
|
Alexander Udalov
|
fea116f14e
|
Allow data classes to implement equals/hashCode/toString from base classes
#KT-11306 Fixed
|
2016-09-15 16:45:48 +03:00 |
|
Alexey Sedunov
|
54faac1cee
|
Pull Up: Drop 'override' modifier if moved member doesn't override anything
|
2016-09-15 16:22:51 +03:00 |
|
shiraji
|
e4c873dc6a
|
Add inspection + intention to replace .let { it.foo() } with .foo() #KT-13551 Fixed
|
2016-09-15 14:26:06 +03:00 |
|
Valentin Kipyatkov
|
19ef29e96c
|
KT-12949 Type aliases are not considered for import when there is an unresolved reference
#KT-12949 Fixed
|
2016-09-13 17:47:39 +03:00 |
|
Valentin Kipyatkov
|
fcce1e3838
|
KT-12852 Support breadcrumbs for Kotlin
#KT-12852 Fixed
|
2016-09-13 17:46:16 +03:00 |
|
Alexey Sedunov
|
23491afde2
|
Move to Companion Intention: Do not use qualified names as labels
#KT-11483 Fixed
|
2016-09-12 21:03:18 +03:00 |
|
Mikhail Glukhikh
|
edacc7f8d7
|
Quick-fix for reassignment in try / catch (fold to assignment) #KT-13778 Fixed
|
2016-09-12 14:45:20 +03:00 |
|
Mikhail Glukhikh
|
babf61ec19
|
Minor: message fixed in diagnostics test
|
2016-09-12 12:57:48 +03:00 |
|
Mikhail Glukhikh
|
292384fb4c
|
Merge pull request #948 from shiraji/quick_fix_for_final_upper_bound_2
KT-13674 Add quickfix to remove the final upper bound
|
2016-09-12 13:33:37 +04:00 |
|
shiraji
|
d83b1747bb
|
KT-13693 Expand selection for array brackets
#KT-13693 Fixed
|
2016-09-10 18:07:04 +09:00 |
|
shiraji
|
7c3835bb77
|
KT-13674 Add quickfix to remove the final upper bound
#KT-13674 Fixed
|
2016-09-10 08:11:23 +09:00 |
|
Simon Ogorodnik
|
2b63bcaa19
|
Correct diagnostics and quick-fix for T::class with non-reified type parameter #KT-9590 fixed
|
2016-09-09 16:14:11 +03:00 |
|
Mikhail Glukhikh
|
998399bcd8
|
Change to star projection no longer applied for functional types #KT-13715 Fixed
Also EA-87648 Fixed
|
2016-09-09 15:00:02 +03:00 |
|
Mikhail Glukhikh
|
23132ad519
|
Convert lambda to reference intention: apply shorten references to callable reference only, not to the whole argument list
|
2016-09-09 14:59:57 +03:00 |
|
Mikhail Glukhikh
|
06b7881776
|
Refactoring: add braces to when entry intention is integrated into general add braces intention
|
2016-09-09 14:59:52 +03:00 |
|
Mikhail Glukhikh
|
cbc7f72f15
|
Minor: remove braces is now applicable for the whole loop or when entry
|
2016-09-09 14:59:47 +03:00 |
|
Mikhail Glukhikh
|
cf2839eb9a
|
Refactoring: remove braces from when entry intention is integrated into general remove braces intention
|
2016-09-09 14:59:42 +03:00 |
|
Mikhail Glukhikh
|
8b6cec6ba2
|
Test fix: typeFromJavaFlexibleRecursive
|
2016-09-08 18:54:57 +03:00 |
|
shiraji
|
9d768e2375
|
Add quickfix for FINAL_UPPER_BOUND: inline type parameter #KT-13773 Fixed
|
2016-09-08 17:48:01 +03:00 |
|
Nikolay Krasko
|
28d187ca1a
|
More tests for ChangeVisibilityModifierIntention
(cherry picked from commit e7cdba7)
|
2016-09-08 17:32:40 +03:00 |
|
Valentin Kipyatkov
|
36c2b01047
|
KT-13675 Ctrl-W: cannot select type argument in return type
#KT-13675 Fixed
|
2016-09-07 20:02:50 +03:00 |
|
Valentin Kipyatkov
|
8d16af41a9
|
Fixed test data
|
2016-09-07 19:04:48 +03:00 |
|
Valentin Kipyatkov
|
6d028fbcce
|
Supported object value access expressions
|
2016-09-07 19:04:48 +03:00 |
|
Valentin Kipyatkov
|
82089da0cf
|
Better test
|
2016-09-07 19:04:47 +03:00 |
|
Valentin Kipyatkov
|
5b638f51b0
|
Down-shift to plain search if reference in unknown language encountered
|
2016-09-07 19:04:46 +03:00 |
|
Valentin Kipyatkov
|
a6a7075568
|
Fixed the case of public from private class inheritance in Java
|
2016-09-07 19:04:46 +03:00 |
|
Valentin Kipyatkov
|
904017eaff
|
Covered case when variable of our type is multi-declaration entry
|
2016-09-07 19:04:46 +03:00 |
|
Valentin Kipyatkov
|
2322ecb032
|
Fixed test
|
2016-09-07 19:04:45 +03:00 |
|
Valentin Kipyatkov
|
d7a94ac470
|
Fixed find usages for Java's invoke()
|
2016-09-07 19:04:44 +03:00 |
|