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
May 02, 2007 13:22
Hi Dmitry,I feared it would be an architectural necessity that actions are created outside of PicoContainers. I filled a feature request fot it now ( http://jetbrains.net/jira/browse/IDEA-12582 ).C...
Community
IntelliJ IDEA Open API and Plugin Development
Using project and application services inside actions
0 votes
Created
May 04, 2007 16:56
Hi,I think even cooler would be something like The action would only be activated if a PsiClass object can be delivered. I don't think that passing a Psi-Object in the constructor would be good, si...
Community
IntelliJ IDEA Open API and Plugin Development
Using project and application services inside actions
0 votes
Created
June 07, 2007 19:09
Oh well, nothing. Thanks.Cheers, Robert
Community
IntelliJ IDEA Open API and Plugin Development
Combobox with Browse-Button and Autocompletion?
0 votes
Created
November 24, 2007 21:59
Oh, well. I guess there is no way to debug an IDEA JFlex lexer.Anyways, it doesn't matter for me anymore since I replaced the JFlex lexer with a handwritten one.So I mark this question as answered ...
Community
IntelliJ IDEA Open API and Plugin Development
Debugging JFlex lexer based on idea-flex.skeleton
0 votes
Created
November 17, 2007 20:38
Hi,Try: PsiElement navigationElement = element.getNavigationElement(); if (navigationElement != null && navigationElement instanceof Navigatable && ((Navigatable) navigationElement).canNaviga...
Community
IntelliJ IDEA Open API and Plugin Development
Navigating to a PsiElement
0 votes
Created
January 12, 2008 17:43
OK besides the ModifiableModuleModel I now also fetch a ModifiableRootModel for each module and add content and source roots via addContentEntry on the root model and addSourceFolder on the created...
Community
IntelliJ IDEA Open API and Plugin Development
Heavyweight IDEA testing
0 votes
Created
May 26, 2008 22:51
That's well surprising.It took the Groovy plugin as a reference which also subclasses ErrorReportSubmitter for an error handler. And the javaDoc of ErrorReportSubmitter says:This class should be ex...
Community
IntelliJ IDEA Open API and Plugin Development
ErrorReportSubmitter confirmation dialogs
0 votes
Created
September 28, 2008 17:04
Looks very much like the problem I had with the last Osmorc update. In my case the problem was that one of the jars of the plugin contained an Eclipse plugin.xml. Maybe it's the same problem. Check...
Community
IntelliJ IDEA Open API and Plugin Development
cannot post plugin update
0 votes
Created
August 01, 2008 15:36
Thanks for the info concerning IDEA 8.And also thanks for the hint with the forward slashes. The problem really was that the plugin used backslashes on Windows. Replacing them with forward slashes ...
Community
IntelliJ IDEA Open API and Plugin Development
Path Macros in Facet Configuration
0 votes
Created
October 26, 2008 12:50
Ah, so that's why I didn't see it ;)BTW: Since you are updating the migration guide anyway, you probably could include sections about the new plugin.xml tags syntaxHighlighter, annotator, lang.elem...
Community
IntelliJ IDEA Open API and Plugin Development
No more module services?
0 votes
«
First
‹
Previous
Next
›
Last
»