Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-08 | Support definitely non-nullable types (#2520) | Vadim Mishenev | |
* Support definitely non-nullable types [Definitely non-nullable types](https://github.com/Kotlin/KEEP/blob/c72601cf35c1e95a541bb4b230edb474a6d1d1a8/proposals/definitely-non-nullable-types.md) are enabled since Kotlin 1.7 | |||
2022-05-31 | Fix gathering inherited properties (#2481) | Ignat Beresnev | |
* Fix gathering inherited properties in PSI * Refacotr KaJ transformer. Change wrapping TagWrapper for getters and setters. * Add logic to merge inherited properties in kotlin from java sources. * Remove getters and setters from JvmField properties for DObject, DEnum, DInterface in KaJ. * Unify InheritedMember DRI logic. * Fix gathering docs obtained from inheriting java sources in descriptors * Apply requested changes. * Resolve rebase conflicts * Use 221 for qodana analysis * Move accessors generation into DefaultDescriptorToDocumentableTranslator * Fix special "is" case for accessors and refactor logic in general * Remove ambiguous import after rebasing * Remove unused imports and format code * Apply review comment suggestions * Preserve previously lost accessor lookalikes * Extract a variable and correct a typo Co-authored-by: Andrzej Ratajczak <andrzej.ratajczak98@gmail.com> | |||
2022-05-27 | Make the `kotlin-as-java` plugin include information about access modifiers ↵ | Andriy Trypilka | |
for functions (#2510) * Include access modifiers for Java functions * Test that access modifiers are present * Modify existing tests due to including access modifier in output | |||
2022-04-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev | |
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting | |||
2022-02-21 | Code cleanups (#2165) | Goooler | |
2022-02-17 | Custom doctag extension (#2343) | Ignat Beresnev | |
* Add an extension point for rendering custom doc tags * Iterate over documentable sourcesets when building custom tags * Extract a nested custom tags brief block into a separate method * Filter out tag content providers and make since kotlin brief a one-liner * Add padding to "Since Kotlin" block in brief description | |||
2022-02-14 | Expose Kotlin-as-Java methods (#2351) | Andrzej Ratajczak | |
Allow using these methods not only as part of transformers | |||
2022-01-27 | KT-50292 - Implement vertical alignment of parameters (#2309) | Ignat Beresnev | |
* Implement vertical alignment (wrapping) of parameters for kt * Add tests for params wrapping and extend matchers to check for classes * Add distinguishable parameters block to kotlinAsJava, extract common logic * Create a separate Kind for symbol function parameters | |||
2021-12-23 | Remove filtering out primary constructors from constructors tab (#2277) | Andrzej Ratajczak | |
2021-08-27 | Cleanup and version bump to 1.5.30 | Marcin Aman | |
2021-08-27 | Restore language level to 1.4 | Marcin Aman | |
2021-08-26 | Bump compiler to 1.5.30, language level to 1.5 | Marcin Aman | |
2021-08-25 | Manual highlighting webhelp (#2079) | vmishenev | |
* Add manual code highlighting * Fix test * Add kotlinAsJava highlighting * Add runtime highlighting via Prism * Add copy-button for code block * Add tests and refactor * Replace `<br>` for prism.js * Parse trivial default values Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2021-07-22 | Bump kotlin 1.5.21 (#2031) | Marcin Aman | |
* bump kotlin to 1.5.21 * Bump binary compatibility plugin * update stdlib submodule * Bump IJ to 202.8194.7 | |||
2021-04-06 | Fix some compiler warnings (#1812) | Kamil Doległo | |
2021-02-05 | Annotations for parameters (#1710) | Marcin Aman | |
* Annotations for parameters * Annotations for parameters | |||
2021-02-04 | add detection of JvmSynthetic (#1718) | Valentin Rocher | |
2021-02-04 | JvmOverloads (#1712) | Valentin Rocher | |
* add JvmOverloads support and static modifier for top-level functions * apply requested changed * revert auto-imports | |||
2021-01-22 | Fix incorrect DRI conversion in KotlinAsJava modes for nested definitions | Kamil Doległo | |
2021-01-20 | Bring back displaying jvm name when KaJ is not present (#1702) | Marcin Aman | |
2021-01-04 | JvmField annotation (#1678) | Marcin Aman | |
2020-12-29 | Parsing of JvmName (#1675) | Marcin Aman | |
* Parsing of JvmName * Make JvmName processor run after KaJ | |||
2020-12-03 | exclude top-level const val from getter generation and show them as public ↵ | Valentin Rocher | |
and static (#1636) | |||
2020-11-12 | Adding function division switch | Błażej Kardyś | |
2020-11-09 | Cleaning querying from plugins where possible | Błażej Kardyś | |
2020-10-06 | Addding separate pages for properties | Błażej Kardyś | |
2020-09-28 | Add better handling of functional types in rendered output | Andrzej Ratajczak | |
2020-09-10 | Fix test | Andrzej Ratajczak | |
2020-09-10 | Add tests | Andrzej Ratajczak | |
2020-09-10 | Add TypeAliased bound | Andrzej Ratajczak | |
2020-09-08 | Apply requested changes | Andrzej Ratajczak | |
2020-08-27 | Apply requested changes | Andrzej Ratajczak | |
2020-08-27 | Add handling for generic type parameters variance | Andrzej Ratajczak | |
2020-08-20 | Fix LinkProvider to link properly all nested generic parameters | Andrzej Ratajczak | |
2020-08-20 | Hide unused generic type variables in constructor | Andrzej Ratajczak | |
2020-08-17 | Fix generic supertypes to hold TypeParameters | Andrzej Ratajczak | |
2020-07-14 | Remove unnecessary grouping in Java Signature Provider that caused signature ↵ | Marcin Aman | |
to be in 2 lines | |||
2020-07-14 | Kotlin as Java should translate class kinds | Marcin Aman | |
2020-07-13 | Java sources in Kotlin-As-Java plugin should have original property visibilites | Marcin Aman | |
2020-07-13 | Draft for showing only first level of inheritance | Marcin Aman | |
2020-07-07 | Add overrides to provided plugins | Paweł Marks | |
2020-06-26 | Adding external url handling | Błażej Kardyś | |
2020-06-25 | Fixed requested changes | Andrzej Ratajczak | |
2020-06-25 | Remove platoformText function | Andrzej Ratajczak | |
2020-06-25 | Make signatures groups be unique per sourceSet data | Andrzej Ratajczak | |
2020-06-23 | Javadoc classlikes and function pages | Marcin Aman | |
All implemented interfaces, first attempt at inherited methods | |||
2020-06-18 | KotlinSignatureProvider: Render 'fun interface' into signature | sebastian.sellmair | |
2020-06-17 | Add UnresolvedBound instead of throwing an exception | Kamil Doległo | |
2020-06-12 | Refactor of Annotations and ExtraModifiers to be platform depedent | Andrzej Ratajczak | |
2020-05-26 | Apply request changes | Andrzej Ratajczak | |