Robert Beeger
- 活动总数 524
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 202
-
创建于 Jira accounts on jetbrains.net/jira for plugins
Hi,For my upcoming plugin I'd like to use Jira for bug and feature tracking.Is it possible to get it setup on jetbrains.net/jira? There are some third party plugins managed there, but I couldn't fi... -
创建于 Cannot perform operation. Too complex, sorry.
Hi,I have created language support for a custom language. The files written in that language may contain references to Java packages. Creation and handling of those references works fine - includin... -
创建于 Opening file without opening an editor
Hi,Is it possible to open a file without opening it in an editor?I want to programmatically open a file and examine the PSI-tree but also let the user open the file in an editor. For both kinds of ... -
创建于 Debugging JFlex lexer based on idea-flex.skeleton
Hi,I created a JFlex lexer based on idea-flex.skeleton for a small language. Before creating all the other classes needed to use it inside an IDEA plugin, I wanted to check whether the lexer as I d... -
创建于 Creating web tests
Hi,It's possible to create a run configuration that runs the web tests, but it doesn't seem to be possible to create web tests from within IDEA. Would be great to have that feature in the plugin. ... -
创建于 The new find-bar
Hi,I like the idea of the find bar that looks like the one in Firefox. It's a nice feature.One thing I don't like about it is how it totally ignores the current look and feel. It has always that ug... -
创建于 [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 ... -
创建于 [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 ... -
创建于 [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... -
创建于 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...