diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-12 10:33:07 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-12 10:33:07 +0000 |
commit | cd588325f3843d7c2e246ad58a8a47d78236e35c (patch) | |
tree | b74119119743e89c4345255a96b1e630ddf772be /Source/SPNavigatorController.h | |
parent | e5aa4302f8655a08d7fa7542893db009a6920689 (diff) | |
download | sequelpro-cd588325f3843d7c2e246ad58a8a47d78236e35c.tar.gz sequelpro-cd588325f3843d7c2e246ad58a8a47d78236e35c.tar.bz2 sequelpro-cd588325f3843d7c2e246ad58a8a47d78236e35c.zip |
• some minor work on Navigator
- refresh on first init
- sped up sorting a bit
- code improvements
- removed Quick Access since it can be outsourced (in the future)
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r-- | Source/SPNavigatorController.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h index d84598f8..4d6ee994 100644 --- a/Source/SPNavigatorController.h +++ b/Source/SPNavigatorController.h @@ -31,11 +31,9 @@ IBOutlet id outlineSchema2; IBOutlet id navigatorWindow; IBOutlet id infoTable; - IBOutlet id quickAccessTable; IBOutlet id searchField; IBOutlet id syncButton; - IBOutlet id infoQuickAccessSplitView; IBOutlet id schemaStatusSplitView; IBOutlet id schema12SplitView; @@ -66,7 +64,10 @@ NSImage *functionIcon; NSImage *fieldIcon; + BOOL wasNotShown; + Class NSDictionaryClass; + } + (SPNavigatorController *)sharedNavigatorController; |