主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Bas Leijdekkers
活动总数
1072
最后的活动
2024年03月14日 19:13
成员加入日期
2003年05月15日 14:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
426
活动概览
文章(0)
帖子(41)
评论(605)
按最近的活动排序
最近的活动
投票数
创建于
2009年08月27日 06:14
This is how I would do it: final FileDocumentManager fileDocumentManager = FileDocumentManager.getInstance(); fileDocumentManager.saveDocument(fileDocumentManager.getDo...
社区
IntelliJ IDEA Open API and Plugin Development
Faulting a newly created PsiFile to disk
0 票
创建于
2009年02月10日 11:22
To allow TabSwitch updates I have removed the until-build attribute from the plugin.xml. Version 2.1.3 should now be visible from any version of IntelliJ IDEA 8. Still not visible for build greater...
社区
IntelliJ IDEA Open API and Plugin Development
plugin not visible from idea
0 票
创建于
2006年09月10日 15:07
Hi Taras,Try this:importList.findOnDemandInportStatement() finds "*"imports (e.g.import java.awt.*;)Ok. Seems a bit of strange naming? (I'd expectfindWholePackageImportStatements() or something sim...
社区
IntelliJ IDEA Open API and Plugin Development
Using codeStyleManager.shortenClassReferences for single field only
0 票
创建于
2005年03月09日 10:23
This should work:
社区
IntelliJ IDEA Open API and Plugin Development
Add action after "Copy" in editor popup menu
0 票
创建于
2005年03月09日 11:42
There used to be a file ActionManager.xml which contained all action ids, but it seems to have been removed sometime during the Pallada EAP. I have have posted multiple times with questions about t...
社区
IntelliJ IDEA Open API and Plugin Development
Add action after "Copy" in editor popup menu
0 票
创建于
2005年08月03日 11:00
Doh! That's what I meant.
社区
IntelliJ IDEA Open API and Plugin Development
PsiField is enum
0 票
创建于
2005年10月25日 08:35
As I understand it, it doesn't change the text of the reference but can bind an invalid reference to a newly created PsiElement, for example. Perhaps you missed the javadoc?:/**Changes the referenc...
社区
IntelliJ IDEA Open API and Plugin Development
What is PsiReference.bindToElement for?
0 票
创建于
2006年02月06日 20:35
Hi Stephen,While doing this I found a bug inThreadPriorityInspection (it fails to recognizeNORM_PRIORITY when that field is used withoutqualifier, i.e. imported statically).Good catch. I have a fix...
社区
IntelliJ IDEA Open API and Plugin Development
Debugging Inspection(Gadgets)
0 票
创建于
2006年01月31日 09:04
Look at the findSuperMethod methods and the findDeepestSuperMethod method in the PsiMethod interface.Bas
社区
IntelliJ IDEA Open API and Plugin Development
Find super of PsiMethod
0 票
创建于
2006年03月30日 18:59
Red code until a dummy change usually happens when the psi tree is incorrectly modified. The easiest way for these kinds of things most of the time is to create a new annotation (or any other eleme...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a fast way to find elements annotated with a specific annotation?
0 票
«
第一页
‹
上一页
下一页
›
最后
»