主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Hugo Palma
活动总数
162
最后的活动
2024年12月27日 15:48
成员加入日期
2007年05月23日 15:06
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
43
活动概览
帖子(27)
评论(92)
按最近的活动排序
最近的活动
投票数
创建于
2008年04月14日 15:10
Just create a new instance of com.intellij.openapi.vcs.changes.ui.NewChangelistDialog and show it.I don't think there's an API for setting values on it though.
社区
IntelliJ IDEA Open API and Plugin Development
How to invoke the "New Changelist" dialog?
0 票
创建于
2008年04月14日 15:53
Yes, it's totally legal. The only additional constraint is that you can't distribute idea.jar in a product of yours.But if your just implementing a plugin to run in IDEA you have no problems, you c...
社区
IntelliJ IDEA Open API and Plugin Development
How to invoke the "New Changelist" dialog?
0 票
创建于
2008年04月14日 11:39
For future reference, here's what i did:PsiManager.getInstance(_module.getProject()).findPackage(""); basePackage.accept(new LocalClassVisitor(_module) { public void visitClass(Ps...
社区
IntelliJ IDEA Open API and Plugin Development
Best way to visit all classes
0 票
创建于
2008年04月14日 10:21
I don't know why your getting that exception, but why are you registering file templates like that ?I think the correct way to register file templates is to provide a class that implements FileTemp...
社区
IntelliJ IDEA Open API and Plugin Development
Question about FileTemplateManager
0 票
创建于
2008年04月11日 14:57
Just wrap that code inside a block like this:ApplicationManager.getApplication().runWriteAction(new Runnable() { public void run() { // your code here } );Also, if you creating a new clas...
社区
IntelliJ IDEA Open API and Plugin Development
Exception, when saving new PsiJavaFile
0 票
创建于
2008年04月10日 11:24
Yep, i'm already executing inside a write action.
社区
IntelliJ IDEA Open API and Plugin Development
Can't create more than one library in project
0 票
创建于
2008年02月12日 17:34
I'm getting the same behaviour.Did you manage to solve this ?
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language: New Language Based on HTML
0 票
创建于
2009年11月06日 09:27
Awesome, thanks
社区
RubyMine
Ruby plugin in IntelliJ Maia
0 票
创建于
2010年03月09日 10:27
I'm not from Jetbrains but here's what i did to get the plugin to work on the 94.xx builds.As it turns out, the current plugin code works just fine with the 94.xx builds, you just have to change th...
社区
RubyMine
Plugin for maia 94.xxx ??
0 票
创建于
2009年11月04日 09:26
Cool, thanks.
社区
RubyMine
Ruby plugin in IntelliJ Maia
0 票
«
第一页
‹
上一页