主页
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年05月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Using project and application services inside actions
0 票
创建于
2007年05月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Using project and application services inside actions
0 票
创建于
2007年06月07日 19:09
Oh well, nothing. Thanks.Cheers, Robert
社区
IntelliJ IDEA Open API and Plugin Development
Combobox with Browse-Button and Autocompletion?
0 票
创建于
2007年11月24日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Debugging JFlex lexer based on idea-flex.skeleton
0 票
创建于
2007年11月17日 20:38
Hi,Try: PsiElement navigationElement = element.getNavigationElement(); if (navigationElement != null && navigationElement instanceof Navigatable && ((Navigatable) navigationElement).canNaviga...
社区
IntelliJ IDEA Open API and Plugin Development
Navigating to a PsiElement
0 票
创建于
2008年01月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Heavyweight IDEA testing
0 票
创建于
2008年05月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
ErrorReportSubmitter confirmation dialogs
0 票
创建于
2008年09月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
cannot post plugin update
0 票
创建于
2008年08月01日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Path Macros in Facet Configuration
0 票
创建于
2008年10月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
No more module services?
0 票
«
第一页
‹
上一页
下一页
›
最后
»