franks42 / clj-ns-browser

Smalltalk-like namespace/class/var/function browser for clojure docs and source-code based on seesaw
Eclipse Public License 1.0
175 stars 11 forks source link

Consider making regex filtering case-insensitive by default #35

Closed jafingerhut closed 12 years ago

jafingerhut commented 12 years ago

This can be done by prepending the string "(?i)" to the regex entered by the user. They could do this themselves, but I suspect lots of people would prefer this to be the default. We could have a new checkbox menu item under Vars, "Case-sensitive filtering", if anyone really prefers case-sensitive for some searches.