[Openmcl-devel] loading ccl-ide-init
Paul Krueger
plkrueger at comcast.net
Wed Oct 31 15:33:36 PDT 2012
Just upgraded to version 1.9-dev-r15490M-trunk (DarwinX8664) and discovered that loading the ccl-ide-init file has been put into the #/applicationWillFinishLaunching: method. I don't know when that happened because it's been a LONG time since I upgraded last. The problem with this is that the things that I have previously been doing in my ccl-ide-init require that the Application object already be initialized, which is not the case when this method is called. Is there some reason loading the ccl-ide-init file couldn't be put into a #/applicationDidFinishLaunching: method which is called after the Application object is initialized?
More information about the Openmcl-devel
mailing list