Robert Beeger

Avatar
  • 活动总数 524
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 202
  • 创建于

    [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 ...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    [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 ...
    • 3 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    [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...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    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...
    • 3 个关注者
    • 6 条评论
    • 0 票
  • 创建于

    [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
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    [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 ...
    • 4 个关注者
    • 6 条评论
    • 0 票
  • 创建于

    [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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    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...
    • 4 个关注者
    • 6 条评论
    • 0 票
  • 创建于

    [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 ...
    • 6 个关注者
    • 13 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 5 条评论
    • 0 票