主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Robert Beeger
活动总数
524
最后的活动
2016年01月18日 00:19
成员加入日期
2002年10月09日 11:13
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
202
活动概览
帖子(74)
评论(248)
按最近的活动排序
最近的活动
投票数
创建于
2007年11月25日 18:15
Thanks Sascha,That was the cause. I enabled an Exception-breakpoint for UnsupportedOperationException and found out that PsiElementBase.replace(PsiElement) throws such an Exception. I wasn't aware ...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot perform operation. Too complex, sorry.
0 票
创建于
2007年11月25日 18:20
Hi softwarevisualization ,Fortunately that wasn't the cause here. In my case the message was misleading. I should have made it clear that a necessary method threw an UnsupportedOperationException.C...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot perform operation. Too complex, sorry.
0 票
创建于
2007年11月17日 18:42
Thanks,That's what I was looking for.Cheers, Robert
社区
IntelliJ IDEA Open API and Plugin Development
Opening file without opening an editor
0 票
创建于
2007年12月12日 19:43
Hi Christian,com.intellij.refactoring.RefactoringActionHandlerFactory.getInstance().createEncapsulateFieldsHandler() gives you access to the refactoring.You need to open the containing file in an e...
社区
IntelliJ IDEA Open API and Plugin Development
Invoke refactoring from plugin
0 票
创建于
2008年01月21日 15:47
OK, I found the answer to my question myself.Actually the source folders are analyzed. The whole content is then cached. While IDEA updates the caches in a normal environment, it never does that fo...
社区
IntelliJ IDEA Open API and Plugin Development
Heavyweight IDEA testing
0 票
创建于
2008年03月26日 16:58
Thanks,Strange I didn't see reloadProject in ProjectManager when I looked at it as I searched for a way to reload a project.Cheers, RobertEdited by: Robert F. Beeger on Mar 26, 2008 5:58 PM
社区
IntelliJ IDEA Open API and Plugin Development
Reloading of a project
0 票
创建于
2008年04月09日 20:47
Is the code in your post executed inside a write action?If you want to change anything in IDEA, you need to wrap it into a write action like so
社区
IntelliJ IDEA Open API and Plugin Development
Can't create more than one library in project
0 票
创建于
2008年03月27日 14:31
Thanks.
社区
IntelliJ IDEA Open API and Plugin Development
Usage of IDEA's helpset CSSS and images in plugin helpset
0 票
创建于
2008年10月26日 11:00
Thanks, I somehow overlooked that in the migration guide.That looks really strange. I wonder why they didn't add ApplicationServiceManager and ProjectServiceManager and remove ServiceManager comple...
社区
IntelliJ IDEA Open API and Plugin Development
No more module services?
0 票
创建于
2007年04月29日 22:22
Hi,The plugin-dev-package ( idea6913-dev.zip or something like that ) which must be downloaded separately, contains an example on how to create new menus and how to add actions to them. See example...
社区
IntelliJ IDEA Open API and Plugin Development
Add new Main menu option for plugin
0 票
«
第一页
‹
上一页