Алексей Дмитриев
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Алексей Дмитриев created a post, AnsweredUsing spellcheck as a standalone process (ci)
Hi, I'm interested to run intellij idea/pycharm spell check as process in ci (outside of IDE). Is it possible? -
Алексей Дмитриев created a post, AnsweredCan't compile plugin after update to 2019.3
So, I have a small plugin in developement build.gradle:```plugins {id 'java'id 'org.jetbrains.intellij' version '0.4.15'} group 'ID'version '1.0' sourceCompatibility = 1.8 repositories {mavenCentra...