Custom View on search results

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
JimmyTheBroker
Member
Member
Posts: 179
Joined: 2017-06-07, 05:22 UTC

Custom View on search results

Post by *JimmyTheBroker »

Hi guys,

Currently when TC finishes a search, it displays the full extension\file name.

1)I am wondering how can I change the view so that I have one column with just the full extension without the file name?
2) And a second column with just the file name?


Thanks,

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

Re: Custom View on search results

Post by *nsp »

JimmyTheBroker wrote:Hi guys,

Currently when TC finishes a search, it displays the full extension\file name.

1)I am wondering how can I change the view so that I have one column with just the full extension without the file name?
2) And a second column with just the file name?


Thanks,

Jimmy
You have first to define custom column config where
name and ext are resized to 0, add
a new ext column adding tc.ext,
a name column using tc.name
and if you do recursive search path column with tc.path can be usefull.
Once your custom columns is defined, you can create a corresponding custom view where you can set ordering, color, ....

To have automatic switch, you will also have to define a rule using S: "search result" and chose the custom view you just defined, and tick automatic change.
Post Reply