Alejandro Gomez
- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Created Idea 8 and Ubuntu 8.10
Hi,I'm running Idea 8 final on Ubuntu 8.10 with java 1.6.0_10 and it is complete unusable.Since I upgraded Ubuntu I was not able to use lastest EAP versions neither final version, scrolling takes t... -
Created clear action on ConsoleView
Hi,is it possible to intercept the call to the clear action (in the pop up menu) on a ConsoleView ? If no, can I remove the pop up to add my own clear action ?thanks in advanceAlejandro Gomez -
Created [ANN] Remote Tail
First public release of the Remote Tail plugin was added to the plugin repository.New releases will be announced under this topic.If you want to get informed automatically about new versions then p... -
Created GwtStudio and Linux
Hi,I was trying the last EAP build (5368) and now GWT plugin recognizes the toolkit under linux but there's another bug, when trying to run/debug a GWT configuration appears an error message which ... -
Created VfsUtil bug
Hi,I'm using copyFileRelative from VfsUtil (IDEA 5.1) and it seems to me there's a bug in it.line 443: VirtualFile childDir = toDir.findChild(token);should be: VirtualFile childDir = curDir.findChi... -
Created Plugin ClassLoader error
Hi,I'm getting the next exception while executing my plugin, Retrotranslator Integration, against Demetra 5181The class which can't be loaded belongs to backport-util-concurrent.jar, version includ... -
Created [ANN] Retrotranslator Integration
First public release of the Retrotranslator Integration plugin.New releases will be announced under this topic.If you want to get informed automatically about new versions then please select the "W... -
Created Adding DocComments takes too long
I'm writing a plugin for generating javadoc comments for every uncommentedelement (field, method, inner class, etc) in a java source file.Everything is fine and working but when I try to add the co...