Robert Beeger
- Total activity 524
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 202
-
Created [ANN] FileBrowser 1.2.1
Hi, This fixes the reported bug of actions being reregistered when switching projects.For now only for a few actions shortcuts can be defined. The rest will follow.Cheers, Robert -
Created [ANN] FileBrowser 1.2.0
Hi,Here's another update of the plugin.Renamed the action "Paste" to "Copy". That should make the handling a bit clearer. First you mark some files, then you decide whether to copy or move them to ... -
Created [ANN] FileBrowser 1.1.0
Here's another update of the FileBrowser-plugin.This update brings basic copy/paste and move functionality. In order to implement this, multiple interval selection was enabled on the file list. Sel... -
Created Go To Action (CTRL+Shift+A) feature
Hi,Very useful feature. It would be much more useful, if it searched the typed in phrase anywhere in the action names and not just at the start of them. So when I type in "usage" I want to see "Fin... -
Created [ANN] FileBrowser
FileBrowser allows browsing directories and files inside and outside of the current project and thus makes it easier to open files with IDEA that are not part of the current project.I use IDEA not ... -
Created Using project and application services inside actions
Hi,I found out that I don't need to call the service manager directly to get a specific service. Instead of calling ServiceManager.getService(project, MyService.class) I just specify the service as... -
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...