Alexandr Evstigneev
Alexandr Evstigneev
Pod test does something wrong, seems production code is fine
Fixed in https://github.com/JetBrains/intellij-community/commit/fba0f4bcdd4600c781df51d6be171f2d25668e42
Previously I used `com.github.kt3k.coveralls` But it does not support gradle 9, so I [did switch](https://github.com/Camelcade/Perl5-IDEA/pull/3085/files) to your plugin. And I got a 7% drop for some reason. Also for some...
### What happened? There are a lot of these. IU-252.26830.84 ``` java.lang.Throwable: Can't remove document listener (ee.carlrobert.codegpt.toolwindow.chat.editor.diff.DiffSyncManager$registerEditor$listener$1@717aa39a). Registered listeners: [com.intellij.openapi.fileEditor.impl.FileDocumentManagerImpl$1@65b9ece5, 0, 0, Multicaster, Multicaster, com.intellij.openapi.editor.impl.event.EditorEventMulticasterImpl$1@6397235a] ``` ### Relevant log output...
Currently, the fallback element type is just hardcoded into parser generator. Now we can override it for a parser. Technically we can introduce the per-rule option, allowing us to specify...
It should check the superclass constructor and use `IElementType` if necessary instead. For now it seems there is no way to override this.
Not sure if the Platform plugin, the DevKit or the Gradle integration should be improved. # Intro To specify a content module for a plugin, you have to: 1. Create...
### What happened? Was playing with changing plugin layout to per jar one and stumbled upon several things: 1. I have a root project used to execute the ide with...
Create tests
There are lot of fails on ubuntu and windows. Need to investigate.