wcx-plugin handling directories?

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
kotlomoy
Member
Member
Posts: 100
Joined: 2008-03-09, 07:27 UTC

wcx-plugin handling directories?

Post by *kotlomoy »

I need to show content of directory in a different way. So I decided to make plugin for it. The only question is - what kind of plugin?

wcx will be good but I'm not sure:

Is it possible to open directories via wcx plugin using Ctrl-PgDn?
#213083 Single user license
BranchViewExtended
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

2kotlomoy
What do you mean by "different way"?

WCX plugins allow to treat archives like folders but they are limited to standard list views. Maybe WLX could be better choice for you? Just take a look on VisualDirSize to see what can be done with it.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
User avatar
m^2
Power Member
Power Member
Posts: 1413
Joined: 2006-07-12, 10:02 UTC
Location: Poland
Contact:

Post by *m^2 »

It's usually handled by wfx plugins. Like NTFiles.
User avatar
kotlomoy
Member
Member
Posts: 100
Joined: 2008-03-09, 07:27 UTC

Post by *kotlomoy »

fenix_productions wrote:2kotlomoy
What do you mean by "different way"?

WCX plugins allow to treat archives like folders but they are limited to standard list views. Maybe WLX could be better choice for you? Just take a look on VisualDirSize to see what can be done with it.
Different way - to show all files and subdirs in selected directory recursively.
Standard list view is what I need exactly.
#213083 Single user license
BranchViewExtended
User avatar
kotlomoy
Member
Member
Posts: 100
Joined: 2008-03-09, 07:27 UTC

Post by *kotlomoy »

m^2 wrote:It's usually handled by wfx plugins. Like NTFiles.
It is more convenient to select dir and press Ctrl-PgDn to activate plugin for selected directory.
It's like Branch View
#213083 Single user license
BranchViewExtended
User avatar
m^2
Power Member
Power Member
Posts: 1413
Joined: 2006-07-12, 10:02 UTC
Location: Poland
Contact:

Post by *m^2 »

kotlomoy wrote:
m^2 wrote:It's usually handled by wfx plugins. Like NTFiles.
It is more convenient to select dir and press Ctrl-PgDn to activate plugin for selected directory.
It's like Branch View
Indeed. But you don't have to write your own panel from scratch.
It's surely simpler to make a script that reads the current directory and executes cd \\pluginName\path.
User avatar
kotlomoy
Member
Member
Posts: 100
Joined: 2008-03-09, 07:27 UTC

Post by *kotlomoy »

m^2 wrote:Indeed. But you don't have to write your own panel from scratch.
It's surely simpler to make a script that reads the current directory and executes cd \\pluginName\path.
Oh... indeed. :oops:
#213083 Single user license
BranchViewExtended
Post Reply