Robert Beeger
- 活动总数 524
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 202
-
创建于 [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 -
创建于 [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 ... -
创建于 [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... -
创建于 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... -
创建于 [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 ... -
创建于 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... -
创建于 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...