diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-02-19 14:43:01 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-02-19 14:43:01 +0000 |
commit | 10316c1a2e8448e5dd93a1d10c7e039115864925 (patch) | |
tree | 6f7e086731df3be9fdf5f7bd4aa844857f19e4cf /Source/SPContentFilterManager.h | |
parent | 69497bca10ddacbee15d48496455a371ea5ab9b0 (diff) | |
download | sequelpro-10316c1a2e8448e5dd93a1d10c7e039115864925.tar.gz sequelpro-10316c1a2e8448e5dd93a1d10c7e039115864925.tar.bz2 sequelpro-10316c1a2e8448e5dd93a1d10c7e039115864925.zip |
• added the chance to the user-defined Content Filter Editor to specify whether the leading <field> placeholder should be suppressed or not in order to be able to write a filter like "LENGTH($CURRENT_FIELD)>${}"
Diffstat (limited to 'Source/SPContentFilterManager.h')
-rw-r--r-- | Source/SPContentFilterManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPContentFilterManager.h b/Source/SPContentFilterManager.h index f8ffe16e..7c6525ba 100644 --- a/Source/SPContentFilterManager.h +++ b/Source/SPContentFilterManager.h @@ -49,6 +49,7 @@ IBOutlet id resultingClauseLabel; IBOutlet id resultingClauseContentLabel; IBOutlet id insertPlaceholderButton; + IBOutlet id suppressLeadingFiledPlaceholderCheckbox; IBOutlet BWAnchoredButtonBar *splitViewButtonBar; @@ -75,5 +76,6 @@ - (IBAction)exportContentFilter:(id)sender; - (IBAction)importContentFilterByAdding:(id)sender; - (IBAction)closeContentFilterManagerSheet:(id)sender; +- (IBAction)suppressLeadingFiledPlaceholderWasChanged:(id)sender; @end |