Platforms to show: All Mac Windows Linux Cross-Platform
Back to NSResponderMBS class.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Cocoa | MBS MacBase Plugin | 8.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
NSResponder declares but doesn't implement this method.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Cocoa | MBS MacBase Plugin | 8.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
A field editor might respond to this method by selecting the field before it, while a regular text object either doesn't respond to or ignores such a message. NSResponder declares but doesn't implement this method.
NSResponderMBS.insertContainerBreak
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Cocoa | MBS MacBase Plugin | 8.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
NSResponder declares but doesn't implement this method. NSTextView implements it to insert an NSFormFeedCharacter character (0x000c).
NSResponderMBS.insertDoubleQuoteIgnoringSubstitution
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Cocoa | MBS MacBase Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
NSResponderMBS.insertLineBreak
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Cocoa | MBS MacBase Plugin | 8.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
NSResponder declares but doesn't implement this method. NSTextView implements it to insert an NSLineSeparatorCharacter character (0x2028).
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Cocoa | MBS MacBase Plugin | 8.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
NSResponder declares but doesn't implement this method.
NSResponderMBS.insertNewlineIgnoringFieldEditor
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Cocoa | MBS MacBase Plugin | 8.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Unlike insertNewline:, this method always inserts a line-break character and doesn't cause the receiver to end editing. NSResponder declares but doesn't implement this method.
NSResponderMBS.insertParagraphSeparator
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Cocoa | MBS MacBase Plugin | 8.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
NSResponder declares but doesn't implement this method.
NSResponderMBS.insertSingleQuoteIgnoringSubstitution
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Cocoa | MBS MacBase Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
NSResponder declares but doesn't implement this method.
Available in Mac OS X v10.6 and later.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Cocoa | MBS MacBase Plugin | 8.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
NSResponder declares but doesn't implement this method.
NSResponderMBS.insertTabIgnoringFieldEditor
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Cocoa | MBS MacBase Plugin | 8.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Unlike insertTab:, this method always inserts a tab character and doesn't cause the receiver to end editing. NSResponder declares but doesn't implement this method.
NSResponderMBS.insertText(text as string) New in 25.4
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Cocoa | MBS MacBase Plugin | 25.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
text: The string to insert in the responder.
The items on this page are in the following plugins: MBS MacBase Plugin.