diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-10-15 10:40:15 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-10-15 10:40:15 +0000 |
commit | 1d5ac4c0f11e84ba5612c04c7984768f797a729c (patch) | |
tree | aeb768a2d99a6760f2e03e8e5ec0b59d3733878b /Source/SPTableStructure.h | |
parent | f0e656abd33789d8ad00a95c89b13bd891ae3879 (diff) | |
download | sequelpro-1d5ac4c0f11e84ba5612c04c7984768f797a729c.tar.gz sequelpro-1d5ac4c0f11e84ba5612c04c7984768f797a729c.tar.bz2 sequelpro-1d5ac4c0f11e84ba5612c04c7984768f797a729c.zip |
• implemented for TableStructure's source table the possibility to hide/unhide the columns: Key, encoding, collation, comment by adding a gear menu 'View Columns'; the hide status will be saved inside the Pref key: 'NSTableView Hidden Columns SPTableStructureSource'
- this implements the feature request issue 868
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r-- | Source/SPTableStructure.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h index d5229153..b6c29f45 100644 --- a/Source/SPTableStructure.h +++ b/Source/SPTableStructure.h @@ -54,6 +54,8 @@ IBOutlet NSSplitView *tablesIndexesSplitView; IBOutlet NSButton *indexesShowButton; + IBOutlet id viewColumnsMenu; + IBOutlet id encodingPopupCell; id databaseDataInstance; @@ -85,6 +87,7 @@ - (IBAction)removeField:(id)sender; - (IBAction)resetAutoIncrement:(id)sender; - (IBAction)showOptimizedFieldType:(id)sender; +- (IBAction)toggleColumnView:(id)sender; - (BOOL)cancelRowEditing; // Index sheet methods |