diff options
author | bamse16 <marius@marius.me.uk> | 2009-05-14 13:26:16 +0000 |
---|---|---|
committer | bamse16 <marius@marius.me.uk> | 2009-05-14 13:26:16 +0000 |
commit | b60ee8e3720b0dac888f5d542869712a6c16e409 (patch) | |
tree | fae05445d95ed9174fde15390a47d15b5cf5d18b /Source/CMCopyTable.h | |
parent | d5ab2d92548974758959134bf169c7af33466ac9 (diff) | |
download | sequelpro-b60ee8e3720b0dac888f5d542869712a6c16e409.tar.gz sequelpro-b60ee8e3720b0dac888f5d542869712a6c16e409.tar.bz2 sequelpro-b60ee8e3720b0dac888f5d542869712a6c16e409.zip |
Issue 233: Option to copy field headings from result panels
Implementation of copy with column names menu item
Removal of copy column names
Diffstat (limited to 'Source/CMCopyTable.h')
-rw-r--r-- | Source/CMCopyTable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CMCopyTable.h b/Source/CMCopyTable.h index 8b4e1485..071554b1 100644 --- a/Source/CMCopyTable.h +++ b/Source/CMCopyTable.h @@ -68,7 +68,7 @@ - (unsigned int)draggingSourceOperationMaskForLocal:(BOOL)isLocal; /*! - @method selectedRowsAsTabString + @method selectedRowsAsTabStringWithHeaders @abstract getter of the selected rows of the table for copy @discussion For the selected rows returns a single string with each row separated by a newline and then for each column value separated by a @@ -76,7 +76,7 @@ returns something meaningful. @result The above described string, or nil if nothing selected */ -- (NSString *)selectedRowsAsTabString; +- (NSString *)selectedRowsAsTabStringWithHeaders:(BOOL)withHeaders; /*! @method draggedRowsAsTabString: |