jacky wrote:admin wrote:The click trick is meant to quickly change the prefix *after* you have typed/selected the pattern.
hmm ok, but it's still described as "cycle through modes" so I would assume it would put the dropdown back on Standard...
No, it is described as "cycle the name pattern prefixes"
jacky wrote:And the second thing is a bug IMO: I type "*.php" as pattern as then, after, use the click to activate boolean --> It becomes ":*.php or *.htm" !! Why did my pattern got changed?? I did not want that. So what that my dropdown wasn't on "Standard"?

Indeed. Hey, it's not my fault (

) -- it's the stupid behavior of VB's dropdown control (aka ComboBox). One day a write my own... The grotesque truth is: when the ComboBox font is changed (which happens when switching to/from RegExp mode) then it automatically sets the text to a matching item from the MRU list, HUH?!? Yes it does... Anyway, I found a way to work around this by setting the item
twice! MS sometimes forces you to do strange things...