[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Getting started problem -- Ruby and SciTE

Tim Rowe

12/10/2007 10:12:00 PM

I've just installed the MS Windows Ruby installation, and the syntax
highlighting in the version of SciTE that ships with it doesn't work
properly with the examples in The Pragmatic Programmer's Guide (it doesn't
recognise that the regexp has ended in the WordIndex class in the "Standard
Types" chapter. I've downloaded a more recent version of SciTE, which
recognises the syntax but I can't get Tools | Go to find the Ruby compiler
(the earlier version works fine).

Can anyone give me any clues on getting a nice, working, syntax-highlit IDE
for Ruby?

(FWIW, I can't get the Ruby.net VS integration working either, but that's
another issue).


2 Answers

Luis Lavena

12/11/2007 1:40:00 AM

0

On Dec 10, 7:12 pm, "Tim Rowe" <n...@digitig.co.uk> wrote:
> I've just installed the MS Windows Ruby installation, and the syntax
> highlighting in the version of SciTE that ships with it doesn't work
> properly with the examples in The Pragmatic Programmer's Guide (it doesn't
> recognise that the regexp has ended in the WordIndex class in the "Standard
> Types" chapter. I've downloaded a more recent version of SciTE, which
> recognises the syntax but I can't get Tools | Go to find the Ruby compiler
> (the earlier version works fine).
>

If the syntax highlight is broken, please report a ticket in the
tracker:

http://rubyforge.org/tracker/?gr...

> Can anyone give me any clues on getting a nice, working, syntax-highlit IDE
> for Ruby?

Komodo, Komodo Edit, NetBeans, Aptana, you name it :-P

Tim Rowe

12/11/2007 6:11:00 PM

0

"Luis Lavena" <luislavena@gmail.com> wrote in message
news:af8e3279-c12a-4fea-97fa-58d1d94f67b4@b40g2000prf.googlegroups.com...


> If the syntax highlight is broken, please report a ticket in the
> tracker:

Well, as I said, the latest version of SciTE handles the syntax just fine,
so it looks as if it's fixed -- I just can't get the latest version to find
the Ruby compiler. But I've switched from SciTE to Eclipse, which is a bit
more heavyweight than I would like on this laptop but seems to be working
just gerat, so it looks as if I'm sorted now. Thanks for your help.