diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-07-17 12:48:24 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-07-17 12:48:24 +0000 |
commit | ea68a07c5b1e2167f17ee8528faf43650997511a (patch) | |
tree | 5c8bde110fea2f34ec2457ecae679a3884e8e75f /Source/SPFieldEditorController.h | |
parent | e924f11978d280345572960636e5ffc42b53b5b2 (diff) | |
download | sequelpro-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.h | 8 |
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 |