主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dragiša Durić
活动总数
22
最后的活动
2020年05月04日 14:07
成员加入日期
2020年04月18日 19:40
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
11
活动概览
帖子(4)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2020年05月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
SyntheticLibrary, how to connect to a module and scopes
0 票
创建于
2020年05月04日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Load module event listener
0 票
创建于
2020年05月03日 17:35
ModuleComponent is deprecated. What is its replacement, or - how do I listen for modules loaded? TIA, dd
社区
IntelliJ IDEA Open API and Plugin Development
Load module event listener
0 票
创建于
2020年04月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Class not found ProjectStructureDetector, while importing modules... (a feature under dev)
0 票
创建于
2020年04月27日 17:05
Nice to hear. Good thing it is not happening all the time, I can develop with this present. Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
RestartableLexer
0 票
创建于
2020年04月22日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Trailing whitespace in source file kills my SyntaxHighlighter (in a new lang plugin)
1 票
创建于
2020年04月18日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Tutorial with Antlr V4
0 票