rgieseke / textredux

Text-based interfaces for Textadept
http://rgieseke.github.io/textredux/
Other
59 stars 11 forks source link

Enable the use of lfs.default_filter for quick open #65

Closed snoopy closed 3 years ago

snoopy commented 3 years ago

According to #60 there are some problems with filters. This allows the usage of lfs.default_filter in connection with quick open.
Should really make quick open more viable again.

Examples:

lfs.default_filter[#lfs.default_filter + 1] = '!.foo'
lfs.default_filter[#lfs.default_filter + 1] = '!/bar$'
rgieseke commented 3 years ago

Thank you, i'll need to check and review the current state of quick_open in Textadept/Textredux and will get back to this!

snoopy commented 3 years ago

Have you had time to look at this? It's been a while...

snoopy commented 3 years ago

@rgieseke bump