diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-09-28 15:40:26 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-09-28 15:40:26 +0000 |
commit | a35320cccdf35ed167c65000f76f2cb4127e55ea (patch) | |
tree | 8e979e8f6c547b3511c29004c39fb1f3a0c5d46e /Source/TableContent.h | |
parent | e924e2ece4512233fa5ad020fecce25307c715a2 (diff) | |
download | sequelpro-a35320cccdf35ed167c65000f76f2cb4127e55ea.tar.gz sequelpro-a35320cccdf35ed167c65000f76f2cb4127e55ea.tar.bz2 sequelpro-a35320cccdf35ed167c65000f76f2cb4127e55ea.zip |
• fixed an issue of double-loading user-defined filters
• introduce a new placeholder $BINARY to the filter definition
- if user presses ⇧ while invoking the table filter and a filter had defined that placeholder the search will be case-sensitive; otherwise the placeholder $BINARY will be simply removed to search case-insensitive
- added tooltip for these string filters in ContentFilters.plist
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r-- | Source/TableContent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h index 0993110a..e2d7237b 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -68,6 +68,7 @@ int currentlyEditingRow, maxNumRows; NSMutableDictionary *contentFilters; + NSMutableDictionary *numberOfDefaultFilters; BOOL sortColumnToRestoreIsAsc; NSString *sortColumnToRestore; |