Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: avantuser1114 on November 08, 2012, 10:10:18

Title: custom toolbar
Post by: avantuser1114 on November 08, 2012, 10:10:18
is it possible to make my own toolbar?it should be able to contain commands and applications
Title: Re: custom toolbar
Post by: Jungle on November 08, 2012, 10:56:54
At the moment separate quick launch bar can be enabled. It may contain custom user commands and applications.
Title: Re: custom toolbar
Post by: Mathias (Author) on November 08, 2012, 18:14:46
As Jungle says, the QuickLaunch bar can be used to add both external programs and internal command.

See doc for more info  (http://multicommander.com/docs/quicklaunchbar)
Title: Re: custom toolbar
Post by: avantuser1114 on November 09, 2012, 22:48:57
by internal commands you mean even the predefined ones?like calculate folder sizes, display hidden/system files, select all, ect?i'd really like to put all of this in a quick launch bar..if ever they're possible, please specify the steps..i think they are not the same with external programs that can be dragged and dropped to quick launch bar..
Title: Re: custom toolbar
Post by: Mathias (Author) on November 09, 2012, 23:23:57
in 'User Defined Command' you can create new commands of different type. With "Internal Commands" most of the install commands can be select. or to be able to customze them more you use command of the type "Custom Command",
This commands can then be added to the quick launch bar when right clicking on the it and selecting "Insert User Defined Command"
Title: Re: custom toolbar
Post by: avantuser1114 on November 10, 2012, 00:51:54
great!only problem is showing/hiding hidden and system files..i don't see any in the list of commands..i want separate button for each of these two..one for hidden and another for system files...
Title: Re: custom toolbar
Post by: Mathias (Author) on November 11, 2012, 16:39:19
create a User Defined Command of Custom Command type

For showing hidden/system files
Code: [Select]
MC.CmdLineRun CMD=":showhidden"
To hide hidden/system files
Code: [Select]
MC.CmdLineRun CMD=":hidehidden"