Re: [MacRuby-devel] PBI - macirb as a console, debugger, etc.
Mashing in another idea, I'd like to be able to use macirb (and ultimately, MR itself) to make GreaseMonkey-like changes to an existing Cocoa app. That is, move tings around in the interface, change their behavior, etc. How much of this might be possible? -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm@cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development
http://www.rubyinside.com/inject-ruby-into-any-running-os-x-application-659.... That's with RubyCocoa, but it could just as easily be MacRuby running in that extra thread... On Oct 24, 2008, at 5:33 PM, Rich Morin wrote:
Mashing in another idea, I'd like to be able to use macirb (and ultimately, MR itself) to make GreaseMonkey-like changes to an existing Cocoa app. That is, move tings around in the interface, change their behavior, etc. How much of this might be possible?
-r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm@cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841
Technical editing and writing, programming, and web development _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Yep, a similar concept could be implemented with MacRuby. There is only one problem, the target Cocoa process must support the ObjC GC, otherwise it won't work very well. Laurent On Oct 24, 2008, at 7:43 PM, Jordan K. Hubbard wrote:
http://www.rubyinside.com/inject-ruby-into-any-running-os-x-application-659....
That's with RubyCocoa, but it could just as easily be MacRuby running in that extra thread...
On Oct 24, 2008, at 5:33 PM, Rich Morin wrote:
Mashing in another idea, I'd like to be able to use macirb (and ultimately, MR itself) to make GreaseMonkey-like changes to an existing Cocoa app. That is, move tings around in the interface, change their behavior, etc. How much of this might be possible?
-r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm@cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841
Technical editing and writing, programming, and web development _______________________________________________ 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
participants (3)
-
Jordan K. Hubbard
-
Laurent Sansonetti
-
Rich Morin