主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年07月26日 15:23
Have you tried creating PsiIntersectionType?
社区
IntelliJ IDEA Open API and Plugin Development
PsiType referencing non-existent type
1 票
创建于
2017年07月07日 12:38
Rendering method might be called again on selection change or another repaint, but I wouldn't rely on such implemention details. I believe that once an item is displayed, it'd better not change its...
社区
IntelliJ IDEA Open API and Plugin Development
Update LookupElements after passing to CompletionResultSet?
1 票
创建于
2017年06月06日 07:55
Task.Backgroundable has a possibility to make the task cancellable by user pressing on "Cancel", while ReadTask supports automatic cancel and restart when a UI freeze is about to occur. From your m...
社区
IntelliJ IDEA Open API and Plugin Development
Create task in background with modal progress bar on editor while processing content in background
1 票
创建于
2017年04月11日 14:15
You just can't save a document from non-EDT, you'll get an exception logged. The freeze might be caused not by saving, but by unresponsive inspection that doesn't call checkCanceled regularly while...
社区
IntelliJ IDEA Open API and Plugin Development
How do I save document not in EDT
1 票
创建于
2017年03月16日 09:00
For Groovy, there's an extension called org.intellij.groovy.callExpressionTypeCalculator (GrCallExpressionTypeCalculator class), which you could implement in a plugin.
社区
IntelliJ IDEA Open API and Plugin Development
reference injector - set return type
1 票
创建于
2017年03月15日 13:55
There seems to be no terribly easy way to do this. Which purpose are you trying to achieve with such a listener?
社区
IntelliJ IDEA Open API and Plugin Development
How to listen/override GotoImplementationHandler ? is it possible ?
1 票
创建于
2017年02月20日 14:11
Oh I see, the API is misleading and inconsistent. Then I'd recommend to use PsiFileFactory.getInstance(...).createFileFromText("ClassName.java", JavaFileType.INSTANCE, "class ClassName<T> { ...}"),...
社区
IntelliJ IDEA Open API and Plugin Development
Create a new PSIClass with Generic type parameters
1 票
创建于
2017年02月14日 09:19
You're using TemplateDataElementType and PsiElement(RegularFragmentElementType) is an OuterLanguageElement, right? If not, it should be so. If yes, then you have an opportunity to customize the tex...
社区
IntelliJ IDEA Open API and Plugin Development
How Can I prevent FragmentElementType from affect native HTML parsing?
1 票
创建于
2016年11月02日 15:34
The general answer is "manually" :) A more concrete answer depends on the specific languages and indices involved.
社区
IntelliJ IDEA Open API and Plugin Development
Index stub and IReparseableElementType
1 票
创建于
2016年09月27日 08:58
To work with existing files' PSI, postStartupActivity is indeed the easiest way. To modify module roots, you can use ModuleRootModificationUtil or ModuleRootManager.getModifiableModel directly.
社区
IntelliJ IDEA Open API and Plugin Development
Initialise Project, must read PSI-Files
1 票
«
第一页
‹
上一页
下一页
›
最后
»