Re: [MacRuby-devel] Xcode 4.3 move template files -- Workaround found!!!

2012-02-20 Thread Sean Mateus
you can test this example! just create an example App delegate, you’ll not be able to connect the accessors nor actions! class AppDelegate attr_accessor :window, :more def applicationDidFinishLaunching(a_notification) # because of this, rb_nibtool will not work notif = -> na

Re: [MacRuby-devel] Xcode 4.3 move template files -- Workaround found!!!

2012-02-20 Thread Kevin Poorman
Cay you post an example of the syntax thats breaking ? or a test or something? I'd like to take a crack at fixing it since rb_nibtool is, well, just a ruby script On Feb 20, 2012, at 3:14 PM, Sean Mateus wrote: > Thanks Kevin, > > I just found out the rb_nibtool is having some issues with blo

Re: [MacRuby-devel] Xcode 4.3 move template files -- Workaround found!!!

2012-02-20 Thread Sean Mateus
Thanks Kevin, I just found out the rb_nibtool is having some issues with blocks syntax! I’ll open a ticket and will try to understand how the rb_nibtool work and hope to be able to fix it! Sean ___ MacRuby-devel mailing list MacRuby-devel@lists.macos

Re: [MacRuby-devel] Xcode 4.3 move template files -- Workaround found!!!

2012-02-20 Thread Kevin Poorman
Sean, I am able to define methods like: def test_method sender puts "yes! it's working!" end and see them as actions in IB. Is that what you're talking about ? On Feb 20, 2012, at 4:16 AM, Sean Mateus wrote: > Hi Kevin, > > great work! > it's almost working for me, all attr_accessors

Re: [MacRuby-devel] Xcode 4.3 move template files -- Workaround found!!!

2012-02-20 Thread Sean Mateus
Hi Kevin, great work! it's almost working for me, all attr_accessors are shown but not the actions! can you try it out, just to check if with my setup or it's a bug! -Mateus ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://list

Re: [MacRuby-devel] Xcode 4.3 move template files -- Workaround found!!!

2012-02-18 Thread Matt Aimonetti
Nice... Can someone working on the installers drop a symlink for now? -m Sent from my iPad On Feb 18, 2012, at 8:40 PM, Kevin Poorman wrote: tl;dr: put a symlink in /Application/xcode/contents/developer/tools that points to your /Library/Frameworks/macruby.../rb_nibtool; restart Xcode; get back

Re: [MacRuby-devel] Xcode 4.3 move template files -- Workaround found!!!

2012-02-18 Thread Kevin Poorman
tl;dr: put a symlink in /Application/xcode/contents/developer/tools that points to your /Library/Frameworks/macruby.../rb_nibtool; restart Xcode; get back to writing code. I don't know whether to laugh or cry here. -- More importantly which is the bigger bug. as it turns out adding a symboli