diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-05-18 08:52:22 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-05-18 08:52:22 +0000 |
commit | 60499d15b77daafc2513fa6372774193ceb6eed4 (patch) | |
tree | 83d2e316e02367fa7d182d6936ca7450c7d83ab3 /Source/TablesList.h | |
parent | 570bd13276ebca100befb65b273e7ba51e578b1a (diff) | |
download | sequelpro-60499d15b77daafc2513fa6372774193ceb6eed4.tar.gz sequelpro-60499d15b77daafc2513fa6372774193ceb6eed4.tar.bz2 sequelpro-60499d15b77daafc2513fa6372774193ceb6eed4.zip |
• improved renameTable:
- support for renaming a view
- sheet listens to RETURN key
- sheet text field is set the selected name as default
- if name == selected name disables Rename button
- sheet message according to table type
• cleaned action menu
- if more than one item is selected hide non-relevant menu items
• delete file references for SPScriptEngine.* from Xcode project due to the fact that these files are not found since the last commit
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index a1268ee7..1d05d62d 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -65,6 +65,7 @@ enum sp_table_types IBOutlet NSMenuItem *removeTableMenuItem; IBOutlet NSMenuItem *duplicateTableMenuItem; IBOutlet NSMenuItem *renameTableMenuItem; + IBOutlet NSMenuItem *separatorTableMenuItem; CMMCPConnection *mySQLConnection; |