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

[Suggestion] Writing in the node filter on big data sets #32

Closed
Novido opened this issue Jul 16, 2019 · 1 comment
Closed

[Suggestion] Writing in the node filter on big data sets #32

Novido opened this issue Jul 16, 2019 · 1 comment

Comments

@Novido
Copy link

Novido commented Jul 16, 2019

I'm working on quite large data sets and when I try to write a filter in the text box above the tree node, it updates the result after every character. Having 10k+ unique posts makes that update process tedious.

What i would want is to have the tree node update first when the user is done writing what he is looking for. And also to make it asynchronous so the entire computer won't freeze for every search.

I haven't find the place in the code myself, where this is happening. So that's why I'm commenting here to see if my suggestion is even possible?

@davidegironi
Copy link
Owner

Hello @Novido , it's in the MenuStrip.cs file, but's there a little bit of code around to do what you need. At present I'm fully involved in other projects, but if I had time I'll take a look on it. Meanwhile, if you want to implement this, please share it in this repository.

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

No branches or pull requests

2 participants