diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-14 12:52:23 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-14 12:52:23 +0000 |
commit | db7399d810986569ba54ff5c83ea9c066112a33d (patch) | |
tree | a1a2d158906d6ab5821473279c2ff1c2a8cdcdae /Source/SPFieldEditorController.h | |
parent | 1fdf6898c1750fc0af72d9919cf370855f6a5bf2 (diff) | |
download | sequelpro-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.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 |