diff options
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r-- | Source/SPFieldEditorController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h index e5fbb0e3..31ec6f44 100644 --- a/Source/SPFieldEditorController.h +++ b/Source/SPFieldEditorController.h @@ -52,6 +52,7 @@ unsigned long long maxTextLength; BOOL editTextViewWasChanged; BOOL allowUndo; + BOOL wasCutPaste; NSUserDefaults *prefs; @@ -83,4 +84,6 @@ - (BOOL)textView:(NSTextView *)aTextView doCommandBySelector:(SEL)aSelector; - (void)textViewDidChangeSelection:(NSNotification *)notification; +- (void)setWasCutPaste; + @end |