Vladimir Dolzhenko
|
ce9297c5d6
|
Be able to find annotated property accessor
#KT-37494 Fixed
|
2020-03-16 11:07:09 +00:00 |
|
Nicolay Mitropolsky
|
6101b5e6ba
|
KotlinAnnotatedElementsSearcher made support Kotlin objects (KT-31332)
|
2019-05-07 09:26:00 +03:00 |
|
Nicolay Mitropolsky
|
76bdfddfea
|
Making KotlinAnnotatedElementsSearcher able to search for parameters (KT-27794)
|
2019-02-18 14:08:09 +03:00 |
|
Dmitry Jemerov
|
52ccfcecfc
|
Fix highlighting of TODO calls in lambdas
#KT-19915 Fixed
|
2017-12-20 12:02:04 +01:00 |
|
Dmitry Jemerov
|
4f08d2b16a
|
Remove incorrect argument count check from TODO searcher
|
2017-05-23 18:36:17 +02:00 |
|
Dmitry Jemerov
|
ded5bfb841
|
Show calls of TODO() function in TODO view
#KT-8617 Fixed
|
2017-05-19 18:23:45 +02:00 |
|
Pavel V. Talanov
|
57baaf2a50
|
Test no exact delegates were constructed during annotated element search
Add test case for aliased import
|
2017-05-02 15:40:21 +03:00 |
|
Pavel V. Talanov
|
7ef18fe5ba
|
Tests: add some test cases for inheritor search
Refactor inheritor search tests to be generated
|
2017-05-02 15:40:19 +03:00 |
|
Dmitry Jemerov
|
296fe698b8
|
KotlinAnnotatedElementsSearcher optimization
When possible, try to resolve references in types using only the PSI
without building the full resolve session.
|
2017-04-04 11:14:09 +02:00 |
|
Dmitry Jemerov
|
127db98bbc
|
Fix Kotlin definitions search for classes which can only be used in a local search scope (KT-13753)
|
2016-10-28 16:47:35 +02:00 |
|
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 |
|
Valentin Kipyatkov
|
2322ecb032
|
Fixed test
|
2016-09-07 19:04:45 +03:00 |
|
Valentin Kipyatkov
|
e3b37f9219
|
Implemented fast search for invoke operator calls
#KT-13643 Fixed
|
2016-09-07 19:04:40 +03:00 |
|
Valentin Kipyatkov
|
1674beb64b
|
Initial implementation of faster component function usage search
|
2016-08-31 19:12:19 +03:00 |
|
Alexey Sedunov
|
a89dbfcfd4
|
[RESTORED] Spring Support: Show Spring line markers for Kotlin classes
#KT-3741 Fixed
|
2016-04-08 21:11:19 +03:00 |
|
Alexey Sedunov
|
4896d90c79
|
[REVERTED] 28b8cfc Alexey Sedunov on 3/22/2016 at 21:26 (committed on 3/24/2016 at 18:42)
Spring Support: Show Spring line markers for Kotlin classes
|
2016-03-29 19:17:04 +03:00 |
|
Alexey Sedunov
|
28b8cfc3d5
|
Spring Support: Show Spring line markers for Kotlin classes
#KT-3741 Fixed
|
2016-03-24 17:42:11 +03:00 |
|
Pavel V. Talanov
|
ce4a950697
|
AbstractSearcherTest: check member kind in test data not the psi implementation class
It is not what should be tested in this test
|
2015-11-02 18:39:01 +03:00 |
|
Valentin Kipyatkov
|
090ea37a32
|
Fixed test data to use only annotation syntax with @
|
2015-10-15 19:20:08 +03:00 |
|
Denis Zharkov
|
31244edec9
|
Deprecate deprecated in favor of Deprecated
|
2015-09-04 18:19:31 +03:00 |
|
Dmitry Jemerov
|
c29ebfbb04
|
KotlinAnnotatedElementsSearcher: handle local scope; correctly handle import aliases
|
2015-08-07 11:41:49 +02:00 |
|
Dmitry Jemerov
|
b2553ccc38
|
KotlinAnnotatedElementsSearcher: rename to .kt
|
2015-08-07 11:41:42 +02:00 |
|
Nikolay Krasko
|
cbd4b6e204
|
Additional resolve for annotation on top level classes
|
2015-07-22 12:59:48 +03:00 |
|
Denis Zharkov
|
c9f79c2d05
|
Adjust testData: get rid of obsolete annotations
|
2015-06-12 09:23:31 +03:00 |
|
Dmitry Jemerov
|
34577a7e12
|
add test for ReferencesSearch; use standard isReferenceTo() API (which is the same thing for Kotlin but more efficient for non-Kotlin references)
|
2015-06-09 20:45:11 +02:00 |
|
Nikolay Krasko
|
4e04d9b887
|
Add more toString() methods and additional wrapping for Kotlin elements
|
2015-04-01 02:01:55 +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
|
59f192ef90
|
Replace 'class object' with 'default object' in renderers and test data
Includes changes to decompiled text
Old syntax is used in builtins and project code for now
|
2015-03-06 19:36:54 +03:00 |
|
Andrey Breslav
|
7f051e38e5
|
toString() for KotlinLightClassForExplicitDeclaration
|
2013-01-15 15:32:02 +04:00 |
|
Natalia.Ukhorskaya
|
00ef0fc0a6
|
JUnit4: test function annotated with 'test' annotation
#KT-3178 Fixed
|
2012-12-27 15:43:57 +04:00 |
|
Natalia.Ukhorskaya
|
7de6c30506
|
Add tests for ClassInheritorsSearch and AnnotatedMembersSearch
Add test for junit
|
2012-10-05 12:07:31 +04:00 |
|