aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-08-14 12:52:23 +0000
committerBibiko <bibiko@eva.mpg.de>2009-08-14 12:52:23 +0000
commitdb7399d810986569ba54ff5c83ea9c066112a33d (patch)
treea1a2d158906d6ab5821473279c2ff1c2a8cdcdae /Source/SPFieldEditorController.h
parent1fdf6898c1750fc0af72d9919cf370855f6a5bf2 (diff)
downloadsequelpro-db7399d810986569ba54ff5c83ea9c066112a33d.tar.gz
sequelpro-db7399d810986569ba54ff5c83ea9c066112a33d.tar.bz2
sequelpro-db7399d810986569ba54ff5c83ea9c066112a33d.zip
• minor changes to SPTooltip
• some work on the SPFieldEditor's undo manager (has to be continued)
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r--Source/SPFieldEditorController.h3
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