Author Topic: how to "search for"  (Read 4180 times)

Offline scnuffel

  • Contributor
  • ***
  • Posts: 7
how to "search for"
« on: July 13, 2017, 09:55:06 AM »
How can i manage the "search for" list?
i would delete some entrys

Offline Rdl

  • Administrator
  • *****
  • Posts: 3918
Re: how to "search for"
« Reply #1 on: July 13, 2017, 12:50:13 PM »
There is no way while in program to manage search list. You can delete everything from every search list with 'Clear history' button in setup form.
In order to delete some entries you should do this:
- exit alt.binz
- locate config files in misc folder (for location see FAQ
- identify appropriate file - for binsearch tab that would be file called 'binsearch_tab.abz'
- open it for editing with text editor
- locate line with search items

for binsearch that would be:
Code: [Select]
[UIMisc]
BSsearchstrings=item1|item2

remove items you don't need, '|' character separates items, save file under the same name and start alt.binz.
Same goes for other search tabs, global search is located in file 'config.abz' under
Code: [Select]
[GlobalSearch]
GSsearchstrings=

Offline scnuffel

  • Contributor
  • ***
  • Posts: 7
Re: how to "search for"
« Reply #2 on: July 23, 2017, 12:58:25 PM »
Thanks!

is it possible to integrate managing search lists into a future version of alt.binz as an additional function?

Offline Rdl

  • Administrator
  • *****
  • Posts: 3918
Re: how to "search for"
« Reply #3 on: September 05, 2017, 07:09:14 PM »
Done. You can delete singly entry with CRTL+Del