Robert Beeger
- Total activity 524
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 202
-
Created 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... -
Created 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... -
Created [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... -
Created 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... -
Created 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... -
Created 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 ... -
Created [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... -
Created [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... -
Created [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. ... -
Created 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