主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Peter Gromov
活动总数
2258
最后的活动
2023年05月09日 12:44
成员加入日期
2008年07月25日 18:59
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
739
活动概览
文章(0)
帖子(3)
评论(1516)
按最近的活动排序
最近的活动
投票数
创建于
2014年07月28日 17:57
I'll make IDEA highlight unused return values of withPrefixMatcher to avoid such confusion.
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion inserting at a wrong position
0 票
创建于
2014年08月20日 11:02
If you want your custom language elements to be usages of Java methods, you should tell the IDE that this method can also be found under the name "step with smth". To do this, you need to implement...
社区
IntelliJ IDEA Open API and Plugin Development
find usages for a custom language
0 票
创建于
2015年02月27日 12:28
Could you please just take a thread dump and see what the AWT thread is waiting for, and why it's blocked? If it's not obvious, you can attach the dump here and we'll take a look at it.
社区
IntelliJ IDEA Open API and Plugin Development
dumbService.runReadActionInSmartMode() blocks the UI?
0 票
创建于
2015年02月28日 07:30
Blocking of AWT thread when waiting for a write action can only happen if some thread already has taken a read action (runReadActionInSmartMode doesn't do this while waiting). Please check that ano...
社区
IntelliJ IDEA Open API and Plugin Development
dumbService.runReadActionInSmartMode() blocks the UI?
0 票
创建于
2015年03月01日 18:26
Please note that between read actions everything can change, so you might read inconsistent data the PSI data you read in different read actions might be inconsistent. PSI can also become invalid o...
社区
IntelliJ IDEA Open API and Plugin Development
dumbService.runReadActionInSmartMode() blocks the UI?
0 票
创建于
2015年02月20日 15:24
Hi,I've tried IDEA 14.1 EAP with the following augmenter: if (type == PsiField.class) { augments.add((Psi)new LightFieldBuilder("someField", PsiType.BOOLEAN, aClass).setContainingClass(aClass));}a...
社区
IntelliJ IDEA Open API and Plugin Development
LightFieldBuilder incorrect completion
0 票
创建于
2015年02月20日 16:43
Pushed to the master
社区
IntelliJ IDEA Open API and Plugin Development
LightFieldBuilder incorrect completion
0 票
创建于
2015年04月03日 20:27
This assertion was added to prevent pretty bad things from happening. The text says it all: cloned file view provider should not be isPhysical. The fix should be easy: just pass false to the constr...
社区
IntelliJ IDEA Open API and Plugin Development
Backward-incompatible change with MultiplePsiFilesPerDocumentFileViewProvider in 14.1?
0 票
创建于
2015年04月04日 06:26
Actually, the correct name for this flag is now "eventSystemEnabled". When creating the view provider in FileViewProviderFactory, you just pass it whatever the factory passed you. When inside clone...
社区
IntelliJ IDEA Open API and Plugin Development
Backward-incompatible change with MultiplePsiFilesPerDocumentFileViewProvider in 14.1?
0 票
创建于
2015年04月07日 12:52
Is it possible for you to show the source code of your view provider class (and its factory) after the suggested changes?
社区
IntelliJ IDEA Open API and Plugin Development
Backward-incompatible change with MultiplePsiFilesPerDocumentFileViewProvider in 14.1?
0 票
«
第一页
‹
上一页
下一页
›
最后
»