Robert Beeger
- Total activity 524
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 202
-
Created Heavyweight IDEA testing
Hi, Since I didn't expect what I was dreaming about in an earlier post to this forum about lightweight testing to actually be possible now, I started investigating heavyweight testing.I setup a dir... -
Created Lightweight IDEA testing
Hi,After some poking around I found that with IdeaTestFixtureFactory.getFixtureFactory().createLightFixtureBuilder() I can create a testing environment where all IDEA singletons are working and my ... -
Created [ANN] Osmorc 0.2.0
Osmorc is plugin that enables development of OSGI based applications with IDEA.It's still in its infancy and as of now only a few of the features necessary for serious OSGI application development ... -
Created [ANN] Osmorc 0.1 : OSGI support for IDEA
Osmorc is a plugin that enables the development of OSGI based applications in IDEA.This first release is somehow a proof of concept that development of OSGI applications in IDEA is possible, but it... -
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...