aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCopyTable.h
Commit message (Collapse)AuthorAgeFilesLines
* Bring outline view branch up to date with trunk (r3471:r3481).stuconnolly2012-02-191-2/+2
|
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-0/+11
|
* Bring outline view branch up to date with trunk (r3234:3277).stuconnolly2011-04-221-1/+6
|
* • Bundle CommandBibiko2010-12-021-2/+5
| | | | - for Data Table scope added the chance to specify the handling of BLOB fields (if underlying data are kind of NSData or GEOMETRY) as 'Exclude', 'Include', 'save as image file - the data will be saved as tif file and the path will appear in the table', 'save as file - the data will be saved as raw dat file and the path will appear in the table'; for GEOMETRY fields if set to 'save as {image} file' the representation will be saved as PDF file otherwise the WKT string appears
* • Bundle EditorBibiko2010-11-231-0/+2
| | | | | | | - fixed gui arragement - suppress error message if no ouptut key found in command.plist • added sequelpro://ID@/passToDoc/SelectTableRows/1/3/4/.. scheme command which selects given rows in current table if a SPCopyTable is the first responder; not valid given rows are ignored • added SP_SELECTED_ROW_INDICES as passed shell variable for Data Table scope
* • Bundle SupportBibiko2010-11-161-6/+17
| | | | | | - improved Data Table input commands SelectedTableRowsAsTab/Csv/SqlInsert, TableRowsAsTab/Csv/SqlInsert • fixed issue for Copy with Column Names: removed ?\020last appended tab in header line
* • Bundle supportBibiko2010-11-161-0/+2
| | | | | - added skeleton for scope datatable support - removed unnecessary code
* • minor code cleaning and comment stuffBibiko2010-11-021-29/+27
|
* • Custom and Content table in-cell editingBibiko2010-10-301-0/+6
| | | | - 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
* Tidy up.stuconnolly2010-10-191-1/+0
|
* • fixed several issues for in cell editing of Custom Query tables and view ↵Bibiko2010-08-251-0/+4
| | | | | | | | data in Content tables - now each cell can be selected via keyboard navigation regardless whether it's editable or not; only if the user tries to modify it then it will be checked if it's editable or not - for speed while navigation - fixed issue for view data editing to show blobs in editor sheet if user wants to modify it - Note: still work on progress
* Rename CMCopyTable to SPCopyTable.stuconnolly2010-08-191-0/+154