From e3f9028ab739d9e973dd97345605c2abc2a79739 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sat, 30 Oct 2010 09:45:43 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Custom=20and=20Content=20table=20in-cell=20?= =?UTF-8?q?editing=20-=20a=20possible=20given=20selection=20done=20inside?= =?UTF-8?q?=20the=20edited=20cell=20will=20be=20passed=20to=20the=20field?= =?UTF-8?q?=20editor=20sheet=20for=20convenience=20since=20one=20often=20f?= =?UTF-8?q?orgets=20that=20the=20field=20editor=20sheet=20mode=20is=20acti?= =?UTF-8?q?ve?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPCopyTable.m | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Source/SPCopyTable.m') diff --git a/Source/SPCopyTable.m b/Source/SPCopyTable.m index 98dd45aa..66b97a81 100644 --- a/Source/SPCopyTable.m +++ b/Source/SPCopyTable.m @@ -38,6 +38,16 @@ NSInteger MENU_EDIT_COPY_AS_SQL = 2003; @implementation SPCopyTable +- (void)setFieldEditorSelectedRange:(NSRange)aRange +{ + fieldEditorSelectedRange = aRange; +} + +- (NSRange)fieldEditorSelectedRange +{ + return fieldEditorSelectedRange; +} + - (void)copy:(id)sender { NSString *tmp = nil; -- cgit v1.2.3