diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-09-30 20:22:21 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-09-30 20:22:21 +0000 |
commit | 628c5e40844aa54baff93cfb5cafd5d2b473458a (patch) | |
tree | 6098b67856ba4767e66ca39fa91f947375b2939e /Source/TableContent.h | |
parent | 885534612cfd9564d54b6f988590e84567181905 (diff) | |
download | sequelpro-628c5e40844aa54baff93cfb5cafd5d2b473458a.tar.gz sequelpro-628c5e40844aa54baff93cfb5cafd5d2b473458a.tar.bz2 sequelpro-628c5e40844aa54baff93cfb5cafd5d2b473458a.zip |
• further progress on the Content Filter Editor
• fixed issue for "Add" a new favorite in SPQueryFavoriteManager:
- save pending changes in the query textView in beforehand
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r-- | Source/TableContent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h index e2d7237b..6ecc3a8e 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -69,6 +69,8 @@ NSMutableDictionary *contentFilters; NSMutableDictionary *numberOfDefaultFilters; + NSUInteger lastSelectedContentFilterIndex; + id contentFilterManager; BOOL sortColumnToRestoreIsAsc; NSString *sortColumnToRestore; @@ -131,5 +133,6 @@ - (void) clearDetailsToRestore; - (NSString *)escapeFilterArgument:(NSString *)argument againstClause:(NSString *)clause; +- (void)openContentFilterManager; @end |