LinuxPlatform - makeServerWindows { }
Document.startup;
// make server window
//Server.internal.makeWindow;
//Server.local.makeWindow;
this.loadStartupFiles;
anyway, let's wait until we see what those guys came up with.
no point discussing it too much right now.
I think the "delegate" class is a good idea.You talked about the server windows. Before it was very easy to comment thoseout in the Main class. Now you have to look for the class (what's it's name...???) fromwithin Main, then Platform, then giving up and going into Finder to browse SC's classsystem to stumble upon a class called OSXPlatform (on my system). It's not as straightforward as it used to be.Would your "delegate" class simplify this process?thor