halleck1 / bzreader

Automatically exported from code.google.com/p/bzreader
0 stars 0 forks source link

(RFE) automatical selection of entred word #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download wiktionary dump and load it into bzreader
2. try to write i.e. "sol" and press enter

What is the expected output? What do you see instead?
you will see a list of variants like SOL, sol, Sol and so on.. but you dont
see the article about "sol" (you have to click on it)

I expect to see the list of variants and if an article with exactly the
same name exists, I expect this variant to highlight and the article to show

What version of the product are you using? On what operating system?
Windows Vista Home Premium, BzReader version 1.0.7.0

Please provide any additional information below.
First I wanted to fix it myself (and send you a patch) but I dont have my
pc with MS Visual Studio here. Maybe after 22nd September, I will be at the
college again

Original issue reported on code.google.com by stardust...@gmail.com on 12 Sep 2008 at 8:27

GoogleCodeExporter commented 9 years ago
here is a patched function LaunchSearch(), which is located in the file 
BrowseForm.cs
(project bzReader). It seems to fix this bug. What do you think about it?

Original comment by stardust...@gmail.com on 14 Sep 2008 at 9:53

Attachments:

GoogleCodeExporter commented 9 years ago
And one more improvement to my previous patch of LaunchSearch() - we can be 
ready for
entering next article without deleting the previous, because we will select the 
whole
article name in the search box...

Original comment by stardust...@gmail.com on 14 Sep 2008 at 10:10

Attachments:

GoogleCodeExporter commented 9 years ago
Added the fix. Automatic showing of the top hit will be only in case the search 
was
triggered manually, because having the automatic trigger pop up the result page 
each
time will just produce flicker without any real value.

Original comment by halle...@gmail.com on 16 Sep 2008 at 8:52