aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/enums
AgeCommit message (Collapse)Author
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com>
2023-10-10[K2] Display enum entry members (#3180)Vadim Mishenev
2023-10-05Register Kotlin stdlib classpath in every unit test (#3183)Vadim Mishenev
Due to the recent changes in how Analysis API handles builtins, the update to the fresh version of Analysis API requires registering Kotlin stdlib in every testsuite.
2023-08-31Update copyright (#3149)Ignat Beresnev
* Add the default copyright profile and enable IDEA project settings * Add the license notice file
2023-08-30Migrate to JUnit 5 and unify used test API (#3138)Ignat Beresnev
2023-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
* Extract analysis into separate modules
2023-02-24Reorganize tabs for Classlike (#2764)Vadim Mishenev
2022-10-26Fix source link to the line with name (#2724)Vadim Mishenev
2022-09-26Add documentation for synthetic Enum `values()` and `valueOf()` functions ↵Ignat Beresnev
(#2650)
2022-07-29Move source links into signature (#2476)Vadim Mishenev
2022-07-29Add member icons to navigation menu (#2578)Ignat Beresnev
2022-06-30Mark synthetic methods generated for Java enums as obvious (#2554)Ignat Beresnev
Fixes #2548
2022-06-30Do not generate source links for synthetic elements (#2547)Ignat Beresnev
Fixes #2544
2022-06-30Add enum synthetic functions to documentable model (#2553)Ignat Beresnev
2022-05-16Don't expose enum constructor arguments to documentations (#2497)ebraminio
* Don't expose enum constructor arguments to documentation Enum constructor arguments is mostly internal detail of enums that isn't supposed to be exposed to clients of some library so let's don't put it in the generated documentations result.
2022-04-27Fix empty parentheses for no-arg enum entry (#2470)Ignat Beresnev
* Fix empty parentheses for no-arg enum entry Fixes #2355 * Move parentheses punctuation inside `list` call * Revert formatting * Correct expected ordering of enum entries in tests
2022-04-26Fix reversed ordering of enum entries (#2469)Ignat Beresnev
* Fix reversed ordering of enum entries Fixes #2466 * Add navigation sideMenu unit tests * Make enum entries in tests non alphabetical
2022-01-27Fix resolving DRIs of Enum Entries (#2305)Andrzej Ratajczak
* Fix resolving DRIs of Enum Entries * Unify DRIs for Kotlin and Java enums. Add EnumEntry linking tests * Updates EnumEntry extras in documentable translators * Fix tests * Apply requested changes * Apply requested changes
2021-08-25Manual 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-04-14Fix visibility on enum entry property (#1828)Marcin Aman
2020-11-27Fixing tests after moving SingleGeneration to baseBłażej Kardyś
2020-10-08Improve stylesMarcin Aman
2020-10-06Addding separate pages for propertiesBłażej Kardyś
2020-08-11Fixing javadoc comment parser for psi filesBłażej Kardyś
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-07-01Implement `AbstractJavadocTemplateMapTest` APIsebastian.sellmair
2020-06-25Fix tests after rebaseAndrzej Ratajczak
2020-06-25Fix testsAndrzej Ratajczak
2020-06-25Tests for SinceKotlin and DeprecatedAndrzej Ratajczak
2020-06-25Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ↵Andrzej Ratajczak
`Deprecated`. #944
2020-06-23First version of javadoc output generationAndrzej Ratajczak
2020-06-09Improve CSS, pages navigation tree and create anchors on pageMarcin Aman
2020-06-09Make enum entry constructor sourceset dependentMarcin Aman
2020-06-03Enum constructor valuesMarcin Aman
2020-04-22Fix testAndrzej Ratajczak
2020-03-30Restricting pages generation for inherited functionsBłażej Kardyś
2020-03-18Fix minor bugs and add core testsSzymon Świstun
2020-03-17Add expect with generationSzymon Świstun
2020-03-16Rename Documentables to avoid name conflictsKamil Doległo
2020-03-06fixed enum entries generationSzymon Świstun
2020-02-28Test api moved to sensible packagePaweł Marks
2020-02-18Moves all core tests to base pluginPaweł Marks