automatic columns view when entering folder?

English support forum

Moderators: Hacker, petermad, Stefan2, white

sgp
Senior Member
Senior Member
Posts: 355
Joined: 2005-01-31, 16:04 UTC

automatic columns view when entering folder?

Post by *sgp »

Hello, does version 7 (or 6) provide a way to automatically switch to a custom column view based on the folder that's being browsed? How? Thanks in advance.
User avatar
Sombra
Power Member
Power Member
Posts: 814
Joined: 2005-12-27, 22:23 UTC
Location: Zaragoza, Spain

Post by *Sombra »

I don't know none option, but I support this like a feature request.

Support ++

A checkbox in dialog configuration for custom columns would be welcome ;)

"[x]Switch to this view when entering to this directory" , and other checkbox for:
"[x] Include subfolders"

Currently there is a similar option for plugins that support custom columns (like the plugin MAIL)
I can read English, but... I write like Tarzan. (sorry)
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6981
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

sgp
Senior Member
Senior Member
Posts: 355
Joined: 2005-01-31, 16:04 UTC

Post by *sgp »

I didn't know about this plugin. Nice, but I would prefer something more like desktop.ini for Explorer. When TC opens a folder and finds, say, tc.ini, it starts "running it". Of couse, this has to be limited within some security constraints, and speed considerations, etc.
User avatar
petermad
Power Member
Power Member
Posts: 16034
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Hello, does version 7 (or 6) provide a way to automatically switch to a custom column view based on the folder that's being browsed?
It is supported for custom columns in File system folders only.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
sgp
Senior Member
Senior Member
Posts: 355
Joined: 2005-01-31, 16:04 UTC

Post by *sgp »

Petermad, sorry I don't understand, and I don't know.
What are file system folders? Or rather, what folders aren't part of the file system? Anyway, please point me to a folder where I can see it at work. And... how do I turn this feature on/start it? Thanks
VadiMGP
Power Member
Power Member
Posts: 672
Joined: 2003-04-05, 12:11 UTC
Location: Israel

Post by *VadiMGP »

2sgp
Petermad means the following (IMHO). In TC 7 it is possible that FS-plugin defines its own custom view. This view will be activated when you entering this plugin. Unfortunately there nothing related to regular file system.
User avatar
petermad
Power Member
Power Member
Posts: 16034
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2VadiMGP
You are right.

2sgp
An example: Install his plugin: http://www.totalcmd.net/plugring/mail_wfx.html - Open network neigbourhood (\) - Open the "Mail" folder that is now present (THIS is a file systems folder). Rightclick on the tabstop header and choose "Configure this custom columns view". Now you will see in the bottom of the dialog an option: "Switch to this view when using this plugin".

But, as said before - this is ONLY for FS-plugins, NOT for ordinary directories.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
sgp
Senior Member
Senior Member
Posts: 355
Joined: 2005-01-31, 16:04 UTC

Post by *sgp »

I understand now. So I thought that there could be a new FS plugin that does nothing more than switching column views as it navigates through file systems (real filesystem, e.g., C:\, on the disk drive). But it looks farfetched, since the current TC 7.0 FS gui interface doesn't allow for more than one column view.
I also found the SUPER plugin ver 2.2b which allows to switch views based on a custom.ini file in the current folder. That's fairly close to what I had in mind. Limitations: 1) you have to place a custom.ini file in each visited folder (no inheritance); 2) you can only view SUPER plugin fields in this particular setup --so you're forced to view all other plugin columns through a SUPER column, it's kind of complicated.
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

Is there still no way to specify a CustomColumn for a given folder within TC?
Or issue a multiple command to do so in the "Directory Menu" ? Or a multiple command on the ButtonBar?

Or does it require AHK still?
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

It will be useful to have additional INI section like:

[CustomFieldsForFolders]
Dir1=D:\My Pictures
SpecialView1=Pictures
Dir2=D:\My Pictures =)
Widths2=...
Headers2=...

(so folder may use existing columns preset or to have its personal one)
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

I would think a separate customfolders.ini
[<NameOfCustomColumn>]
D:\Everything\Here\*
C:\Another\Path
Would give enough options without needing hardcoded "personal" settings within wincmd.ini ??

The "Paths" could be the same format that "ignorelist.txt" uses.
We can already easily clone/copy customColumns and adjust TabStop widths of named CustomColumns right within the FileList GUI.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Balderstrom wrote:I would think a separate customfolders.ini
[<NameOfCustomColumn>]
D:\Everything\Here\*
C:\Another\Path
Would give enough options without needing hardcoded "personal" settings within wincmd.ini ??
Your example is not a correct INI file. BTW, if we add into wincmd.ini's section [CustomFieldsForFolders] a parameter RedirectSection=customfolders.ini, TC will use this section in customfolders.ini file=)
Also we may add into desktop.ini in required folder some section like:

Code: Select all

[CustomFields]
Widths1=154,29,-88,...
Headers1=...
Widths2=154,29,-88,...
Headers2=...
Default=1
so every TC will use this custom columns in this folder (this will be very useful for folders on flash drives)!
Last edited by MVV on 2009-08-27, 10:40 UTC, edited 1 time in total.
User avatar
Herr Mann
Power Member
Power Member
Posts: 574
Joined: 2004-05-30, 17:11 UTC
Location: Niedersachsen, Deutschland

Post by *Herr Mann »

MVV wrote:It will be useful to have additional INI section like:

[CustomFieldsForFolders]
Dir1=D:\My Pictures
SpecialView1=Pictures
Dir2=D:\My Pictures =)
Widths2=...
Headers2=...
Yes, yes.
Support +++++

The proposal is already years old.
Was even by me, I think. :)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50561
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

You can specify them by tab, not by directory. So as a quick solution, open a new tab (Ctrl+T) and choose a custom view for it, then use that tab to browse the directory.
Author of Total Commander
https://www.ghisler.com
Post Reply