On 2/22/06, Arnaud Nicolet <[EMAIL PROTECTED]> wrote: > This is a standard Mac OS behaviour. If it doesn't exist in RB > 2005/2006 anymore, then RB is out of the Apple Guideline Interface. It > should not be a simple feature request but rather a do-it-now thing.
Actually, the behavior described is not standard Mac OS behavior. The standard behavior is to move the insertion point "To the beginning of the current paragraph, then to the beginning of the previous paragraph" for option-Up, and the opposite for option-Down. Since REALbasic isn't a text editor, we don't have the concept of paragraphs, so we treat each line as a paragraph. You can about read the various Mac OS standard keyboard shortcuts here (these are under Moving the Insertion Point): <http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/XHIGUserInput/chapter_11_section_3.html#//apple_ref/doc/uid/TP30000361-TPXREF61> HTH, Jon -- Jonathan Johnson REAL Software, Inc. REAL World 2006, The REALbasic User's Conference <http://www.realsoftware.com/realworld> _______________________________________________ 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>
