Re: Controller class for documents/textView classes in Open Office (NSDocument like?)

2015-04-28 Thread ANTHONY CRUZ
I see. When i was looking at the source I was wondering what all that “sal” stuff was. I’ve been unable to find more info on the VCL (documentation wise). I see some of the C++ classes that are wrapping Cocoa stuff. When I see Objective-C, I feel at home. Is there any class documentation for

Re: Controller class for documents/textView classes in Open Office (NSDocument like?)

2015-04-25 Thread Ariel Constenla-Haile
Hello Anthony, On Fri, Apr 24, 2015 at 03:48:19PM -0400, ANTHONY CRUZ wrote: Ideally, I’d like to work with the Open Office source code for the main app on OS X. I was attempting to set up a working Xcode project (which I prefer over Eclipse and I’m interested in the Aqua build), so I’d be

Re: Controller class for documents/textView classes in Open Office (NSDocument like?)

2015-04-25 Thread Alexander Thurgood
Le 24/04/2015 21:48, ANTHONY CRUZ a écrit : Hi Anthony, Ideally, I’d like to work with the Open Office source code for the main app on OS X. I was attempting to set up a working Xcode project (which I prefer over Eclipse and I’m interested in the Aqua build), so I’d be able to run and

Re: Controller class for documents/textView classes in Open Office (NSDocument like?)

2015-04-24 Thread Ariel Constenla-Haile
Hello Anthony, On Thu, Apr 23, 2015 at 06:35:00PM -0400, ANTHONY CRUZ wrote: I’ve been digging through the source code in the Aqua build. I’m mainly and ObjC developer. I’d love to be able to set up an Xcode project and contribute to the project. After looking for a really long time for an

Re: Controller class for documents/textView classes in Open Office (NSDocument like?)

2015-04-24 Thread ANTHONY CRUZ
Ideally, I’d like to work with the Open Office source code for the main app on OS X. I was attempting to set up a working Xcode project (which I prefer over Eclipse and I’m interested in the Aqua build), so I’d be able to run and debug the application like a typical Cocoa app but there isn’t an

Controller class for documents/textView classes in Open Office (NSDocument like?)

2015-04-23 Thread ANTHONY CRUZ
I’ve been digging through the source code in the Aqua build. I’m mainly and ObjC developer. I’d love to be able to set up an Xcode project and contribute to the project. After looking for a really long time for an app delegate (not loaded from Interface Builder) I was able to find vclapp.mm.