Konstantin Sobolev
- Total activity 186
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 62
-
-
Konstantin Sobolev commented, -
Konstantin Sobolev created a post, indexing deadlock
Hi I'm getting sporadic deadlocks in indexing with my plugin, and I'm not sure what am I doing wrong. Sequence of events from the thread dump: F/J Pool 3/8 (#9159): codeInsight.daemon.RelatedIte... -
Konstantin Sobolev commented, -
Konstantin Sobolev created a post, Answereddealing with nested indices processing
Hi My plugin had sporadic lockups during indexing, now I'm getting some helpful diagnostic from 2017.2 about nested indices processing, however I don't understand what exactly is happening. Here a... -
Konstantin Sobolev created a post, Sharing IElementTypes between languages
Hi Our plugin includes a number of custom languages, with parsers derived from a common grammar (see this for details). Languages are intersecting, so current approach is to generate one mega-parse... -
Konstantin Sobolev commented, -
-
Konstantin Sobolev created a post, Answeredmodules with shared sources
Hi Is there any supported way to have shared sources between different modules? Imagine module_a and module_b defining their own content roots plus taking sources from one common content root. Grad... -
Konstantin Sobolev created a post, handling custom language file outside of source root
I'm trying to make our custom language plugin to correctly handle files which are not under the source root folder. First, their icon must be changed. I implemented a FileIconPatcher but only icons...