主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Marcin Rembała
活动总数
115
最后的活动
2023年07月13日 12:03
成员加入日期
2012年12月10日 15:14
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
44
活动概览
帖子(15)
评论(55)
按最近的活动排序
最近的活动
投票数
创建于
2023年07月13日 12:03
In JRE instead of JDK try to use IntelliJ SDK or default SDK of selected module - this have worked for me in older version od IntelliJ.
社区
IntelliJ IDEA Open API and Plugin Development
Could not find or load main class com.intellij.idea.Main
0 票
创建于
2017年01月18日 20:04
You shouldn't access data from one index while processing another - this may lead to dead-lock according to assertion added in latest IDEA 2016.* so it is forbidden. Probably You should think about...
社区
IntelliJ IDEA Open API and Plugin Development
Use indexes while indexing
0 票
创建于
2017年01月18日 19:38
Currently I do this in similar way, but using queue mechanism instead nested runnables (only for debugging purposes in IDEA 12.1). Can You describe what kind of problem You have?
社区
IntelliJ IDEA Open API and Plugin Development
How to rebuild index on demand?
0 票
创建于
2017年01月02日 12:29
I understand, You mean this option: But I see, this is available only at file level, not for commits in VCS Log. Also this seems to be a little unintuitive, because I still not see result differen...
社区
IntelliJ IDEA Users
Why IntelliJ IDEA does not support properly diff for git merges?
1 票
已编辑于
2016年09月27日 07:14
Example above is from IU-145, for newer version API may be different. I forgot to add - You need to extend IntelliJ SDK classpath adding this library: $IDEA_HOME/plugins/DatabaseSupport/lib/databas...
社区
IntelliJ IDEA Open API and Plugin Development
Referencing a CSV file
0 票
创建于
2016年09月25日 13:02
I have custom implementation of PSI for CSV files, but it is highly integrated with mechanisms specific for my ogranization (for internal use only), so probably, it would be easier for You to creat...
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 票
已编辑于
2016年09月25日 12:46
About referencing CSV file values - You probably need to implement custom PSI for yours CSV files, look here for details
社区
IntelliJ IDEA Open API and Plugin Development
Referencing a CSV file
0 票
已编辑于
2016年09月25日 12:42
About Table Mode, if You use latest IntelliJ IDEA, You can do as following to create table view: Add dependency in Your plugin descriptor: <depends>com.intellij.database</depends> Add extensio...
社区
IntelliJ IDEA Open API and Plugin Development
Referencing a CSV file
0 票
已编辑于
2016年07月04日 10:30
This plugin is enabled (JSP), I did not switch it off (jsp plugin classes are not visible in jbpm plugin class loader, because of lack of explicit dependency definition in plugin descriptor). You'v...
社区
IntelliJ IDEA Open API and Plugin Development
IDEA 2016 jPBM plugin / XML problem
0 票
创建于
2015年04月03日 08:24
Workaround: public void actionPerformed(AnActionEvent e) { final FileBasedIndex fileBasedIndex = FileBasedIndex.getInstance(); fileBasedIndex.scheduleRebuild(IndexA.ID, new Throw...
社区
IntelliJ IDEA Open API and Plugin Development
How to rebuild index on demand?
0 票
下一页
›
最后
»