Artsiom Chapialiou

Results 10 issues of Artsiom Chapialiou

Just in case you find it useful. I have to do it in my code (copied from yours) anyways. More optimisations could be possibly done as I didn't fully get...

If compile targeting 192: ` localPath '...\\Toolbox\\apps\\IDEA-U\\ch-1\\192.7142.36'` But running 201 instance: `task runIC_201(type: RunIdeTask){ ideDirectory '...\\Toolbox\\apps\\IDEA-C\\ch-0\\201.7223.91' }` With plugin compatible with 201 only: `plugins += 'PsiViewer:201-SNAPSHOT'` I'm getting: A problem...

Please implement `com.intellij.openapi.diagnostic.ErrorReportSubmitter#ErrorReportSubmitter` to make reporting easier. ``` Details: Current thread: Thread[Alarm Pool,4,Idea Thread Group] 193541215 ; dispatch thread: false; isDispatchThread(): false SystemEventQueueThread: Thread[AWT-EventQueue-0,6,Idea Thread Group] 2046231301 java.lang.Throwable: Read access...

help wanted

No markdown for javadoc (unfortunately).

Hi everyone. I'm planning to implement some syntax inspections (potentially with quick fixes), as well as some code completion rules. For doing that I need advice on what are most...

help wanted
question

With Autosave enabled DeepCode analysis starts for every symbol typed/deleted. That cause at least 3 concurrent analysis processes working at the same time: ![image](https://user-images.githubusercontent.com/14268320/76522526-c8256080-6477-11ea-9fa5-aa1e1397d061.png) Imho when new analysis started the...