diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-10-30 09:45:43 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-10-30 09:45:43 +0000 |
commit | e3f9028ab739d9e973dd97345605c2abc2a79739 (patch) | |
tree | 03b08d41987d805e0a9599fc41f09253b47cfc7a /Source/SPCopyTable.h | |
parent | c93f78981eba6eb1f14dcd00c675c48b675b0494 (diff) | |
download | sequelpro-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/SPCopyTable.h')
-rw-r--r-- | Source/SPCopyTable.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPCopyTable.h b/Source/SPCopyTable.h index 49867ac1..4ed8dfb7 100644 --- a/Source/SPCopyTable.h +++ b/Source/SPCopyTable.h @@ -47,8 +47,14 @@ NSUserDefaults *prefs; + NSRange fieldEditorSelectedRange; + } + +- (void)setFieldEditorSelectedRange:(NSRange)aRange; +- (NSRange)fieldEditorSelectedRange; + /*! @method copy: @abstract does the work of copying |