#1: It doesn't like it if you enter ( or ) as part of the name or pattern.
For example, entering "JOE" with pattern "*.*" gives
JOE ((*.*))
Note that it doubles up the ( and ) and confuses the search, for example:
Selected Pattern "All files"
Find all "asdasd", "C:\Users\jporkka\Documents\Slickedit\", "*.*"
Selected pattern "JOE"
Find all "asdasd", "C:\Users\jporkka\Documents\Slickedit\", "(*.*;)"
It doesn't like "," or ";" either.
#2: "Add New Filter" only lets me enter a name, not a value
#3: "Add New Filter" puts the new entry at the bottom of the list, should be on top - I will probably want to use it soon.
#4: Add New Filter "HELP" doesn't work:
---------------------------
SlickEdit Pro
---------------------------
Help item 'Add New Filter dialog' not found
---------------------------
OK
---------------------------
#5 While the Filter Editor doesn't have a help button and doesn't support F1 either.
#6 More of a wish: Get rid of the "Filter Name" and "Filter Value" boxes for editing. Instead, make "filters" be a 2 column sortable list (Name, value) with edit-in-place. OIC--it already supports edit-in-place for the name.
#7 What is the relationship between this list and the extensions for languages?
For example, I added "stop" to Go under Tools > Options > Languages > Application Languages > Google Go > General.
But still, in the filter patterns Google Go is just (*.go), but it should be "(*.go;*.stop)"