[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

IntelliJ IDEA Ruby plugin

Gavin Sinclair

1/22/2007 3:18:00 AM

I haven't seen this mentioned in comp.lang.ruby yet, so here goes...

Jetbrains have done their first public release:

http://www.jetbrains.net/confluence/display/RU...

Screenshots:


http://www.jetbrains.net/confluence/display/RUBYDEV/Ruby+Plugin+0.1+Rel...

Cheers,
Gavin

3 Answers

David Vallner

1/25/2007 10:01:00 AM

0

On Mon, 22 Jan 2007 04:20:12 +0100, Gavin Sinclair <gsinclair@gmail.com>
wrote:

> I haven't seen this mentioned in comp.lang.ruby yet, so here goes...
>
> Jetbrains have done their first public release:
>
> http://www.jetbrains.net/confluence/display/RU...
>
> Screenshots:
>
>
> http://www.jetbrains.net/confluence/display/RUBYDEV/Ruby+Plugin+0.1+Rel...
>
> Cheers,
> Gavin
>
>

OMGWTFBBQ.

Core JetBrains stuff, not just the usual godawfully slow regexp-based
syntax highlighting? Woo.

David Vallner

Devin Mullins

1/25/2007 2:34:00 PM

0

Gavin Sinclair wrote:
> Jetbrains have done their first public release:
> http://www.jetbrains.net/confluence/display/RU...
> Screenshots:
> http://www.jetbrains.net/confluence/display/RUBYDEV/Ruby+Plugin+0.1+Rel...

God, *run configurations*? Why do they insist on taking something simple
and making it complicated?

Richard Conroy

1/25/2007 4:03:00 PM

0

On 1/25/07, Devin Mullins <twifkak@comcast.net> wrote:
> Gavin Sinclair wrote:
> > Jetbrains have done their first public release:
> > http://www.jetbrains.net/confluence/display/RU...
> > Screenshots:
> > http://www.jetbrains.net/confluence/display/RUBYDEV/Ruby+Plugin+0.1+Rel...
>
> God, *run configurations*? Why do they insist on taking something simple
> and making it complicated?

Because its not simple? Last time I checked, there is at least 3-4
different interpreters for Ruby worth using (classic, YARV, Rubinius
& JRuby) from an IDEA users perspective. Presumably their command
line arguments all differ, and Rails adds another dimension to it all.

My experience of IDEAs Run configurations is nothing but positive -
its defaults are the most sensible you can think of, so all that configuration
is a bit misleading - you rarely have to use it unless you need it.

IDEA is a great tool - the first Java IDE worth a damn, and without it,
eclipse would have nothing to steal good ideas from. I am certainly
quite happy to see them adding Ruby support.