主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Robert Beeger
活动总数
524
最后的活动
2016年01月18日 00:19
成员加入日期
2002年10月09日 11:13
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
202
活动概览
帖子(74)
评论(248)
按最近的活动排序
最近的活动
投票数
创建于
2004年05月02日 13:58
Thanks, works like a charm.Again a working example of the Hollywood principle. ;)
社区
IntelliJ IDEA Open API and Plugin Development
Disabling and enabling actions
0 票
创建于
2006年09月08日 18:40
Thanks for the clarification.But defining extension points and extensions stays supported, doesn't it?Don't want to write a plugin that uses something that won't be there in a week or two :)Cheers,...
社区
IntelliJ IDEA Open API and Plugin Development
Using extensions
0 票
创建于
2007年03月12日 16:43
Hi Marios,1 + 2. They are called ToolWindows.You probably have already downloaded IDEA's plugin development package (It's a separate download called for example idea6733-dev.zip). In the examples f...
社区
IntelliJ IDEA Open API and Plugin Development
Internal frame and lightbulb
0 票
创建于
2007年03月06日 18:24
Thanks, that explains it.
社区
IntelliJ IDEA Open API and Plugin Development
Nullable Methods in FacetEditorContext
0 票
创建于
2007年02月25日 13:03
Thanks, that's what I was looking for.
社区
IntelliJ IDEA Open API and Plugin Development
Documentation on Facets?
0 票
创建于
2007年05月31日 19:13
Hi Bas,Thanks, now I know what IDEA uses internally, but it won't help in my situation since I'm neither autocompleting classes nor packages. I hoped for some generic component into which I could p...
社区
IntelliJ IDEA Open API and Plugin Development
Combobox with Browse-Button and Autocompletion?
0 票
创建于
2007年06月06日 18:51
Hi Sascha,Thanks for pointing this out.Well, it won't work for me, since I need a combobox with those capabilities.I wonder whether it's a coincidence that it was included in IDEA now or whether th...
社区
IntelliJ IDEA Open API and Plugin Development
Combobox with Browse-Button and Autocompletion?
0 票
创建于
2007年11月11日 18:54
Strange, I use ComboboxWithBrowseButton and the file chooser is opened only once after pressing "...".Did you make sure, that addBrowseFolderListener is called only once? The code looks like someth...
社区
IntelliJ IDEA Open API and Plugin Development
Why does TextFieldWithBrowseButton open the file selection dialog twice?
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»