Konstantin Sobolev
- 活动总数 186
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 62
-
-
Konstantin Sobolev 进行了评论, -
Konstantin Sobolev 创建了一个帖子, 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 进行了评论, -
Konstantin Sobolev 创建了一个帖子, 已回答dealing 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 创建了一个帖子, 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 进行了评论, -
-
Konstantin Sobolev 创建了一个帖子, 已回答modules 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 创建了一个帖子, 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...