Dragiša Durić
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 11
-
已编辑于 SyntheticLibrary, how to connect to a module and scopes
Hello, As explained here: AdditionalLibraryRootsProvider Allows providing synthetic/predefined libraries (SyntheticLibrary) in a project without exposing them in the model. By default, they're also... -
创建于 Class not found ProjectStructureDetector, while importing modules... (a feature under dev)
已回答As per subject. I have tried to reinstall IntelliJ Platform SDK, but always this same same version is started. Short of removing all from Toolbox folder, no idea how to even try to change it. Docum... -
创建于 RestartableLexer
已回答Hello, As I proceed with my custom language plugin, I am getting spurious crashes. @NotNull method com/intellij/openapi/editor/ex/util/SegmentArrayWithData.unpackTokenFromData must not return null ... -
创建于 Trailing whitespace in source file kills my SyntaxHighlighter (in a new lang plugin)
已回答Hello, I did some initial work on a language plugin and as far as lexer and parser go, it works well. But once I activate SyntaxHighlighter, it fails on files where I have a newline after the last ...