Viktor Alenkov

Results 29 issues of Viktor Alenkov

![Screenshot](http://habrastorage.org/files/f8f/5c3/4c4/f8f5c34c49a848b7b6b2fde91b948eda.png) text: ``` 1. item1 1. item1.1 1. item1.2 1. item2 1. item2.1 1. item2.2 ``` example markdown: 1. item1 1. item1.1 2. item1.2 2. item2 1. item2.1 2. item2.2

Bug

![Screenshot](http://habrastorage.org/files/546/b9e/bb7/546b9ebb7e10440582dddce48231c974.png) Baseline: MD-open the file in two tabs of the editor, but in different modes - text editor and preview To see the edited text (left), explicitly requires the mouse...

Improvement

![Screenshot](http://habrastorage.org/files/9fa/549/9b6/9fa5499b6f0d4e5e8f503525448e34bd.png) example: text | header | | --- | | text |

Improvement

If the directory is sourceDirectory empty, the outputDirectory is not created. Can I add a parameter or always create directory outputDirectory?

GoLand: 2022.2 EAP (Build #GO-222.3218) Plugin version: 1.1.2 (+ manually corrected plugin.xml for its availability in GoLand 2022.2 EAP) ``` com.intellij.diagnostic.PluginException: Cannot create extension (class=ski.chrzanow.foldableprojectview.projectView.FoldableTreeStructureProvider) [Plugin: ski.chrzanow.foldableprojectview] at com.intellij.serviceContainer.ComponentManagerImpl.createError(ComponentManagerImpl.kt:945) at...

If you specify the use of a configuration with HTTP resource, the plug-in checking each time trying to pick up the file from the network. More logical to caching plugin...

enhancement

## What happened (please describe what you were doing when this exception occurred) ## Version information IntelliJ IDEA `2021.3.1 RC` • Flutter plugin `io.flutter 63.2.4` • Dart plugin `213.5744.122` No...

kotest version: 5.0.1 ``` internal class MyTests: DescribeSpec({ describe("level 1.1"){ it("level 2 - case 1"){} it("level 2 - case 2"){} } describe("level 1.2"){ it("level 2 - case 1"){} it("level 2...

framework
pinned

Gradle 4.2.1 build.gradle.kts: ``` import org.jetbrains.kotlin.gradle.frontend.FrontendPlugin buildscript { val kotlinVersion = "1.2-M2" repositories { jcenter() maven(url = "https://dl.bintray.com/kotlin/kotlin-eap") maven(url = "https://dl.bintray.com/kotlin/kotlin-dev") } dependencies { classpath(kotlin("gradle-plugin", kotlinVersion)) classpath(kotlin("frontend-plugin", "latest.release")) } }...