主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Roman Shevchenko
活动总数
737
最后的活动
2023年10月06日 15:54
成员加入日期
2010年03月24日 10:48
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
263
活动概览
文章(0)
帖子(0)
评论(474)
按最近的活动排序
最近的活动
投票数
创建于
2013年11月21日 21:24
I cannot really suggest anything since I don't know enough details - what's the class you are looking for, where is it located, in what context findClass() is called etc.
社区
IntelliJ IDEA Open API and Plugin Development
JavaPsiFacade.findClass() occasionally returns null (?)
0 票
创建于
2013年11月13日 19:55
You need to implement your own CompletionContributor.
社区
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 票
创建于
2013年11月14日 20:35
That's normal. On any change to a text, IDEA builds a parallel PSI tree with a newly created PsiFile at the top, then builds a diff by comparing it to an existing one, then modifies original tree b...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language plugin: a new PsiFile instance at every parse (ie. after every edit)?
0 票
创建于
2013年11月12日 10:48
Hi James,in an ideal world it would sufficient to call VirtualFile.refresh() with recursive=true for a project directory. However, IDEA relies on a native helper process to report file system event...
社区
IntelliJ IDEA Open API and Plugin Development
Refresh after external changes to project structure and sources
0 票
创建于
2013年11月13日 13:56
Well, the update scheme looks consistent to me, but it wont't protect you from the "Project Files Changed" dialog. The initial idea of the check was to trigger project reload on any external modifi...
社区
IntelliJ IDEA Open API and Plugin Development
Refresh after external changes to project structure and sources
0 票
创建于
2013年12月31日 12:36
The most simple way is to use nested elements - see e.g. how Tasks plugin settings are implemented.There are other possibilities, you may explor them starting from ConfigurableEP class.
社区
IntelliJ IDEA Open API and Plugin Development
Customise the IDEA Settings Dialog
0 票
创建于
2014年01月08日 21:13
Programmaticaly that's easy - PlatformUtils.isIdea() is true for Ultimate but not for Community.Under the hood RubyMine attaches a second project as a module to a currently opened one (see ModuleAt...
社区
IntelliJ IDEA Open API and Plugin Development
Best way to provide different functionality based on platform type
0 票
创建于
2014年01月08日 19:55
In general - no.
社区
IntelliJ IDEA Open API and Plugin Development
Building Intellij as Ultimate version
0 票
创建于
2014年01月08日 19:49
The code you posted doesn't add much as it contains a fair amount of missing references and can't be used directly.Is it possible for you to attach a sample project with failing test?
社区
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 票
创建于
2013年12月04日 18:59
You need to implement com.intellij.codeInsight.completion.CompletionContributor - check it's documentation first.
社区
IntelliJ IDEA Open API and Plugin Development
Change variable type
0 票
«
第一页
‹
上一页
下一页
›
最后
»