Conversation
Co-authored-by: Bao-Qian <bao.github@outlook.com>
Co-authored-by: bao-qian <bao.github@outlook.com>
|
Now, it should work better.
fix that |
|
When I am query, i am missing results. It seems it only gets the top portion of the results list, evident when i use Explorer plugin to browse folders. |
ok! |
|
so far I came across intermittent issues:
Note: it happens sometimes. if there is a way to repro consistently I will update |
This may because of the delay I added for batch processing, let's make it shorter and take a try.
This is quite weird....and I haven't met that situation. Let's take a look after I reduce the delay time. |
|
UPDATE
That's because some of the plugin query is slower, so that their result view is updated later than others, and the selection has not been updated, so that the selection is not on them even though their score is higher. I will try to update selection every time result view is change. |
change selected index update place to fix not first selection issue
…ecollection This should improve the response speed.
…ecollection This should improve the response speed.
|
they are appearing at the same time when using websearch plugin |
|
i am running it directly from the branch in visual studio |
|
remove output, remove roaming data location, then run from vs, search 'g a' and i get it instantly |
|
hmmm still cannot reproduce.... Are you using Google as search suggestion or none? I have tried Baidu and Bing, and both are fine. |
|
None. Basically all default settings |
Fix it. It is due to result update event create duplicate result. @jjw24 |
|
@taooceros could you merge dev in and resolve conflict please |
Sure |
# Conflicts: # Flow.Launcher/ViewModel/MainViewModel.cs
# Conflicts: # Flow.Launcher/ViewModel/MainViewModel.cs
| } | ||
| } | ||
|
|
||
|
|
There was a problem hiding this comment.
lol how come ur prs always have random additional white space



Change UI rendering logic to fix image flickering (the major fix is by removing the isAsync for image binding)
This comes from @bao-qian 's change in Wox, #2899. Thank you for introducing the fix for image flickering.
The other change is majoring makes the code simpler and more readable, and remove duplicate logic.
Also fix that sometimes the selected index is not first when updating result views. https://social.msdn.microsoft.com/Forums/vstudio/en-US/5ff71969-f183-4744-909d-50f7cd414954/binding-a-tabcontrols-selectedindex-not-working?forum=wpf