Search window in background ?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Quaid
Junior Member
Junior Member
Posts: 35
Joined: 2009-06-23, 09:21 UTC
Location: Italy

Search window in background ?

Post by *Quaid »

Hi all,
How can I run and set search window (ALT+F7) into background and stay work on TC panels ? If searching requires long time, I must stay on this windows until operation ends.

I found a post that tell about "cm_SearchStandalone" How can I use it form my purpose ?
Is there any option to set manually in wincmd.ini ?

Is this feature (poll) so useful (search window put in background) to be the standard since TC installation in future releases ?
Thanks
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You need TC 8.50 in order to be able to search in background using Alt+Shift+F7. There are some limitations for background search but it does exactly what you want (if you don't want to start separate TC instance for searching manually).
Quaid
Junior Member
Junior Member
Posts: 35
Joined: 2009-06-23, 09:21 UTC
Location: Italy

Post by *Quaid »

MVV wrote:You need TC 8.50 in order to be able to search in background using Alt+Shift+F7. There are some limitations for background search but it does exactly what you want (if you don't want to start separate TC instance for searching manually).
I'm using TC 8.50 32bit.
Usually I search something with Command->Find (Alt+F7).
Alt+Shift+F7 is an "hidden" option fome me but, thanks works.

I don't know about limitations of background option... but is this the reason the feature is not yet implemented ?
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Actually there is a menu command 'Commands\Search in separate process' in TC 8.50 that executes cm_SearchStandalone command (Alt+Shift+F7 executes same command). If you don't have such menu item, probably you're using custom menu file (standard WCMD_ENG.MNU contains it).
User avatar
Lefteous
Power Member
Power Member
Posts: 9537
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

Well I think this new feature is not really well designed as I have exposed in some threads. Many users are used to press Alt+F7. So what they experience is the same old search as many years before.
The new background search should be used automatically in almost all situations (except search started form FTP path and fem search results).
Quaid
Junior Member
Junior Member
Posts: 35
Joined: 2009-06-23, 09:21 UTC
Location: Italy

Post by *Quaid »

I would suggest a modification to search window like this:
Image: http://i61.tinypic.com/vfxj11.jpg
with SHIFT+ALT+F7 or ALT+F7 by default with "working in background if needed" option,
and a button for show hide search-results window.
What do you think ?
ollixx77
Junior Member
Junior Member
Posts: 9
Joined: 2011-02-17, 09:55 UTC

Re: Search window in background ?

Post by *ollixx77 »

How can I switch the hotkeys for Standard Search ALT+F7 against Background Search SHIFT+ALT+F7?
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: Search window in background ?

Post by *Stefan2 »

ollixx77 wrote: 2022-10-18, 14:29 UTC How can I switch the hotkeys for Standard Search ALT+F7 against Background Search SHIFT+ALT+F7?
Try this:


- read text file "TOTALCMD.INC""


- search there for "search"

[________________Tools________________]=0
cm_SearchFor=501;Search for
cm_SearchStandalone=545;Search in separate process




- go to menu Configuration >> Options... >> Misc.

- choose wanted keyboard shortcut
- browse for "cm_Search" >> via the [magnifying glass] button
- search + select wanted command
- [OK]
- click [green checkmark]-button   !!!
- close the dialog




maybe more behind the first link in my sig
mmm
Member
Member
Posts: 120
Joined: 2020-08-10, 12:32 UTC

Re: Search window in background ?

Post by *mmm »

Quaid,
Are you going to submit an enhancement request to the dedicated forum?
A new option in Configuration-Options for running the search in background makes a perfect sense to me.

mmm
User avatar
nsp
Power Member
Power Member
Posts: 1948
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Search window in background ?

Post by *nsp »

No need to ask for enhancement as just adding 2 lines in your winccmd.ini do the job. Following Stefan2 tutorial is the standard way you can apply and understand reading help file or wiki.

To edit ini file just type "notepad %commander_ini%" in command line of TC.
Search for or create a section [Shortcuts] in ini file and add the next two lines. (if section is redirected, edit redirected file).
Lines to add:

Code: Select all

A+F7=cm_SearchStandalone
AS+F7=cm_SearchFor
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: Search window in background ?

Post by *Hacker »

nsp,
All options are just lines in wincmd.ini ¯\_(ツ)_/¯

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Post Reply