vellerefond / project-ring

Project management for the Atom editor.
GNU General Public License v2.0
15 stars 8 forks source link

Fixed Regex to look at filename instead of entire path #55

Open machina86 opened 7 years ago

machina86 commented 7 years ago

The "file pattern to hide" regex is using the "data-path" instead of the "data-name"

so a simple regex to hide all files starting with would fail "^" because it would be looking at the full data-path instead of just the data-name

In the past the "^__" used to work

I do not know if project ring is now designed to look at the full path when using regex, but at some point it changed from looking at just the name to the path

project-ring-file-select-view.coffee