Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Robert Beeger
Total activity
524
Last activity
January 18, 2016 00:19
Member since
October 09, 2002 11:13
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
202
Activity overview
Posts (74)
Comments (248)
Sort by recent activity
Recent activity
Votes
Created
November 25, 2007 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot perform operation. Too complex, sorry.
0 votes
Created
November 25, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot perform operation. Too complex, sorry.
0 votes
Created
November 17, 2007 18:42
Thanks,That's what I was looking for.Cheers, Robert
Community
IntelliJ IDEA Open API and Plugin Development
Opening file without opening an editor
0 votes
Created
December 12, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Invoke refactoring from plugin
0 votes
Created
January 21, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Heavyweight IDEA testing
0 votes
Created
March 26, 2008 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
Community
IntelliJ IDEA Open API and Plugin Development
Reloading of a project
0 votes
Created
April 09, 2008 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
Community
IntelliJ IDEA Open API and Plugin Development
Can't create more than one library in project
0 votes
Created
March 27, 2008 14:31
Thanks.
Community
IntelliJ IDEA Open API and Plugin Development
Usage of IDEA's helpset CSSS and images in plugin helpset
0 votes
Created
October 26, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
No more module services?
0 votes
Created
April 29, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Add new Main menu option for plugin
0 votes
«
First
‹
Previous