aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-10-30 09:45:43 +0000
committerBibiko <bibiko@eva.mpg.de>2010-10-30 09:45:43 +0000
commite3f9028ab739d9e973dd97345605c2abc2a79739 (patch)
tree03b08d41987d805e0a9599fc41f09253b47cfc7a /Source/SPTableContent.h
parentc93f78981eba6eb1f14dcd00c675c48b675b0494 (diff)
downloadsequelpro-e3f9028ab739d9e973dd97345605c2abc2a79739.tar.gz
sequelpro-e3f9028ab739d9e973dd97345605c2abc2a79739.tar.bz2
sequelpro-e3f9028ab739d9e973dd97345605c2abc2a79739.zip
• Custom and Content table in-cell editing
- a possible given selection done inside the edited cell will be passed to the field editor sheet for convenience since one often forgets that the field editor sheet mode is active
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index d1a70a5c..893d767d 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -134,8 +134,14 @@
NSColor *lightGrayColor;
SPFieldEditorController *fieldEditor;
+ NSRange fieldEditorSelectedRange;
+
}
+
+- (void)setFieldEditorSelectedRange:(NSRange)aRange;
+- (NSRange)fieldEditorSelectedRange;
+
// Table loading methods and information
- (void) loadTable:(NSString *)aTable;
- (void) clearTableValues;