主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2006年03月27日 19:24
Adding "-Didea.ProcessCanceledException=disabled" to the VM options of your plugin run configuration should work I think (haven't tried it).Bas
社区
IntelliJ IDEA Open API and Plugin Development
How to disable ProcessCanceledException?
0 票
创建于
2006年09月14日 12:57
com.intellij.openapi.compiler.CompilerManager.addBeforeTask might be what you need. Also check out the other classes in the com.intellij.openapi.compiler package.Bas
社区
IntelliJ IDEA Open API and Plugin Development
Modify files before build
0 票
创建于
2006年09月11日 20:43
PsiManager.getInstance(project).findFile(virtualFile);Bas
社区
IntelliJ IDEA Open API and Plugin Development
Get current Project, current file in editor
0 票
创建于
2006年09月11日 13:35
Hi Taras,Ok, I'm trying to do this now. How do I get hold ofan Editor inside my LocalQuickFix?FileEditorManager.getInstance(project).getSelectedTextEditor() will work I think.However several refact...
社区
IntelliJ IDEA Open API and Plugin Development
Triggering 'Create Method' intention
0 票
创建于
2006年09月20日 16:58
Perhaps I am misunderstanding you, but isn't the "getPolicy()" method in com.intellij.openapi.fileEditor.FileEditorProvider what you need? As far as I understand it making that return com.intellij....
社区
IntelliJ IDEA Open API and Plugin Development
Programatically open file as non-default editor
0 票
创建于
2006年09月20日 20:48
Well, the method wouldn't have to return the same value every time. If there isn't a proper way to do what you need, the navigate action could temporarily change the return value and set it back af...
社区
IntelliJ IDEA Open API and Plugin Development
Programatically open file as non-default editor
0 票
创建于
2006年09月25日 09:15
Package statements belong to the file not the class. This means you can use the getPackageName() and getPackageStatement() methods available in PsiJavaFIle. Something like this should do the trick:Bas
社区
IntelliJ IDEA Open API and Plugin Development
How to obtain "package" of a class?
0 票
创建于
2006年12月14日 17:35
psiFile.navigate(true);Bas
社区
IntelliJ IDEA Open API and Plugin Development
How to open a newly created class
0 票
创建于
2007年01月04日 13:39
com.intellij.psi.codeStyle.CodeStyleManager#suggestVariableNameorcom.intellij.psi.codeStyle.CodeStyleManager#suggestUniqueVariableNameprobably do want you want.Bas
社区
IntelliJ IDEA Open API and Plugin Development
Create new field with name as configured in code style
0 票
创建于
2007年05月17日 16:00
How about we start with existing infrastructure -JIRA and patches? If you are willing to contribute javadocs, just write them,create a patch and attach it to a JIRA request. We'll review them and a...
社区
IntelliJ IDEA Open API and Plugin Development
Proper documentation ?
0 票
«
第一页
‹
上一页
下一页
›
最后
»