From: <af...@al...> - 2006-03-08 21:18:15
|
Francesco Montorsi wrote: >> Yes, you can put those in there. > I've added the .icns only as you said it's the new format... Should be plenty, but you could add both... > I really can't help. > Looking at > > http://wiki.codeblocks.org/index.php?title=Compiling_Code:: > Blocks_in_Mac_OS_X#Bundle_application_for_Mac > > I see there are two ways to do a bundle. Which one would you suggest ? The second (NeXT) one, e.g. wxLuaEdit.app >>> - [optional] install mime handler for .lua files and associate them >>> with wxluaedit >> That would mean it would need to have some Mac code added, >> so that it can start files and so on. Hmm... Maybe Later :-) > why wxluaedit should need modifications ? > wxluaedit is already able to open any list of files given as > arguments... Yes, but they're not arguments - they're Apple Events. Unless there is such a wrapper for wxWidgets already, that translates files dropped onto it into arguments.... ? Will look, --anders |