Search several folder in same time and select improve

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
yuyuki
Junior Member
Junior Member
Posts: 8
Joined: 2010-12-09, 11:00 UTC

Search several folder in same time and select improve

Post by *yuyuki »

Hi everybody,

I have 2 littles sugestions for Total commander.

1. Adding the possibility to search several folder in the same time like this :
Search : obj; bin return all obj or bin folders.

2. For the select function, it would be nice when we call cm_renameSingleFile to select only filename(done), filename + ext (done) and only extention (to do).

Thank you
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

1. If you need to find folders, just check corresponding attribute in advanced search options.

2. When just name is selected w/o extension, you may try to press Right key to remove selection (cursor remains before dot) and then Shift+End to select dot with extension (press Right twice to skip dot).
yuyuki
Junior Member
Junior Member
Posts: 8
Joined: 2010-12-09, 11:00 UTC

Post by *yuyuki »

Thank to answer so fast but I'm a bit confuse.

1. If I want to find all folder « obj », I just need to write « obj » in the « Search for : » field. No need to check attribute Directory.
What can I do if I want, in one request, find all obj & bin folder.
I have try to check « Directory » but It doesn't work when I write : «bin; obj »

2. Yes I know that but the method I describe is faster and allow easier to change only extention.

Thank you
User avatar
HolgerK
Power Member
Power Member
Posts: 5409
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

Try

Code: Select all

*bin *obj
or

Code: Select all

bin* obj*
Searching for "bin; obj" finds only files or directories containing exactly the string "bin; obj"

HTH
Holger
yuyuki
Junior Member
Junior Member
Posts: 8
Joined: 2010-12-09, 11:00 UTC

Post by *yuyuki »

Thank you, that's work :)
Post Reply