Valentin Kipyatkov
|
9ebf94b4cf
|
KT-11609 No named arguments completion should be after dot
#KT-11609 Fixed
|
2016-04-05 19:32:59 +03:00 |
|
Valentin Kipyatkov
|
88bdf88bbb
|
"Delegates" members in smart completion after "by"
#KT-6231 Fixed
|
2016-04-05 19:32:58 +03:00 |
|
Natalia Ukhorskaya
|
b79aa13242
|
Complete private members from libraries in Evaluate Expression dialog
|
2016-03-18 15:19:03 +03:00 |
|
Ilya Gorbunov
|
e5dbb65ff7
|
JS: Remove declarations of unsupported SortedSet and TreeSet, make toSortedSet() jvm-only.
Fix completion test.
Relates to #KT-7480
|
2016-03-01 14:01:38 +03:00 |
|
Stanislav Erokhin
|
f130de2468
|
Remove scope from Qualifier
|
2016-02-24 19:33:10 +03:00 |
|
Valentin Kipyatkov
|
0809be59df
|
KT-10619 Wrong completion after package name in annotation
#KT-10619 Fixed
|
2016-02-13 10:20:19 +03:00 |
|
Valentin Kipyatkov
|
17ac168b33
|
KT-10621 Non-top level packages shown after "@" in completion
#KT-10621 Fixed
|
2016-02-13 10:20:18 +03:00 |
|
Ilya Gorbunov
|
b4ebaad8f5
|
Drop previously deprecated API.
|
2016-02-09 02:58:07 +03:00 |
|
Valentin Kipyatkov
|
8b6338ce62
|
Fixed EA-76497
|
2016-02-05 16:29:56 +03:00 |
|
Ilya Gorbunov
|
f4822cd757
|
Fix testData in compiler: add collections and ranges package to fq-names.
|
2016-01-22 05:54:38 +03:00 |
|
Valentin Kipyatkov
|
28331bca9f
|
KT-9418 Suggest name for new declaration basing on unresolved names in code
#KT-9418 Fixed
|
2016-01-20 13:55:56 +03:00 |
|
Valentin Kipyatkov
|
a1d760fc36
|
KT-10631 Consider creating a synthetic property even when the setter returns 'this'
#KT-10631 Fixed
|
2016-01-19 15:57:20 +03:00 |
|
Valentin Kipyatkov
|
7c6a33a36c
|
KT-10664 No code completion after variable initialized with elvis
#KT-10664 Fixed
|
2016-01-14 19:23:01 +03:00 |
|
Valentin Kipyatkov
|
2f1108421e
|
Added container information when needed
|
2016-01-14 19:23:01 +03:00 |
|
Alexander Udalov
|
7449ad2763
|
Rename Extension annotation to ExtensionFunctionType
The old one is kept temporarily and will be removed later
|
2015-12-21 20:33:32 +03:00 |
|
Ilya Gorbunov
|
59a9e2549c
|
Fix tests: codegen, completion, decompiler consistency, quickdoc, intentions, navigation, reference resolver, quick fixes
|
2015-12-14 04:29:25 +03:00 |
|
Ilya Gorbunov
|
ea60ab74a7
|
Replace deprecated toMap usages with toMapBy
|
2015-12-01 01:18:44 +03:00 |
|
Alexander Udalov
|
877129340f
|
Revert "Rename Extension annotation to ExtensionFunctionType"
This reverts commit 460dad135c.
The old compiler will not see the new runtime correctly. Postponing this until
1.0
|
2015-11-30 19:24:58 +03:00 |
|
Alexander Udalov
|
460dad135c
|
Rename Extension annotation to ExtensionFunctionType
|
2015-11-30 02:51:04 +03:00 |
|
Yan Zhulanow
|
a3ff3ffc45
|
Fix tests: "Placing function type parameters after the function name" error
|
2015-11-27 15:51:11 +03:00 |
|
Ilya Gorbunov
|
1be4f795ed
|
Fix testData after deprecated toLinkedList and joinToString were dropped.
|
2015-11-25 18:35:04 +03:00 |
|
Valentin Kipyatkov
|
927df1c4cd
|
KT-5072 Values of extension function type are not seen in completion
#KT-5072 Fixed
|
2015-11-16 18:24:37 +03:00 |
|
Valentin Kipyatkov
|
5b668cb6a6
|
KT-9970 Regression: completion doesn't see private extension functions with parametrized receiver
#KT-9970 Fixed
|
2015-11-16 18:24:37 +03:00 |
|
Valentin Kipyatkov
|
6a26e2fd82
|
Sorting overloads in completion
|
2015-11-16 18:24:37 +03:00 |
|
Valentin Kipyatkov
|
8946e5f353
|
Code completion for string templates after simple name + dot
|
2015-11-10 17:20:01 +03:00 |
|
Valentin Kipyatkov
|
4943a9fb35
|
Minor changes on code review
|
2015-11-09 15:45:38 +03:00 |
|
Valentin Kipyatkov
|
80a1d94515
|
Non-imported top-level functions completion does not require second press
|
2015-11-09 15:37:48 +03:00 |
|
Valentin Kipyatkov
|
4da6a3cd50
|
No members from anonymous objects etc
|
2015-11-09 15:37:46 +03:00 |
|
Valentin Kipyatkov
|
3bd508ca84
|
Static members completion includes SAM-adapters
|
2015-11-09 15:37:44 +03:00 |
|
Valentin Kipyatkov
|
06812aed11
|
Better completion for static members: special behavior in case of imports from same class exist
|
2015-11-09 15:37:44 +03:00 |
|
Valentin Kipyatkov
|
ca437e51c4
|
Initial implementation of KT-8209 Support static member completion without writing the class name
|
2015-11-09 15:37:44 +03:00 |
|
Valentin Kipyatkov
|
52dc23012f
|
Changed parsing of object and enum entries to drop "KtObjectDeclarationName"
|
2015-11-05 23:21:22 +03:00 |
|
Valentin Kipyatkov
|
58fc0b6ec8
|
Fixed special item after "super." not working for fake override super
|
2015-11-05 17:47:55 +03:00 |
|
Valentin Kipyatkov
|
e33e1ef8d7
|
KT-8968 Special completion after "super."
#KT-8968 Fixed
|
2015-11-05 17:47:55 +03:00 |
|
Valentin Kipyatkov
|
731f19ee36
|
Changed behavior
|
2015-11-05 17:47:54 +03:00 |
|
Valentin Kipyatkov
|
b73c574d19
|
Correct completion after "super."
#KT-8406 Fixed
|
2015-11-05 17:47:54 +03:00 |
|
Sergey Mashkov
|
703367c5c7
|
Update tests due to removed DOM utilities
|
2015-11-05 14:41:30 +01:00 |
|
Valentin Kipyatkov
|
c11bf32594
|
More correct shadowed declarations filtering in completion
|
2015-11-03 11:46:19 +03:00 |
|
Valentin Kipyatkov
|
67cf9f9510
|
More correct & quick check of descriptor being from library
|
2015-11-03 11:46:19 +03:00 |
|
Valentin Kipyatkov
|
b05d490eeb
|
Performance optimization in completion: search context variables of functional types later
|
2015-11-03 11:46:18 +03:00 |
|
Valentin Kipyatkov
|
ebe3efe710
|
Minor
|
2015-10-30 17:43:26 +03:00 |
|
Valentin Kipyatkov
|
7e2b37bb0f
|
KT-9813 Parameter name&type completion gets in the way of typing
#KT-9813 Fixed
|
2015-10-30 17:43:26 +03:00 |
|
Valentin Kipyatkov
|
87f68f3332
|
KT-9688 Completion of methods to override: prefer those that need to be implemented
#KT-9688 Fixed
|
2015-10-30 17:25:36 +03:00 |
|
Valentin Kipyatkov
|
8b38d8d7b9
|
No top-level packages after "::"
|
2015-10-30 12:03:53 +03:00 |
|
Valentin Kipyatkov
|
46b9879c47
|
Added test
|
2015-10-30 12:03:53 +03:00 |
|
Valentin Kipyatkov
|
2e80a7194c
|
Minor performance optimization
|
2015-10-30 12:03:52 +03:00 |
|
Valentin Kipyatkov
|
4ab2019da4
|
Competion in debugger for runtime receiver type should not show members grayed
|
2015-10-30 12:03:52 +03:00 |
|
Valentin Kipyatkov
|
582443ea7b
|
More efficient filtering of runtime receiver type variants in debugger
|
2015-10-30 12:03:51 +03:00 |
|
Valentin Kipyatkov
|
0ee2b512ff
|
Completion of non-imported extensions in debugger for runtime receiver type
|
2015-10-30 12:03:51 +03:00 |
|
Valentin Kipyatkov
|
9feed9c3ef
|
Fixed filtering of shadowed declarations after changes in extensions treatment
|
2015-10-30 12:03:50 +03:00 |
|