Kotlin/1.5.31/idea/2020.2#142
Open
JulianHahn96 wants to merge 32 commits intoKotlin:release-1.5.31from
Open
Conversation
…classes are deleted before recompiling them. Otherwise deleted classes wont be deleted in output folder.
…operties declarations.
… take to analyze the script. Dont throw exceptions if project classpath contains missing entries. Analyze anyways and show possible errors from unknown references. Improve handling of changed resources like projects and files, especially if new projects gets added or old ones removed.
…wont be visible at the end of compilation, as other projects may depend on that one and have errors as well and override the console output.
Fix code completion did not find top level functions and properties that were not already imported in the file. MAke coroutines available for use in plugin code. update gradle version
…perator functions for references. Also enable to navigate from the by keyword to the getValue and / or setValue methods of the delegate.
…ion for provideDelegate methods.
…wn 4 times and requires 4 times the time to calculate. add assist for automatically insert lambda parameters on function insertion.
…anyways. So open in the following order: provideDelegate, getValue, setValue
Some refactorings
…operties and methods.
…s and interfaces.
…, not the translated java type if possible.
…ype (member, member_extension, top_level, others).
…theire type (member, member_extension, top_level, others)." This reverts commit 31630b5.
added 3 commits
June 16, 2022 11:01
…kotlin/1.5.31/idea/2020.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A few further improvements to the eclipse kotlin plugin. See commits for details.
Main changes:
context information:
completion: