MBS Xojo Developer Conference and Training
Join us from 11th to 14th September 2013 in Koblenz.
Join us from 11th to 14th September 2013 in Koblenz.
Platforms to show: All Mac Windows Linux Cross-Platform
NSResponderMBS.moveForwardAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection forward by one element or character.
Notes:
If the end being modified is the backward end, this method reduces the selection; if the end being modified is the forward end, it expands the selection. The first moveBackwardAndModifySelection: or moveForwardAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the forward end becoming the mobile one if invoked first. By default, moveRightAndModifySelection: is bound to the right arrow key.
NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection forward by one element or character.
Notes:
If the end being modified is the backward end, this method reduces the selection; if the end being modified is the forward end, it expands the selection. The first moveBackwardAndModifySelection: or moveForwardAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the forward end becoming the mobile one if invoked first. By default, moveRightAndModifySelection: is bound to the right arrow key.
NSResponder declares but doesn't implement this method.
NSResponderMBS.moveLeft
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one element or character to the left.
Notes: In text, if there is a selection it should be deselected, and the insertion point should be placed at the left end of the former selection. NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one element or character to the left.
Notes: In text, if there is a selection it should be deselected, and the insertion point should be placed at the left end of the former selection. NSResponder declares but doesn't implement this method.
NSResponderMBS.moveLeftAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection to the left (display order) by one element or character.
Notes:
If the end being modified is the left end, this method expands the selection; if the end being modified is the right end, it reduces the selection. The first moveLeftAndModifySelection: or moveRightAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the left end becoming the mobile one if invoked first. By default, this method is bound to the left arrow key.
NSResponder declares but doesn't implement this method.
The essential difference between this method and the corresponding moveBackwardAndModifySelection: is that the latter method moves in logical order, which can differ in bidirectional text, whereas this method moves in display order.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection to the left (display order) by one element or character.
Notes:
If the end being modified is the left end, this method expands the selection; if the end being modified is the right end, it reduces the selection. The first moveLeftAndModifySelection: or moveRightAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the left end becoming the mobile one if invoked first. By default, this method is bound to the left arrow key.
NSResponder declares but doesn't implement this method.
The essential difference between this method and the corresponding moveBackwardAndModifySelection: is that the latter method moves in logical order, which can differ in bidirectional text, whereas this method moves in display order.
NSResponderMBS.moveParagraphBackwardAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the beginning of the previous paragraph, expanding or reducing the current selection.
Notes:
If the cursor is already at the beginning of a paragraph, the selection moves backward to the beginning of the previous paragraph.
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the beginning of the previous paragraph, expanding or reducing the current selection.
Notes:
If the cursor is already at the beginning of a paragraph, the selection moves backward to the beginning of the previous paragraph.
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
NSResponderMBS.moveParagraphForwardAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the beginning of the next paragraph, expanding or reducing the current selection.
Notes:
If the cursor is already at the end of a paragraph, the selection moves forward to the end of the next paragraph.
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the beginning of the next paragraph, expanding or reducing the current selection.
Notes:
If the cursor is already at the end of a paragraph, the selection moves forward to the end of the next paragraph.
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
NSResponderMBS.moveRight
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one element or character to the right.
Notes: In text, if there is a selection it should be deselected, and the insertion point should be placed at the right end of the former selection. NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one element or character to the right.
Notes: In text, if there is a selection it should be deselected, and the insertion point should be placed at the right end of the former selection. NSResponder declares but doesn't implement this method.
NSResponderMBS.moveRightAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection to the right (display order) by one element or character.
Notes:
If the end being modified is the left end, this method reduces the selection; if the end being modified is the right end, it expands the selection. The first moveLeftAndModifySelection: or moveRightAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the right end becoming the mobile one if invoked first. By default, this method is bound to the right arrow key.
NSResponder declares but doesn't implement this method.
The essential difference between this method and the corresponding moveForwardAndModifySelection: is that the latter method moves in logical order, which can differ in bidirectional text, whereas this method moves in display order.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection to the right (display order) by one element or character.
Notes:
If the end being modified is the left end, this method reduces the selection; if the end being modified is the right end, it expands the selection. The first moveLeftAndModifySelection: or moveRightAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the right end becoming the mobile one if invoked first. By default, this method is bound to the right arrow key.
NSResponder declares but doesn't implement this method.
The essential difference between this method and the corresponding moveForwardAndModifySelection: is that the latter method moves in logical order, which can differ in bidirectional text, whereas this method moves in display order.
NSResponderMBS.moveToBeginningOfDocument
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection to the first element of the document or the insertion point to the beginning.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection to the first element of the document or the insertion point to the beginning.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.moveToBeginningOfDocumentAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the beginning of the document, expanding or reducing the current selection.
Notes: Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the beginning of the document, expanding or reducing the current selection.
Notes: Available in Mac OS X v10.6 and later.
NSResponderMBS.moveToBeginningOfLine
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection to the first element of the selected line or the insertion point to the beginning of the line.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection to the first element of the selected line or the insertion point to the beginning of the line.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.moveToBeginningOfLineAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the beginning of the line, expanding or reducing the current selection.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the beginning of the line, expanding or reducing the current selection.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
NSResponderMBS.moveToBeginningOfParagraph
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the insertion point to the beginning of the selected paragraph.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the insertion point to the beginning of the selected paragraph.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.moveToBeginningOfParagraphAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the beginning of the current paragraph, expanding or reducing the current selection.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the beginning of the current paragraph, expanding or reducing the current selection.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
NSResponderMBS.moveToEndOfDocument
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection to the last element of the document or the insertion point to the end.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection to the last element of the document or the insertion point to the end.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.moveToEndOfDocumentAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the end of the document, expanding or reducing the current selection.
Notes: Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the end of the document, expanding or reducing the current selection.
Notes: Available in Mac OS X v10.6 and later.
NSResponderMBS.moveToEndOfLine
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection to the last element of the selected line or the insertion point to the end of the line.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection to the last element of the selected line or the insertion point to the end of the line.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.moveToEndOfLineAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection to the last element of the selected line or the insertion point to the end of the line.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.0 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection to the last element of the selected line or the insertion point to the end of the line.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.0 and later.
NSResponderMBS.moveToEndOfParagraph
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the insertion point to the end of the selected paragraph.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the insertion point to the end of the selected paragraph.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.moveToEndOfParagraphAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the end of the line, expanding or reducing the current selection.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the end of the line, expanding or reducing the current selection.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
NSResponderMBS.moveToLeftEndOfLine
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the left end of the line.
Notes:
In text, if there is a selection it should be deselected, and the insertion point should be placed at left end of the line. NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the left end of the line.
Notes:
In text, if there is a selection it should be deselected, and the insertion point should be placed at left end of the line. NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
NSResponderMBS.moveToLeftEndOfLineAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the left end of the line, expanding or contracting the selection as required.
Notes: Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the left end of the line, expanding or contracting the selection as required.
Notes: Available in Mac OS X v10.6 and later.
NSResponderMBS.moveToRightEndOfLine
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the right end of the line.
Notes: Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the right end of the line.
Notes: Available in Mac OS X v10.6 and later.
NSResponderMBS.moveToRightEndOfLineAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the right end of the line, expanding or contracting the selection as required.
Notes: Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point to the right end of the line, expanding or contracting the selection as required.
Notes: Available in Mac OS X v10.6 and later.
NSResponderMBS.moveUp
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one element or character up.
Notes: In text, if there is a selection it should be deselected, and the insertion point should be placed above the beginning of the former selection. NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one element or character up.
Notes: In text, if there is a selection it should be deselected, and the insertion point should be placed above the beginning of the former selection. NSResponder declares but doesn't implement this method.
NSResponderMBS.moveUpAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce the top or bottom end of the selection upward by one element, character, or line (whichever is appropriate for text direction).
Notes:
If the end being modified is the bottom, this method reduces the selection; if the end being modified is the top, it expands the selection. The first moveDownAndModifySelection: or moveUpAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the top end becoming the mobile one if invoked first.
NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce the top or bottom end of the selection upward by one element, character, or line (whichever is appropriate for text direction).
Notes:
If the end being modified is the bottom, this method reduces the selection; if the end being modified is the top, it expands the selection. The first moveDownAndModifySelection: or moveUpAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the top end becoming the mobile one if invoked first.
NSResponder declares but doesn't implement this method.
NSResponderMBS.moveWordBackward
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one word backward.
Notes: If there is a selection it should be deselected, and the insertion point should be placed at the end of the first word preceding the former selection. NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one word backward.
Notes: If there is a selection it should be deselected, and the insertion point should be placed at the end of the first word preceding the former selection. NSResponder declares but doesn't implement this method.
NSResponderMBS.moveWordBackwardAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection backward by one whole word.
Notes:
If the end being modified is the backward end, this method expands the selection; if the end being modified is the forward end, it reduces the selection. The first moveWordBackwardAndModifySelection: or moveWordForwardAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the backward end becoming the mobile one if invoked first.
NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection backward by one whole word.
Notes:
If the end being modified is the backward end, this method expands the selection; if the end being modified is the forward end, it reduces the selection. The first moveWordBackwardAndModifySelection: or moveWordForwardAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the backward end becoming the mobile one if invoked first.
NSResponder declares but doesn't implement this method.
NSResponderMBS.moveWordForward
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one word forward, in logical order.
Notes: If there is a selection it should be deselected, and the insertion point should be placed at the beginning of the first word following the former selection. NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one word forward, in logical order.
Notes: If there is a selection it should be deselected, and the insertion point should be placed at the beginning of the first word following the former selection. NSResponder declares but doesn't implement this method.
NSResponderMBS.moveWordForwardAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection forward by one whole word.
Notes: If the end being modified is the backward end, this method reduces the selection; if the end being modified is the forward end, it expands the selection. The first moveWordBackwardAndModifySelection: or moveWordForwardAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the forward end becoming the mobile one if invoked first. NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection forward by one whole word.
Notes: If the end being modified is the backward end, this method reduces the selection; if the end being modified is the forward end, it expands the selection. The first moveWordBackwardAndModifySelection: or moveWordForwardAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the forward end becoming the mobile one if invoked first. NSResponder declares but doesn't implement this method.
NSResponderMBS.moveWordLeft
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one word to the left, in display order.
Notes:
If there is a selection it should be deselected, and the insertion point should be placed at the end of the first word to the left of the former selection. NSResponder declares but doesn't implement this method.
The main difference between this method and the corresponding moveWordBackward: method is that the latter moves in logical order, which is important in bidirectional text, whereas this method moves in display order.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one word to the left, in display order.
Notes:
If there is a selection it should be deselected, and the insertion point should be placed at the end of the first word to the left of the former selection. NSResponder declares but doesn't implement this method.
The main difference between this method and the corresponding moveWordBackward: method is that the latter moves in logical order, which is important in bidirectional text, whereas this method moves in display order.
NSResponderMBS.moveWordLeftAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection left by one whole word in display order.
Notes:
If the end being modified is the left end, this method expands the selection; if the end being modified is the right end, it reduces the selection. The first moveWordLeftAndModifySelection: or moveWordRightAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the left end becoming the mobile one if invoked first.
NSResponder declares but doesn't implement this method.
The main difference between this method and the corresponding moveWordBackwardAndModifySelection: method is that the latter moves in logical order, which is important in bidirectional text, whereas this method moves in display order.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection left by one whole word in display order.
Notes:
If the end being modified is the left end, this method expands the selection; if the end being modified is the right end, it reduces the selection. The first moveWordLeftAndModifySelection: or moveWordRightAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the left end becoming the mobile one if invoked first.
NSResponder declares but doesn't implement this method.
The main difference between this method and the corresponding moveWordBackwardAndModifySelection: method is that the latter moves in logical order, which is important in bidirectional text, whereas this method moves in display order.
NSResponderMBS.moveWordRight
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one word right.
Notes:
If there is a selection it should be deselected, and the insertion point should be placed at the beginning of the first word to the right of the former selection. NSResponder declares but doesn't implement this method.
The main difference between this method and the corresponding moveWordForward: method is that the latter moves in logical order, which is important in bidirectional text, whereas this method moves in display order.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to move the selection or insertion point one word right.
Notes:
If there is a selection it should be deselected, and the insertion point should be placed at the beginning of the first word to the right of the former selection. NSResponder declares but doesn't implement this method.
The main difference between this method and the corresponding moveWordForward: method is that the latter moves in logical order, which is important in bidirectional text, whereas this method moves in display order.
NSResponderMBS.moveWordRightAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection to the right by one whole word.
Notes:
If the end being modified is the backward end, this method reduces the selection; if the end being modified is the forward end, it expands the selection. The first moveWordBackwardAndModifySelection: or moveWordForwardAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the forward end becoming the mobile one if invoked first. NSResponder declares but doesn't implement this method.
The main difference between this method and the corresponding moveWordForwardAndModifySelection: method is that the latter moves in logical order, which is important in bidirectional text, whereas this method moves in display order.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to expand or reduce either end of the selection to the right by one whole word.
Notes:
If the end being modified is the backward end, this method reduces the selection; if the end being modified is the forward end, it expands the selection. The first moveWordBackwardAndModifySelection: or moveWordForwardAndModifySelection: method in a series determines the end being modified by always expanding. Hence, this method results in the forward end becoming the mobile one if invoked first. NSResponder declares but doesn't implement this method.
The main difference between this method and the corresponding moveWordForwardAndModifySelection: method is that the latter moves in logical order, which is important in bidirectional text, whereas this method moves in display order.
NSResponderMBS.nextResponder as NSResponderMBS
property, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: The next responder in the responder chain.
Notes: (Read and Write computed property)
property, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: The next responder in the responder chain.
Notes: (Read and Write computed property)
NSResponderMBS.otherMouseDown(e as NSEventMBS)
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has pressed a mouse button other than the left or right one.
Notes:
The default implementation simply passes this message to the next responder.
Available in Mac OS X v10.1 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has pressed a mouse button other than the left or right one.
Notes:
The default implementation simply passes this message to the next responder.
Available in Mac OS X v10.1 and later.
NSResponderMBS.otherMouseDragged(e as NSEventMBS)
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has moved the mouse with a button other than the left or right button pressed.
Notes:
The default implementation simply passes this message to the next responder.
Available in Mac OS X v10.1 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has moved the mouse with a button other than the left or right button pressed.
Notes:
The default implementation simply passes this message to the next responder.
Available in Mac OS X v10.1 and later.
NSResponderMBS.otherMouseUp(e as NSEventMBS)
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has released a mouse button other than the left or right button.
Notes: The default implementation simply passes this message to the next responder.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has released a mouse button other than the left or right button.
Notes: The default implementation simply passes this message to the next responder.
NSResponderMBS.pageDown
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver down (or back) one page in its scroll view, also moving the insertion point to the top of the newly displayed page.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver down (or back) one page in its scroll view, also moving the insertion point to the top of the newly displayed page.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.pageDownAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver down (or back) one page in its scroll view, also moving the insertion point to the top of the newly displayed page. The selection is expanded or contracted as required.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver down (or back) one page in its scroll view, also moving the insertion point to the top of the newly displayed page. The selection is expanded or contracted as required.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
NSResponderMBS.pageUp
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver up (or forward) one page in its scroll view, also moving the insertion point to the top of the newly displayed page.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver up (or forward) one page in its scroll view, also moving the insertion point to the top of the newly displayed page.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.pageUpAndModifySelection
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver up (or forward) one page in its scroll view, also moving the insertion point to the top of the newly displayed page. The selection is expanded or contracted as necessary.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver up (or forward) one page in its scroll view, also moving the insertion point to the top of the newly displayed page. The selection is expanded or contracted as necessary.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
NSResponderMBS.performMnemonic(theString as string) as boolean
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Overridden by subclasses to handle a mnemonic.
Notes: If the character code or codes in theString match the receiver's mnemonic, the receiver should perform the mnemonic and return true. The default implementation does nothing and returns false. Mnemonics are not supported in Mac OS X.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Overridden by subclasses to handle a mnemonic.
Notes: If the character code or codes in theString match the receiver's mnemonic, the receiver should perform the mnemonic and return true. The default implementation does nothing and returns false. Mnemonics are not supported in Mac OS X.
NSResponderMBS.rightMouseDown(e as NSEventMBS)
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has pressed the right mouse button.
Notes: The default implementation simply passes this message to the next responder.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has pressed the right mouse button.
Notes: The default implementation simply passes this message to the next responder.
NSResponderMBS.rightMouseDragged(e as NSEventMBS)
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has moved the mouse with the right button pressed.
Notes: The default implementation simply passes this message to the next responder.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has moved the mouse with the right button pressed.
Notes: The default implementation simply passes this message to the next responder.
NSResponderMBS.rightMouseUp(e as NSEventMBS)
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has released the right mouse button.
Notes: The default implementation simply passes this message to the next responder.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has released the right mouse button.
Notes: The default implementation simply passes this message to the next responder.
NSResponderMBS.rotateWithEvent(e as NSEventMBS)
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has begun a rotation gesture.
Notes:
The event will be sent to the view under the touch in the key window.
Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the user has begun a rotation gesture.
Notes:
The event will be sent to the view under the touch in the key window.
Available in Mac OS X v10.6 and later.
NSResponderMBS.scrollLineDown
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver one line down in its scroll view, without changing the selection.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver one line down in its scroll view, without changing the selection.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.scrollLineUp
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver one line up in its scroll view, without changing the selection.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver one line up in its scroll view, without changing the selection.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.scrollPageDown
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver one page down in its scroll view, without changing the selection.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver one page down in its scroll view, without changing the selection.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.scrollPageUp
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver one page up in its scroll view, without changing the selection.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver one page up in its scroll view, without changing the selection.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.scrollToBeginningOfDocument
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver to the beginning of the document, without changing the selection.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver to the beginning of the document, without changing the selection.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
NSResponderMBS.scrollToEndOfDocument
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver to the end of the document, without changing the selection.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to scroll the receiver to the end of the document, without changing the selection.
Notes:
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
NSResponderMBS.scrollWheel(e as NSEventMBS)
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the mouse's scroll wheel has moved.
Notes:
The default implementation simply passes this message to the next responder.
Available in Mac OS X v10.0 and later.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 9.6, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Informs the receiver that the mouse's scroll wheel has moved.
Notes:
The default implementation simply passes this message to the next responder.
Available in Mac OS X v10.0 and later.
NSResponderMBS.selectAll
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to select all selectable elements.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to select all selectable elements.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.selectLine
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to select all elements in the line or lines containing the selection or insertion point.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to select all elements in the line or lines containing the selection or insertion point.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.selectParagraph
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to select all paragraphs containing the selection or insertion point.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to select all paragraphs containing the selection or insertion point.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.selectToMark
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to select all items from the insertion point or selection to a previously placed mark, including the selection itself if not empty.
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to select all items from the insertion point or selection to a previously placed mark, including the selection itself if not empty.
Notes: NSResponder declares but doesn't implement this method.
NSResponderMBS.selectWord
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to extend the selection to the nearest word boundaries outside it (up to, but not including, word delimiters).
Notes: NSResponder declares but doesn't implement this method.
method, Cocoa, MBS Real Studio CocoaBase Plugin (NSView), class NSResponderMBS,
Plugin version: 8.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Implemented by subclasses to extend the selection to the nearest word boundaries outside it (up to, but not including, word delimiters).
Notes: NSResponder declares but doesn't implement this method.
The items on this page are in the following plugins: MBS Real Studio CocoaBase Plugin.
Links
Bilder aus Nickenich