Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_quicksearch (Read 222972 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_quicksearch

Reply #200
Can I see system default font on Quicksearch input area?
Some multibyte chars draw by bitmap font.

Of course, font settings(e.g. like some uie component - Columns UI->Colours and Fonts->Fonts) is best solution.

thank you.

foo_quicksearch

Reply #201
From the To do list:

Quote
Implement history dropdown


When can we expect this feature? 

foo_quicksearch

Reply #202
It's in the new version, based on the content of the search history. It's enabled by default but can be deactivated in the preferences.

foo_quicksearch

Reply #203
Thank you! 

foo_quicksearch

Reply #204
a question about this plugin- once you type something in to filter, it gives you the results. but then it seems that there should be some way to clear the filter results, so that the playlist returns to the normal unfiltered view- the only way i see to do this is to click a different playlist and then click back to the other one. anyone have any thoughts on this?

foo_quicksearch

Reply #205
if you are searching within a playlist, using the escape key or clearing the typing area should revert you to the normal unfiltered playlist view and reselect the source playlist.

foo_quicksearch

Reply #206
nemo, once i type something to search and press enter, the letters i typed vanish, and then like i said, to get back to the unfiltered view of the playlist, i have to click a different one, then back to it. any thoughts?

foo_quicksearch

Reply #207
if you are searching within a playlist, using the escape key or clearing the typing area should revert you to the normal unfiltered playlist view and reselect the source playlist.

This behavior is when you have selected "search in ... playlist" and autosearch.
If you are not using autosearch the results playlist is selected and that's all, which is normal I think.
Note that "search in ... playlist" will always operate on the currently selected playlist, except in autosearch mode if you have selected the results playlist, in which case you should get this indication.

foo_quicksearch

Reply #208
nemo, thanks for the reply!

foo_quicksearch

Reply #209
You're welcome. BTW a new version is available which fixes some bugs, among other changes. Please update.

foo_quicksearch

Reply #210
cool, grabbed it- great plugin, thanks again 

 

foo_quicksearch

Reply #211
Can I use some font in Quicksearch panel without dll resource editting?

foo_quicksearch

Reply #212
could you implement fuzzy logic in searches? would be useful for large databases, where slight differences in titles or names are unavoidable.

foo_quicksearch

Reply #213
Can I use some font in Quicksearch panel without dll resource editting?
No
could you implement fuzzy logic in searches? would be useful for large databases, where slight differences in titles or names are unavoidable.
It's not planned, but if you use "Match .... Exact" you can use wildcards (e.g. '*' or '?') in your search pattern.

BTW, there is a new version which fixes some bugs. Please update.

foo_quicksearch

Reply #214
could you implement fuzzy logic in searches? would be useful for large databases, where slight differences in titles or names are unavoidable.
It's not planned, but if you use "Match .... Exact" you can use wildcards (e.g. '*' or '?') in your search pattern.


I'm sure you know it is not the same.

BTW, there is a new version which fixes some bugs. Please update.


gee, you are a productive person, tks


foo_quicksearch

Reply #216
Can I use some font in Quicksearch panel without dll resource editting?
No
 


There is way for replace quicksearch resource by resource hacker.

edit onetime at Dialog->108->1033 by resource hacker.
like following.
FONT 9, "Your choice fontname", FW_NORMAL, FALSE, 0

save rcfile.

create some script files.
batfile:
Code: [Select]
@ECHO OFF
"C:\Program Files\ResHacker\ResHacker.exe" -script script.txt

script.txt
Code: [Select]
[FILENAMES]
Exe=foo_quicksearch.dll
SaveAs=foo_quicksearch.dll
Log=quicksearch.log

[COMMANDS]
-addoverwrite 108.rc, Dialog,108,1033


foo_quicksearch

Reply #218
Hey!

Great job on the plugin nemo!

I just have one question regarding the search-as-you-type function.

Is it possible to remove conjunctions from the search string? For example, if I want to search for "The Doors", I would just like to type in "doors". I like the way itunes does this and I was hoping I could set foobar to do the same.

Cheers!

foo_quicksearch

Reply #219
It already works like this if you use standard parameters.

foo_quicksearch

Reply #220
It already works like this if you use standard parameters.

Really? I haven't changed any settings and when I start to type "doors", it just goes to the first band that starts with "d".

foo_quicksearch

Reply #221
Thank you for the continuous development of your fine plugin, NEMO7538.

Invoking a search from v3.1's Favorites menu adds this pattern automatically to its History menu.

Is this intended? Can I change this behaviour? If I remember correctly earlier versions didn't do that.
This is HA. Not the Jerry Springer Show.

foo_quicksearch

Reply #222
This is intended, as history is meant to be comprehensive and cannot be changed. It's always been like that IIRC.
BTW I found a small bug in the management of the history order when recalling a favorite. Will be fixed in the next version.

foo_quicksearch

Reply #223
v2.4 from 2011-04-16 didn't add search runs to the history if they were started via the Favorites menu, but this doesn't matter if it is intended now.

Regarding the history order: an option to have the history and favorites entries always sorted abecedarian would be fantastic.
This is HA. Not the Jerry Springer Show.

foo_quicksearch

Reply #224
There is a new version which fixes some bugs and now uses font defined globally (default font for DUI and Common (list items) font for CUI).