Robert Beeger
- Total activity 524
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 202
-
Created [ANN] FileBrowser 1.5.0
Hi,Here's a new version of FileBrowser with the following changes: Fixed Bug: Deleting a file while in "Autoscroll from Source" mode in FileBrowser sometimes caused an Exception. Added actions to ... -
Created [ANN] FileBrowser 1.4.0
Fixed Bugs / new features: Fixed Bug: FileChooser invoked from FileBrowser's Copy or Move action didn't work properly. Fixed Bug: Copy and Move didn't check whether the destination folder existed ... -
Created [ANN] FileBrowser 1.3.0
Hi,Time for a new FileBrowser update: Fixed Bug: Pressing the DEL key in one of IDEA's Go To popups triggered FileBrowser's delete action. Fixed Bug: Pressing the ENTER key in one of FileBrowser's... -
Created Combobox with Browse-Button and Autocompletion?
Hi,I found com.intellij.ui.ComboboxWithBrowseButton, but I would also like to enable autocompletion like it's available in "Copy..." for classes. What component is it? Is it available for plugin de... -
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...