Robert Beeger
- 活动总数 524
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 202
-
创建于 Dev Package packaging
Hi,I think the packaging of the dev package is really inconvenient. The sources of the plugins in the plugins folder are provided as zips. That makes it a bit difficult to search inside those sourc... -
创建于 Registering ToolWindows via plugin.xml?
Hi,Now that I use PersistentStateComponent and the ServiceManager in my new not yet released plugin, there isn't much left for my ProjectComponent to do. It only registers a ToolWindow when a proje... -
创建于 [ANN] NaviActionPad 0.7
Here's a new release of NaviActionPad, a plugin that allows fast navigation in a project and the execution of actions on the elements of a project.Only actions that make sense for a specific elemen... -
创建于 UI Designer and Plugin Development
Hi,I'm not a GUI designer fan. From time to time I will try one and return to hand-coding my GUIs, because I think I'm faster and more effective that way. Today I gave IDEA's UI Designer another tr... -
创建于 Nullable Methods in FacetEditorContext
Hi,In FacetEditorContext the methods getModule, getProject and getModuleBuilder are annotated as @Nullable. I wonder why that is the case. Since a facet is always added to a module and a FacetEdito... -
创建于 Documentation on Facets?
Hi,Is there some more information about facets? Some issues in JIRA point to a page that supposedly describes the idea behind facets (e.g. http://www.jetbrains.net/jira/browse/IDEADEV-12328 ), but ... -
创建于 [ANN] NaviActionPad 0.6
After a month without updates here's version 0.6 with a bunch of nice improvements.Visit http://naviactionpad.beeger.net/ to get an idea of how this plugin works. Changes: Now with configurat... -
创建于 [ANN] NaviActionPad 0.4
Here comes the next release of NaviActionPad. Please visit the newly created home page of this plugin at http://naviactionpad.beeger.net/ for a walk through that shows how it works. Here's the chan... -
创建于 [ANN] NaviActionPad 0.3
Hi!NaviActionPad is a navigation and action execution plugin.By pressing Alt F11 you bring up NaviActionPad's popup window which shows the currently selected element (class, method, directory etc. ... -
创建于 JBPopup with frame
Hi!How do I create a JBPopup with a frame like the one on CTRL-E.I used the following:but this only produces a popup similar to "Parameter Info" without any frame and no title.Cheers, Robert