Re: [MacRuby-devel] allowedFileTypes and NSOpenPanel

2010-11-22 Thread Gregoire LEJEUNE
Hi Laurent, I use Mac OS X 10.6.5, MacRuby 0.7, Xcode 3.2.5. Greg 2010/11/22 Laurent Sansonetti : > Hi Gregoire, > I ran your snippet from the terminal and the panel was only able to select > these file types, in my environment. > What version of Mac OS X do you run? It's possible that there is

Re: [MacRuby-devel] Is is possible to debug a MacRuby Cocoa app?

2010-11-22 Thread Ryan Porter
Thank you very much for the replies. I completely understand now about the state of the debugger, and I'm interested in alpha testing whatever debugger is available. I'm not afraid of experimental, bleeding-edge code and tweaking things out. Clicking on lines in XCode to set breakpoints like a

Re: [MacRuby-devel] Conforming to a protocol

2010-11-22 Thread Eloy Duran
I just pushed a fix for this which checks if the class, or instance, implements the required methods for the protocol given to conformsToProtocol:. Please give it a try :) Eloy On 22 nov 2010, at 02:53, Laurent Sansonetti wrote: > I commented the #999 ticket, I believe there is a way to make M

Re: [MacRuby-devel] Conforming to a protocol

2010-11-22 Thread Laurent Sansonetti
I fixed a bug in your fix and improved it, so that we will automatically register the given protocol in the class, therefore the second call to conformsToProtocol: will be faster. Please give it a try guys, it should be available in tonight's nightly build. Laurent On Nov 22, 2010, at 3:12 PM,