Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How about filter as you type #34

Open
najamelan opened this issue Feb 11, 2015 · 2 comments
Open

How about filter as you type #34

najamelan opened this issue Feb 11, 2015 · 2 comments

Comments

@najamelan
Copy link

Right now you have to press enter for it to work. With simple strings it should be straight forward to make the filter results auto update. With regex, maybe it's worth verifying the regex is valid before running it or watching out for performance if it is a big file/slow regex, but in any case it would make the plugin alot more useful I think, because right now if you want to try multiple strings you need to switch back to the original file every time.

@poma
Copy link
Contributor

poma commented Apr 9, 2017

I've added an option for in place filtering in PR #45. Not exactly auto update but now you can go back to original document with single undo command.

@davidpeckham
Copy link
Owner

davidpeckham commented Aug 11, 2019

I use Filter Lines with very large files, so performance would be an issue, and you would have to be able to turn filter-as-you-type on or off easily. I'm planning to simplify this plugin, so adding new interaction may not be the way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants