aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.h
Commit message (Collapse)AuthorAgeFilesLines
* - Consolidate structure and content row editing cancellation code into a ↵rowanbeentje2010-09-161-0/+1
| | | | | | | | | | single function in each class - Tweak NSTableView subclasses to catch presses of the Escape key and ask the class to abort row editing. This makes Esc key behaviour much more consistent, and allows cancelling/reverting edits made via the mouse (eg checkboxes, dropdowns, enums), or after the cell editing has finished but the row is still selected. - Remove debug - Update localisable strings
* • added to Structure source table's context menu item: "Show optimized ↵Bibiko2010-09-121-0/+1
| | | | field type" which will come up with a suggested field type calculated by PROCEDURE ANALYSE(0,8192)
* • TableStructureBibiko2010-09-101-0/+2
| | | | | | - moved field type suggestions for combobox as data source to SPTableStructure - applied type combobox lowercased completion while typing - improved DEFAULT handling for any numeric, date, time fields if DEFAULT was set to an empty string '' - if so skip it to avoid unnecessary error messages
* • Structure editingBibiko2010-09-091-0/+2
| | | | | | | - fixed issue while drag&drop an auto_inc field > ignore DEFAULT - fixed several keyboard navigation issues - further code improvements - fixed encoding editing
* • TableStructureBibiko2010-09-091-1/+4
| | | | | | | - changed: field information are retrieved via [SPTableData columns]; mainly to get all infos like comment, encoding, and collation - added the chance to edit encoding, collation, and comment for each field Note: This is work is progress - not yet optimized but fully workable. Due to GUI I simply added these three columns - improvements will follow
* Tweak structure view index collapsing:rowanbeentje2010-07-171-0/+5
| | | | | | | - Make the minimum index view size a little smaller - Add a button to reveal the indexes subview when it is collapsed. This button is hidden when te index view is not collapsed. This addresses Issue #746
* Split the management of a table's indexes (adding and removing) to its own ↵stuconnolly2010-06-141-14/+7
| | | | controller and XIB in preparation for the UI redesign.
* Rename TableSource to SPTableStructure.stuconnolly2010-05-271-0/+109