I've noticed that a couple of the cross-platform Ruby IDEs can run on
Mac OS X, but only at a low level (using X11), not natively (with an
Aqua interface).
Are any native OS X Ruby IDEs available that are being actively
developed?
I've noticed that a couple of the cross-platform Ruby IDEs can run on
Mac OS X, but only at a low level (using X11), not natively (with an
Aqua interface).
Are any native OS X Ruby IDEs available that are being actively
developed?
I've noticed that a couple of the cross-platform Ruby IDEs can run on
Mac OS X, but only at a low level (using X11), not natively (with an
Aqua interface).
Are any native OS X Ruby IDEs available that are being actively
developed?
Thank you.
well, freeride's gui is just another plugin. It is planned to have a wxruby gui that would look native on osx, but no effort started yet. It should not be too hard, anyway, maybe a good idea for a codefest
Depends on your definition of IDE. If it is 'big' then afaik, no. Nothing cocoa.
Eclipse runs in java and so looks pretty close to native and the rubyeclipse plug-in mentioned by Otaku is handy and free, however some bits of eclipse do feel a bit non-mac.
If your desire is more limited to text-editor+ then TextMate (€39) http://macromates.com/ is pretty handy, and appears to have been written with ruby and rails top of mind.
If you want something that will allow you to develop native Mac OS X guis, then you can use Mac's XCode together with rubycocoa (http://www.fobj.com/rubycocoa/\) to draw them.
As an aside, I have occasionally tinkered with the idea of writing a 'big' native IDE in rubycocoa. I don't think it would be too hard given cocoa's handy toolbox of components. If anyone is interested in collaborating on one, or feels a big need for such a thing, then let me know.
On 10 Jan 2005, at 00:21, Dr. Scott Steinman wrote:
I've noticed that a couple of the cross-platform Ruby IDEs can run on
Mac OS X, but only at a low level (using X11), not natively (with an
Aqua interface).
Are any native OS X Ruby IDEs available that are being actively
developed?
I've noticed that a couple of the cross-platform Ruby IDEs can run on
Mac OS X, but only at a low level (using X11), not natively (with an
Aqua interface).
Are any native OS X Ruby IDEs available that are being actively
developed?
Thank you.
well, freeride's gui is just another plugin. It is planned to have a
wxruby gui that would look native on osx, but no effort started yet. It
should not be too hard, anyway, maybe a good idea for a codefest
Is scintilla already ported to Cocoa/Carbon ?
···
--
Best regards, emailto: scholz at scriptolutions dot com
Lothar Scholz http://www.ruby-ide.com
CTO Scriptolutions Ruby, PHP, Python IDE 's
On Mon, 10 Jan 2005 22:45:48 +0900, Thomas Counsell <tamc2@cam.ac.uk> wrote:
Depends on your definition of IDE. If it is 'big' then afaik, no.
Nothing cocoa.
Eclipse runs in java and so looks pretty close to native and the
rubyeclipse plug-in mentioned by Otaku is handy and free, however some
bits of eclipse do feel a bit non-mac.
If your desire is more limited to text-editor+ then TextMate (€39) http://macromates.com/ is pretty handy, and appears to have been
written with ruby and rails top of mind.
If you want something that will allow you to develop native Mac OS X
guis, then you can use Mac's XCode together with rubycocoa
(http://www.fobj.com/rubycocoa/\) to draw them.
As an aside, I have occasionally tinkered with the idea of writing a
'big' native IDE in rubycocoa. I don't think it would be too hard
given cocoa's handy toolbox of components. If anyone is interested in
collaborating on one, or feels a big need for such a thing, then let me
know.
On 10 Jan 2005, at 00:21, Dr. Scott Steinman wrote:
> I've noticed that a couple of the cross-platform Ruby IDEs can run on
> Mac OS X, but only at a low level (using X11), not natively (with an
> Aqua interface).
>
> Are any native OS X Ruby IDEs available that are being actively
> developed?
>
> Thank you.
>
> Dr. Scott Steinman
> Southern College of Optometry
>
You aren't limited to Interface Builder. You can use XCode to edit ruby source complete with syntax coloring, class/function popup, and multiple files in the project.
···
On Jan 10, 2005, at 5:45 AM, Thomas Counsell wrote:
If you want something that will allow you to develop native Mac OS X guis, then you can use Mac's XCode together with rubycocoa (http://www.fobj.com/rubycocoa/\) to draw them.
> well, freeride's gui is just another plugin. It is planned to have a
> wxruby gui that would look native on osx, but no effort started yet. It
> should not be too hard, anyway, maybe a good idea for a codefest
Is scintilla already ported to Cocoa/Carbon ?
I know almost nothing about wxwidget, but since it claims full cross platform portability, and wxStyledTextCtrl(scintilla wrapper) is part of the wx distribution I'd expect it is 'yes'.
I.E. the SPE editor seem to run on OSX: http://spe.pycs.net/pictures/640x480/10.jpeg
But given you're writing IDEs you may be more informed than me on the argument
> well, freeride's gui is just another plugin. It is planned to have a
> wxruby gui that would look native on osx, but no effort started yet. It
> should not be too hard, anyway, maybe a good idea for a codefest
Is scintilla already ported to Cocoa/Carbon ?
I know almost nothing about wxwidget, but since it claims full cross platform portability, and wxStyledTextCtrl(scintilla wrapper) is part of the wx distribution I'd expect it is 'yes'.
I.E. the SPE editor seem to run on OSX: http://spe.pycs.net/pictures/640x480/10.jpeg
But given you're writing IDEs you may be more informed than me on the argument
wxWidgets already has a wrapper for SciTilla, and it works alright on Mac OS X. I'll add it to the wxruby widgets.