Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dragiša Durić
Total activity
22
Last activity
May 04, 2020 14:07
Member since
April 18, 2020 19:40
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
11
Activity overview
Posts (4)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
May 04, 2020 13:57
I have used code from https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000036724-Programmatically-add-directory-based-dependency-library-to-module by Mark Vedder and now my refere...
Community
IntelliJ IDEA Open API and Plugin Development
SyntheticLibrary, how to connect to a module and scopes
0 votes
Created
May 04, 2020 09:37
Jakub, Thank you! I reread documentation last evening, it looks like I skimmed some parts or did not understand them on first reading.
Community
IntelliJ IDEA Open API and Plugin Development
Load module event listener
0 votes
Created
May 03, 2020 17:35
ModuleComponent is deprecated. What is its replacement, or - how do I listen for modules loaded? TIA, dd
Community
IntelliJ IDEA Open API and Plugin Development
Load module event listener
0 votes
Created
April 30, 2020 11:40
Solved on Slack by Patrick Scheibe. I had to include <depends>com.intellij.modules.java</depends> In my plugin.xml. It is not clear to me if now my plugin depends on whole Java stuff in this packag...
Community
IntelliJ IDEA Open API and Plugin Development
Class not found ProjectStructureDetector, while importing modules... (a feature under dev)
0 votes
Created
April 27, 2020 17:05
Nice to hear. Good thing it is not happening all the time, I can develop with this present. Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
RestartableLexer
0 votes
Created
April 22, 2020 15:26
Ok, I solved this. Just for everybody else falling into a trap like this - it is not a good idea to ignore whitespace in .flex, much better is to return TokenType.WHITE_SPACE instead.
Community
IntelliJ IDEA Open API and Plugin Development
Trailing whitespace in source file kills my SyntaxHighlighter (in a new lang plugin)
1 vote
Created
April 18, 2020 19:40
"It should be possible"... Are there any pointers on how to do this? How to use existing ANTLR grammar to create .bnf one?
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Tutorial with Antlr V4
0 votes