Marcin Aman

Results 8 issues of Marcin Aman

Hi, is it possible to change the theme of sample dynamically (in JS). I have a theme toggler on my page therefore i'd like to also adjust the sample theme...

Hi, in some cases i'd like to hide a sample using `display: none`. My issue is that when i show it, it doesn't look the way it should. Example: ![image](https://user-images.githubusercontent.com/15652452/87881634-d9204880-c9fa-11ea-93d3-41adfcd462aa.png)...

Right now dokka requires an http server. This is not a problem since most of users use Intellij built in one but in some cases they would like to send...

enhancement

Given code: ``` package example @Retention(AnnotationRetention.SOURCE) @Deprecated(message = "Sample deprecation message that is very long and i want to make it even longer because why not") @Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS,...

bug
GFM

**Is your feature request related to a problem? Please describe.** Right now it is impossible to depend on a plugin that is available behind authorised plugin repository **Describe the solution...

enhancement
new-dependencies-management

**Describe the bug** Out of the box `runIde` task fails because it relies on `patchPluginXml` which doesn't work **To Reproduce** 1) Create template from: https://github.com/JetBrains/intellij-platform-plugin-template 2) invoke `runIde` Repository: https://github.com/MarcinAman/changelog-bug...

bug

Hi, i noticed that [dokka](https://www.kotlinresources.com/library/dokka/) is documented with version 0.10.1, which is fairly old. I am not entirely sure why, since on [github](https://github.com/Kotlin/dokka) and [maven](https://dl.bintray.com/kotlin/dokka/org/jetbrains/dokka/dokka-gradle-plugin/maven-metadata.xml) the versions are correct (the...