Ilya Gorbunov
6bf85beba7
AddThrowsAnnotationIntention: add common kotlin.Throws
...
Partially fixes KT-38391
2020-04-29 09:17:55 +03:00
Dmitry Gridin
2f015b4c7a
Fix testKotlin_moveTopLevelDeclarations_movePrivatePropertyWithDefaultAccessors_MovePrivatePropertyWithDefaultAccessors test
2020-04-29 13:05:36 +07:00
Ilya Kirillov
72030ee94e
Wizard: do not run whole JPS project importing in write action
2020-04-28 21:34:45 +03:00
Ilya Kirillov
b404e6324f
Wizard: always allow user to choose project JDK
2020-04-28 21:34:43 +03:00
Ilya Kirillov
ccb8a93ee3
Wizard: minor, move message to bundle
2020-04-28 21:34:42 +03:00
Ilya Kirillov
5f79ffbe50
Wizard: reduce buildsystem buttons sizes
2020-04-28 21:34:37 +03:00
Ilya Kirillov
d9889e449f
Wizard: do not create project with snapshot version
2020-04-28 21:34:31 +03:00
Ilya Kirillov
730cce93ed
Wizard: add arrows for module selection popup
2020-04-28 21:34:27 +03:00
Ilya Kirillov
7286fcbf39
Wizard: use new api from gradle to import project on >= 193
2020-04-28 21:34:26 +03:00
Dmitry Gridin
a11e6b2eed
KotlinChangePackageRefactoring: fix formatting for long qualifier names
...
#KT-38627 Fixed
2020-04-28 12:37:18 +00:00
Dmitry Gridin
db5751616a
MoveKotlinDeclarationsProcessor: fix formatting for long qualifier names
...
#KT-35338 Fixed
2020-04-28 12:37:17 +00:00
Dmitry Gridin
2b8bb30744
Change signature: fix formatting for long qualifier names
...
#KT-12878 Fixed
2020-04-28 11:58:16 +00:00
Andrey Uskov
89777f8bf3
Move GradleQuickFixTest checks in EDT Thread
2020-04-28 11:53:30 +03:00
Andrey Uskov
aa6801569a
Fix compilation of ExternalSystem tests in legacy branches
2020-04-28 11:53:28 +03:00
Dmitry Savvinov
3b7fbeb71b
Fallback to M2-implementation of dependsOn in AS + M3
...
^KT-33809
2020-04-28 10:42:56 +03:00
Dmitriy Dolovov
151890dde5
Add test for overloading expect MemberDescriptors discrimination
...
Issue #KT-38298
2020-04-28 13:16:23 +07:00
Dmitriy Dolovov
90e888a1b6
Discriminate overloading expect MemberDescriptors
...
Issue #KT-38298
2020-04-28 13:16:18 +07:00
Sergey Igushkin
2c63a15af2
Add a test for KT-38338
...
^KT-38338
2020-04-28 02:39:32 +03:00
Vladimir Dolzhenko
ce7ea00178
Added missed language for fileType
...
#KT-38571 Fixed
2020-04-27 22:45:07 +02:00
Yuku Kotani
de28a41caa
KT-32163: Open Quick Documentation when cursor inside function / constructor brackets ( #2502 )
...
* Show function docs when cursor is in args of the function call
* Show constructor docs when cursor is in args of the constructor call
* Show function docs when cursor is in args of the kt function call
* Add some tests
* Use JavaDocumentationProvider to fetch java method document
* Support caret in params
#KT-32163 fixed
2020-04-27 18:15:24 +03:00
Natalia Selezneva
8e93ac0df7
Merge pull request #3331 from gharrma/fix-script-change-listener
...
Move vFile.isValid() check inside read action
2020-04-27 17:59:13 +03:00
Vladimir Dolzhenko
f4b6e1bff6
Reworked deprecated fileTypeFactory EP usage
...
Relates to #KT-38571
2020-04-27 14:08:17 +00:00
Vladimir Dolzhenko
639cc69920
Reworked deprecated defaultLiveTemplatesProvider EP usage
...
Relates to #KT-38571
2020-04-27 14:08:16 +00:00
Andrey Uskov
b51649dcc6
Fix tests compilation in 201
2020-04-27 10:00:32 +03:00
Andrey Uskov
27384d29d4
Move inspection checks in EDT thread
2020-04-27 00:21:17 +03:00
Andrey Uskov
d2a10cbb2d
Merge changes in ExternalSystemTestCase into KotlinGradleTests
2020-04-27 00:21:12 +03:00
Denis Zharkov
534ff58d9c
Minor. Introduce constant JVM_THROWS_ANNOTATION_FQ_NAME
...
KT-35468
2020-04-26 23:08:18 +03:00
Vladimir Dolzhenko
1565fc0211
Call expression changes in property initializer are OCB
...
#KT-38443 Fixed
2020-04-25 20:57:14 +00:00
Vladimir Dolzhenko
1cc58518c0
Compatify KotlinCodeBlockModificationListener p.2
...
Relates to #KT-38443
2020-04-25 20:57:14 +00:00
Vladimir Dolzhenko
5a36da90b6
Compatify KotlinCodeBlockModificationListener p.1
...
Relates to #KT-38443
2020-04-25 20:57:13 +00:00
Vladimir Ilmov
38622d8d92
(CoroutineDebugger) SkipCoroutineStackFrameProxy logic added
2020-04-24 21:02:18 +02:00
Anton Yalyshev
f356ff36b4
Update group id for refactoring fus collector in 201 bunch
2020-04-24 17:38:27 +03:00
Dmitry Gridin
c91089be59
AddJvmNameAnnotationFix: fix case with top-level functions
...
#KT-17209 Fixed
2020-04-24 18:53:11 +07:00
Toshiaki Kameyama
f494b4ce11
Add 'Add JvmName annotation' quick fix for CONFLICTING_JVM_DECLARATIONS
...
#KT-17209
2020-04-24 18:53:10 +07:00
Dmitry Gridin
9bc51be287
i18n, MoveKotlinTopLevelDeclarationsDialog: replace RefactoringBundle with KotlinBundle
2020-04-24 17:10:22 +07:00
Vladimir Dolzhenko
8979b98fc0
Dropping components cleanup
...
#KT-38407 Fixed
2020-04-24 09:39:49 +00:00
Vladimir Dolzhenko
d2a26e9049
Fix memory leakage via Library in KotlinMavenImporter
...
Relates to #KT-38407
2020-04-24 09:39:48 +00:00
Vladimir Dolzhenko
4908d7a78c
Convert KotlinImporterComponent into a module service
...
Relates to #KT-38407
2020-04-24 09:39:47 +00:00
Vladimir Dolzhenko
c2c8d81b49
Convert MavenImportListener into an application service
...
Relates to #KT-38407
2020-04-24 09:39:47 +00:00
Vladimir Dolzhenko
6e5b288500
Compatify maven.xml p.1
...
Relates to #KT-38407
2020-04-24 09:39:46 +00:00
Vladimir Dolzhenko
951215e606
Convert ScratchFileModuleInfoProvider into a startup activity
...
Relates to #KT-38407
2020-04-24 09:39:45 +00:00
Vladimir Dolzhenko
346cc40f44
Convert KotlinCompilerManager into a startup activity
...
Relates to #KT-38407
2020-04-24 09:39:45 +00:00
Vladimir Dolzhenko
4f99ac406a
Kotlinify KotlinCompilerManager p.2
...
Relates to #KT-38407
2020-04-24 09:39:44 +00:00
Vladimir Dolzhenko
bbd4116b67
Kotlinify KotlinCompilerManager p.1
...
Relates to #KT-38407
2020-04-24 09:39:43 +00:00
Vladimir Dolzhenko
d3585f1d24
Convert JvmPluginStartupComponent into a startup activity
...
Relates to #KT-38407
2020-04-24 09:39:43 +00:00
Vladimir Dolzhenko
fa2fb667e6
Kotlinify JvmPluginStartupComponent p.2
...
Relates to #KT-38407
2020-04-24 09:39:42 +00:00
Vladimir Dolzhenko
fe3cf88e45
Kotlinify JvmPluginStartupComponent p.1
...
Relates to #KT-38407
2020-04-24 09:39:42 +00:00
Vladimir Dolzhenko
d6b4836ae0
Convert KlibLoadingMetadataCache into an application service
...
Relates to #KT-38407
2020-04-24 09:39:41 +00:00
Vladimir Dolzhenko
4535584f16
Convert KotlinUpdatePluginComponent into a startup activity
...
Relates to #KT-38407
2020-04-24 09:39:40 +00:00
Dmitry Gridin
60dc2f9674
i18n, MoveKotlinNestedClassesToUpperLevelDialog: add missing bundles for 201
...
#KT-38527 Fixed
2020-04-24 16:14:51 +07:00