Dragiša Durić
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
-
Dragiša Durić created a post, 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... -
-
-
-
Dragiša Durić created a post, AnsweredClass 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... -
Dragiša Durić commented, -
Dragiša Durić created a post, AnsweredRestartableLexer
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 ... -
-
Dragiša Durić created a post, AnsweredTrailing 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 ...