Hello everybody, I'm spending more and more time with macruby but I'm not very happy with XCode yet. The IDE is pretty good but I didn't found a good theme that colorizes Ruby syntax in the right way. I don't consider TextMate and Vim because for frameworks like Cocoa I think autocomplete and integration with docs is really important. What do you guys use for edit MacRuby code?
I use a combination of XCode, RubyMine and TextMate. XCode I use mostly for interface builder and wiring up UI and MacRuby specific things. RubyMine I use for general library development of gems and larger bodies of code or frameworks TextMate I use mostly for code snippets, evaluating frameworks, scripting and when I just don't feel like bringing up RubyMine or XCode for small changes -Travis On 2011-01-17, at 1:22 PM, Daniel Lopes wrote:
Hello everybody,
I'm spending more and more time with macruby but I'm not very happy with XCode yet. The IDE is pretty good but I didn't found a good theme that colorizes Ruby syntax in the right way. I don't consider TextMate and Vim because for frameworks like Cocoa I think autocomplete and integration with docs is really important.
What do you guys use for edit MacRuby code?
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
I use XCode only for the build process to create the .app. Interface Builder for the design and linking objects. With one exception I use RubyMine for the whole rest of Mac development. Actually RubyMine doesn't support MacRubys 'framework' concept yet, so I rarely need to use XCode for Mac specific development where RubyMine doesn't understand Objectiv-C.What I am doing with MacRuby? I develop a StarCraft 2 Replay parser. --- Travis Kay <protozen@gmail.com> schrieb am Di, 18.1.2011: Von: Travis Kay <protozen@gmail.com> Betreff: Re: [MacRuby-devel] IDE and TextEditor An: "MacRuby development discussions." <macruby-devel@lists.macosforge.org> Datum: Dienstag, 18. Januar, 2011 01:35 Uhr I use a combination of XCode, RubyMine and TextMate. XCode I use mostly for interface builder and wiring up UI and MacRuby specific things. RubyMine I use for general library development of gems and larger bodies of code or frameworks TextMate I use mostly for code snippets, evaluating frameworks, scripting and when I just don't feel like bringing up RubyMine or XCode for small changes -Travis On 2011-01-17, at 1:22 PM, Daniel Lopes wrote:
Hello everybody,
I'm spending more and more time with macruby but I'm not very happy with XCode yet. The IDE is pretty good but I didn't found a good theme that colorizes Ruby syntax in the right way. I don't consider TextMate and Vim because for frameworks like Cocoa I think autocomplete and integration with docs is really important.
What do you guys use for edit MacRuby code?
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Did anyone mention RedCar, the editor written in Ruby? Do any users of it have good words to say about it? Can it even run with MacRuby? On Jan 18, 2011, at 1:10 AM, denny trebbin wrote:
I use XCode only for the build process to create the .app. Interface Builder for the design and linking objects. With one exception I use RubyMine for the whole rest of Mac development. Actually RubyMine doesn't support MacRubys 'framework' concept yet, so I rarely need to use XCode for Mac specific development where RubyMine doesn't understand Objectiv-C. What I am doing with MacRuby? I develop a StarCraft 2 Replay parser.
--- Travis Kay <protozen@gmail.com> schrieb am Di, 18.1.2011:
Von: Travis Kay <protozen@gmail.com> Betreff: Re: [MacRuby-devel] IDE and TextEditor An: "MacRuby development discussions." <macruby-devel@lists.macosforge.org> Datum: Dienstag, 18. Januar, 2011 01:35 Uhr
I use a combination of XCode, RubyMine and TextMate.
XCode I use mostly for interface builder and wiring up UI and MacRuby specific things. RubyMine I use for general library development of gems and larger bodies of code or frameworks TextMate I use mostly for code snippets, evaluating frameworks, scripting and when I just don't feel like bringing up RubyMine or XCode for small changes
-Travis
On 2011-01-17, at 1:22 PM, Daniel Lopes wrote:
Hello everybody,
I'm spending more and more time with macruby but I'm not very happy with XCode yet. The IDE is pretty good but I didn't found a good theme that colorizes Ruby syntax in the right way. I don't consider TextMate and Vim because for frameworks like Cocoa I think autocomplete and integration with docs is really important.
What do you guys use for edit MacRuby code?
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
On Tue, Jan 18, 2011 at 8:32 PM, Robert Love <rblove_lists@comcast.net>wrote:
Did anyone mention RedCar, the editor written in Ruby? Do any users of it have good words to say about it? Can it even run with MacRuby?
RedCar runs in JRuby and makes use of JVM-only things like SWT. I've tried installing the gem for it in MacRuby, but I get the dread "argument out of range" error (which I've gotten with some other gems too): ERROR: While executing gem ... (ArgumentError) argument out of range
participants (5)
-
Daniel Lopes
-
denny trebbin
-
Eric Christopherson
-
Robert Love
-
Travis Kay