diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-09-09 22:00:24 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-09-09 22:00:24 +0000 |
commit | f86f79972a0960772f46356bb3949757e82f796e (patch) | |
tree | 8b4bf08e137ce51e20e56efe54e7d507b419410f /Source/SPTableStructure.h | |
parent | d4ef8601fd21fb9044fd01623d6afe958aa6d300 (diff) | |
download | sequelpro-f86f79972a0960772f46356bb3949757e82f796e.tar.gz sequelpro-f86f79972a0960772f46356bb3949757e82f796e.tar.bz2 sequelpro-f86f79972a0960772f46356bb3949757e82f796e.zip |
• Structure editing
- fixed issue while drag&drop an auto_inc field > ignore DEFAULT
- fixed several keyboard navigation issues
- further code improvements
- fixed encoding editing
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r-- | Source/SPTableStructure.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h index 74905e5e..0be1082b 100644 --- a/Source/SPTableStructure.h +++ b/Source/SPTableStructure.h @@ -54,6 +54,8 @@ IBOutlet NSSplitView *tablesIndexesSplitView; IBOutlet NSButton *indexesShowButton; + IBOutlet id encodingPopupCell; + id databaseDataInstance; MCPConnection *mySQLConnection; |