The default Menubar1 in new projects has constants for many of the menu item text and shortcuts. These are "#App.kFileQuitShortcut" for example. But currently, if you rename your Application subclass to something more descriptive, the default menu items break, and you have to go through and change "#App." to "#NewAppName." (or whatever your new app name is). This is onerous.
In code, you can always get to these constants properly even using "App." as the prefix, because App is a global method that returns your Application singleton, regardless of the class name. But the IDE (at least in the menu editor) doesn't seem to grok this, leading to incorrect displays in the IDE (e.g. "#App.kFileQuitShortcut" instead of "<cmd>-Q") and in the built app (e.g. <cmd>-t for a shortcut instead of <cmd>-Q). <http://www.realsoftware.com/feedback/viewreport.php?reportid=qmcxeoqz> Cheers, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
