Are there any good SciTE alternatives that are mainly for Ruby editing
and compiling? I don't mean FreeRIDE, as I can't stand that program
(so many warnings and errors when you run it, it's unbelievable).
Can you guys give me any alternatives? (a link to a list or a direct
link is fine)
Are there any good SciTE alternatives that are mainly for Ruby editing
and compiling? I don't mean FreeRIDE, as I can't stand that program
(so many warnings and errors when you run it, it's unbelievable).
This may be the same problem fxri has. fxri does work though, so if you
say errors with freeride it may be something diferent.
Can you guys give me any alternatives? (a link to a list or a direct
link is fine)
I'm using jEdit as editor when I need to look at large classes. Normally
I'm using SciTE.
The free version of Komodo Edit may be of interest:
It's derived from Mozilla code I believe.
I'm not a GUI fan, and I still use my Unix editor (joe), but this is almost
good enough to make me change. It's fast to load, and easy to navigate.
There is also a version with IDE, which is expensive but has a free trial.
(But with Ruby, I'm happy using an editor to edit, and a shell to run)
Regards,
Brian.
···
On Sun, Mar 18, 2007 at 09:30:04PM +0900, PythonUsr wrote:
Are there any good SciTE alternatives that are mainly for Ruby editing
and compiling? I don't mean FreeRIDE, as I can't stand that program
(so many warnings and errors when you run it, it's unbelievable).
Can you guys give me any alternatives? (a link to a list or a direct
link is fine)
Am I missing something?
I have used FreeRide many times with no errors (unless my code has bugs).
Is there a problem with new versions?
Harry
···
On 3/18/07, PythonUsr <pythonusr@gmail.com> wrote:
Are there any good SciTE alternatives that are mainly for Ruby editing
and compiling? I don't mean FreeRIDE, as I can't stand that program
(so many warnings and errors when you run it, it's unbelievable).
On 3/18/07, PythonUsr <pythonusr@gmail.com> wrote:
Are there any good SciTE alternatives that are mainly for Ruby editing
and compiling? I don't mean FreeRIDE, as I can't stand that program
(so many warnings and errors when you run it, it's unbelievable).
Can you guys give me any alternatives? (a link to a list or a direct
link is fine)
Zeus has standard IDE features like syntax highlighting,
integrated version control, project/workspace, class
browsing etc, but it will also do smart indenting and
code folding for the Ruby language
And provided you have Ruby WSH installed you can even
write Zeus macros using Ruby
Jussi Jumppanen
Author: Zeus for Windows IDE
···
On Mar 18, 11:29 pm, "PythonUsr" <python...@gmail.com> wrote:
Are there any goodSciTEalternatives that are mainly for Ruby
editing and compiling?
Heh, I know... I usually use SciTE, but it hates me, now. It freezes
when I use gets() for anything...
I'll check jEdit out... Is it free?
···
On Mar 18, 9:34 am, Stefan Mahlitz <ste...@mahlitz-net.de> wrote:
PythonUsr wrote:
> Are there any good SciTE alternatives that are mainly for Ruby editing
> and compiling? I don't mean FreeRIDE, as I can't stand that program
> (so many warnings and errors when you run it, it's unbelievable).
This may be the same problem fxri has. fxri does work though, so if you
say errors with freeride it may be something diferent.
> Can you guys give me any alternatives? (a link to a list or a direct
> link is fine)
I'm using jEdit as editor when I need to look at large classes. Normally
I'm using SciTE.
jedit is available athttp://www.jedit.org/
You may want to read these instructions for how to install the ruby
pluginhttp://rubyjedit.org/download/
On 3/18/07, PythonUsr <pythonusr@gmail.com> wrote:
Are there any good SciTE alternatives that are mainly for Ruby editing
and compiling? I don't mean FreeRIDE, as I can't stand that program
(so many warnings and errors when you run it, it's unbelievable).
Can you guys give me any alternatives? (a link to a list or a direct
link is fine)
Is it a live project? I looked at both Mondrian and FreeRide a while back. They looked similar, but FreeRide looked more active, and it was in Gentoo's Portage tree.
Are there any good SciTE alternatives that are mainly for Ruby editing
and compiling? I don't mean FreeRIDE, as I can't stand that program
(so many warnings and errors when you run it, it's unbelievable).
Can you guys give me any alternatives? (a link to a list or a direct
link is fine)
The free version of Komodo Edit may be of interest: Komodo Edit - ActiveState
It's derived from Mozilla code I believe.
I'm not a GUI fan, and I still use my Unix editor (joe), but this is almost
good enough to make me change. It's fast to load, and easy to navigate.
There is also a version with IDE, which is expensive but has a free trial.
(But with Ruby, I'm happy using an editor to edit, and a shell to run)
Regards,
Brian.
I have the paid-up version of Komodo and I just love it! If you're doing multi-language development (Perl, Python, PHP, Tcl, Ruby are the main ones) it's very well integrated. If you're doing either Perl or Tcl development on Windows, it's probably the best thing out there. There are some good alternatives on open source platforms, but on Windows, Komodo is worth what they charge for it.
BTW, I have the Linux version.
···
On Sun, Mar 18, 2007 at 09:30:04PM +0900, PythonUsr wrote:
This was a probem with FXRuby when the first version of Ruby 1.8.5 was
released (tons of warnings, but it still worked) This was fix with newer
versions of FXRuby and/or the newer release of 1.8.5-p12. It shouldn't be a
problem any longer.
Curt
···
On 3/18/07, Harry <ruby.hardware@gmail.com> wrote:
On 3/18/07, PythonUsr <pythonusr@gmail.com> wrote:
> Are there any good SciTE alternatives that are mainly for Ruby editing
> and compiling? I don't mean FreeRIDE, as I can't stand that program
> (so many warnings and errors when you run it, it's unbelievable).
>
Am I missing something?
I have used FreeRide many times with no errors (unless my code has bugs).
Is there a problem with new versions?
Activestate just changed their licensing so I can't speak to the free
editor or expensive ide but I bought the $29 dollar ide and editor
from their last licensing model and I wouldn't use anything else.
Works on 3 platforms and has an 'intellisense' syntax analyzer that
has saved me quite a lot of time (especially in javascript but also in
ruby). It does have bugs and hopefully they have been fixed to justify
the new expensive ide. It also has a ruby shell but I found it lame
compared to SciTE's and irb.
Bob
···
On Mar 18, 9:56 am, Brian Candler <B.Cand...@pobox.com> wrote:
The free version of Komodo Edit may be of interest:Komodo Edit - ActiveState
It's derived from Mozilla code I believe.
I'm not a GUI fan, and I still use my Unix editor (joe), but this is almost
good enough to make me change. It's fast to load, and easy to navigate.
What platform? You may be able to get SciTE working properly again, and
not have to worry about a new editor.
···
On Sun, Mar 18, 2007 at 10:50:05PM +0900, PythonUsr wrote:
Heh, I know... I usually use SciTE, but it hates me, now. It freezes
when I use gets() for anything...
--
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Leon Festinger: "A man with a conviction is a hard man to change. Tell
him you disagree and he turns away. Show him facts and figures and he
questions your sources. Appeal to logic and he fails to see your point."
The free version of Komodo Edit may be of interest:Komodo Edit - ActiveState
It's derived from Mozilla code I believe.
I'm not a GUI fan, and I still use my Unix editor (joe), but this is almost
good enough to make me change. It's fast to load, and easy to navigate.
Activestate just changed their licensing so I can't speak to the free
editor or expensive ide but I bought the $29 dollar ide and editor
from their last licensing model and I wouldn't use anything else.
Works on 3 platforms and has an 'intellisense' syntax analyzer that
has saved me quite a lot of time (especially in javascript but also in
ruby). It does have bugs and hopefully they have been fixed to justify
the new expensive ide. It also has a ruby shell but I found it lame
compared to SciTE's and irb.
Bob
The licensing change was essentially to make the "$29 dollar IDE" (Personal Edition) free as in beer. I have the "expensive IDE" on Linux and the free editor on Windows. I'm really spoiled by the IDE -- I think it's worth the money for the hooks to CVS and Subversion and all the other goodies.
I'll have to agree with you on "irb" though. The full IDE has a hack to bring up the standard Ruby executable in an interactive mode, but if you're used to irb, you have to learn a new interface. I think the ActiveState folks are looking at connecting to irb, but even if they aren't, you can add a cmd prompt (Windows) or an xterm/konsole/whatever window running irb as a tool in the toolbox, which is what I've done.
···
On Mar 18, 9:56 am, Brian Candler <B.Cand...@pobox.com> wrote:
I look at the page every now and then, and there usually seems to be
progress. Seems like a nice, lightweight and polished IDE, though not
something I'd use due to its lack of a vim part
martin
···
On 3/19/07, M. Edward (Ed) Borasky <znmeb@cesmail.net> wrote:
Martin DeMello wrote:
>
> Mondrian [http://www.mondrian-ide.com/\] looks pretty good. I don't
> know why it's not more popular.
>
> martin
Is it a live project? I looked at both Mondrian and FreeRide a while
back. They looked similar, but FreeRide looked more active, and it was
in Gentoo's Portage tree.