Robert Beeger
- Total activity 524
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 202
-
Created 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... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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. ... -
Created 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... -
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...