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