aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-07-17 12:48:24 +0000
committerBibiko <bibiko@eva.mpg.de>2009-07-17 12:48:24 +0000
commitea68a07c5b1e2167f17ee8528faf43650997511a (patch)
tree5c8bde110fea2f34ec2457ecae679a3884e8e75f /Source/SPFieldEditorController.h
parente924f11978d280345572960636e5ffc42b53b5b2 (diff)
downloadsequelpro-ea68a07c5b1e2167f17ee8528faf43650997511a.tar.gz
sequelpro-ea68a07c5b1e2167f17ee8528faf43650997511a.tar.bz2
sequelpro-ea68a07c5b1e2167f17ee8528faf43650997511a.zip
• applied the new class SPFieldEditorController to TableContent
• deleted in DBVview.xib Field Editor Sheet (out-sourced)
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r--Source/SPFieldEditorController.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h
index 4867276f..51956bc0 100644
--- a/Source/SPFieldEditorController.h
+++ b/Source/SPFieldEditorController.h
@@ -38,15 +38,13 @@
IBOutlet id editSheet;
id sheetEditData;
-
- NSString *stringValue;
-
BOOL editSheetWillBeInitialized;
BOOL isBlob;
int quickLookCloseMarker;
NSStringEncoding encoding;
+ NSString *stringValue;
-
+ NSUserDefaults *prefs;
}
- (IBAction)closeEditSheet:(id)sender;
@@ -68,6 +66,4 @@
- (BOOL)textView:(NSTextView *)aTextView doCommandBySelector:(SEL)aSelector;
- (void)textViewDidChangeSelection:(NSNotification *)notification;
-- (void)clean;
-
@end