mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Move default toolbar configuration into doublecmd.xml.
This commit is contained in:
parent
c83c8b6ccd
commit
4875457f09
4 changed files with 178 additions and 40 deletions
33
default.bar
33
default.bar
|
|
@ -1,33 +0,0 @@
|
|||
[Buttonbar]
|
||||
Buttoncount=12
|
||||
button1=view-refresh
|
||||
cmd1=cm_Refresh
|
||||
menu1=Refresh
|
||||
button2=utilities-terminal
|
||||
cmd2=cm_RunTerm
|
||||
menu2=Run terminal
|
||||
button3=list-add
|
||||
cmd3=cm_MarkPlus
|
||||
menu3=Select group...
|
||||
button4=list-remove
|
||||
cmd4=cm_MarkMinus
|
||||
menu4=Unselect group...
|
||||
menu5=-
|
||||
button6=go-up
|
||||
cmd6=cm_ShowButtonMenu
|
||||
param6=default.bar
|
||||
menu6=Example of ShowButtonMenu
|
||||
button7=package-x-generic
|
||||
cmd7=cm_PackFiles
|
||||
menu7=Pack files...
|
||||
menu8=-
|
||||
button9=system-search
|
||||
cmd9=cm_Search
|
||||
menu9=Search
|
||||
menu10=-
|
||||
button11=go-previous
|
||||
cmd11=cm_ViewHistoryPrev
|
||||
menu11=Go to previous entry in history
|
||||
button12=go-next
|
||||
cmd12=cm_ViewHistoryNext
|
||||
menu12=Go to next entry in history
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<doublecmd DCVersion="0.5.5 alpha" ConfigVersion="1">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doublecmd DCVersion="0.5.5 alpha" ConfigVersion="5">
|
||||
<Configuration Save="True">
|
||||
<UseConfigInProgramDir>False</UseConfigInProgramDir>
|
||||
</Configuration>
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
<ArchiveExt>rpm</ArchiveExt>
|
||||
<Path>%commander_path%/plugins/wcx/rpm/rpm.wcx</Path>
|
||||
<Flags>4</Flags>
|
||||
</WcxPlugin>
|
||||
</WcxPlugin>
|
||||
<WcxPlugin Enabled="True">
|
||||
<ArchiveExt>rar</ArchiveExt>
|
||||
<Path>%commander_path%/plugins/wcx/unrar/unrar.wcx</Path>
|
||||
|
|
@ -88,4 +88,61 @@
|
|||
</WfxPlugins>
|
||||
<WlxPlugins/>
|
||||
</Plugins>
|
||||
<Toolbars>
|
||||
<MainToolbar>
|
||||
<Row>
|
||||
<Command>
|
||||
<ID>{1F41ED89-5B7F-47A4-B268-E4E25B3A58EA}</ID>
|
||||
<Icon>view-refresh</Icon>
|
||||
<Hint>Refresh</Hint>
|
||||
<Command>cm_Refresh</Command>
|
||||
</Command>
|
||||
<Command>
|
||||
<ID>{A20F4A70-5CAA-455C-944E-E73843BA5CC0}</ID>
|
||||
<Icon>utilities-terminal</Icon>
|
||||
<Hint>Run terminal</Hint>
|
||||
<Command>cm_RunTerm</Command>
|
||||
</Command>
|
||||
<Command>
|
||||
<ID>{02DABCF7-E2B6-422E-B7AA-DD2038EE319B}</ID>
|
||||
<Icon>list-add</Icon>
|
||||
<Hint>Select group...</Hint>
|
||||
<Command>cm_MarkPlus</Command>
|
||||
</Command>
|
||||
<Command>
|
||||
<ID>{092FB498-59CB-4777-B7F0-1552A8A2BC64}</ID>
|
||||
<Icon>list-remove</Icon>
|
||||
<Hint>Unselect group...</Hint>
|
||||
<Command>cm_MarkMinus</Command>
|
||||
</Command>
|
||||
<Separator/>
|
||||
<Command>
|
||||
<ID>{6D6279AB-F1F5-4FB9-BFC2-3DEA658B0189}</ID>
|
||||
<Icon>package-x-generic</Icon>
|
||||
<Hint>Pack files...</Hint>
|
||||
<Command>cm_PackFiles</Command>
|
||||
</Command>
|
||||
<Separator/>
|
||||
<Command>
|
||||
<ID>{70F8E620-C1C9-4C68-B555-057EF9AEED0D}</ID>
|
||||
<Icon>system-search</Icon>
|
||||
<Hint>Search</Hint>
|
||||
<Command>cm_Search</Command>
|
||||
</Command>
|
||||
<Separator/>
|
||||
<Command>
|
||||
<ID>{22C869F8-EF42-4213-99CD-970CE6A521EF}</ID>
|
||||
<Icon>go-previous</Icon>
|
||||
<Hint>Go to previous entry in history</Hint>
|
||||
<Command>cm_ViewHistoryPrev</Command>
|
||||
</Command>
|
||||
<Command>
|
||||
<ID>{B89EDB0E-504F-40EF-8B99-F09A966655FA}</ID>
|
||||
<Icon>go-next</Icon>
|
||||
<Hint>Go to next entry in history</Hint>
|
||||
<Command>cm_ViewHistoryNext</Command>
|
||||
</Command>
|
||||
</Row>
|
||||
</MainToolbar>
|
||||
</Toolbars>
|
||||
</doublecmd>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<doublecmd DCVersion="0.4.6 alpha" ConfigVersion="1">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doublecmd DCVersion="0.5.5 alpha" ConfigVersion="5">
|
||||
<Configuration Save="True">
|
||||
<UseConfigInProgramDir>False</UseConfigInProgramDir>
|
||||
</Configuration>
|
||||
|
|
@ -116,4 +116,61 @@
|
|||
</WlxPlugin>
|
||||
</WlxPlugins>
|
||||
</Plugins>
|
||||
<Toolbars>
|
||||
<MainToolbar>
|
||||
<Row>
|
||||
<Command>
|
||||
<ID>{1F41ED89-5B7F-47A4-B268-E4E25B3A58EA}</ID>
|
||||
<Icon>view-refresh</Icon>
|
||||
<Hint>Refresh</Hint>
|
||||
<Command>cm_Refresh</Command>
|
||||
</Command>
|
||||
<Command>
|
||||
<ID>{A20F4A70-5CAA-455C-944E-E73843BA5CC0}</ID>
|
||||
<Icon>utilities-terminal</Icon>
|
||||
<Hint>Run terminal</Hint>
|
||||
<Command>cm_RunTerm</Command>
|
||||
</Command>
|
||||
<Command>
|
||||
<ID>{02DABCF7-E2B6-422E-B7AA-DD2038EE319B}</ID>
|
||||
<Icon>list-add</Icon>
|
||||
<Hint>Select group...</Hint>
|
||||
<Command>cm_MarkPlus</Command>
|
||||
</Command>
|
||||
<Command>
|
||||
<ID>{092FB498-59CB-4777-B7F0-1552A8A2BC64}</ID>
|
||||
<Icon>list-remove</Icon>
|
||||
<Hint>Unselect group...</Hint>
|
||||
<Command>cm_MarkMinus</Command>
|
||||
</Command>
|
||||
<Separator/>
|
||||
<Command>
|
||||
<ID>{6D6279AB-F1F5-4FB9-BFC2-3DEA658B0189}</ID>
|
||||
<Icon>package-x-generic</Icon>
|
||||
<Hint>Pack files...</Hint>
|
||||
<Command>cm_PackFiles</Command>
|
||||
</Command>
|
||||
<Separator/>
|
||||
<Command>
|
||||
<ID>{70F8E620-C1C9-4C68-B555-057EF9AEED0D}</ID>
|
||||
<Icon>system-search</Icon>
|
||||
<Hint>Search</Hint>
|
||||
<Command>cm_Search</Command>
|
||||
</Command>
|
||||
<Separator/>
|
||||
<Command>
|
||||
<ID>{22C869F8-EF42-4213-99CD-970CE6A521EF}</ID>
|
||||
<Icon>go-previous</Icon>
|
||||
<Hint>Go to previous entry in history</Hint>
|
||||
<Command>cm_ViewHistoryPrev</Command>
|
||||
</Command>
|
||||
<Command>
|
||||
<ID>{B89EDB0E-504F-40EF-8B99-F09A966655FA}</ID>
|
||||
<Icon>go-next</Icon>
|
||||
<Hint>Go to next entry in history</Hint>
|
||||
<Command>cm_ViewHistoryNext</Command>
|
||||
</Command>
|
||||
</Row>
|
||||
</MainToolbar>
|
||||
</Toolbars>
|
||||
</doublecmd>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<doublecmd DCVersion="0.4.6 alpha" ConfigVersion="1">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doublecmd DCVersion="0.5.5 alpha" ConfigVersion="5">
|
||||
<Configuration Save="True">
|
||||
<UseConfigInProgramDir>False</UseConfigInProgramDir>
|
||||
</Configuration>
|
||||
|
|
@ -98,4 +98,61 @@
|
|||
</WfxPlugins>
|
||||
<WlxPlugins/>
|
||||
</Plugins>
|
||||
<Toolbars>
|
||||
<MainToolbar>
|
||||
<Row>
|
||||
<Command>
|
||||
<ID>{1F41ED89-5B7F-47A4-B268-E4E25B3A58EA}</ID>
|
||||
<Icon>view-refresh</Icon>
|
||||
<Hint>Refresh</Hint>
|
||||
<Command>cm_Refresh</Command>
|
||||
</Command>
|
||||
<Command>
|
||||
<ID>{A20F4A70-5CAA-455C-944E-E73843BA5CC0}</ID>
|
||||
<Icon>utilities-terminal</Icon>
|
||||
<Hint>Run terminal</Hint>
|
||||
<Command>cm_RunTerm</Command>
|
||||
</Command>
|
||||
<Command>
|
||||
<ID>{02DABCF7-E2B6-422E-B7AA-DD2038EE319B}</ID>
|
||||
<Icon>list-add</Icon>
|
||||
<Hint>Select group...</Hint>
|
||||
<Command>cm_MarkPlus</Command>
|
||||
</Command>
|
||||
<Command>
|
||||
<ID>{092FB498-59CB-4777-B7F0-1552A8A2BC64}</ID>
|
||||
<Icon>list-remove</Icon>
|
||||
<Hint>Unselect group...</Hint>
|
||||
<Command>cm_MarkMinus</Command>
|
||||
</Command>
|
||||
<Separator/>
|
||||
<Command>
|
||||
<ID>{6D6279AB-F1F5-4FB9-BFC2-3DEA658B0189}</ID>
|
||||
<Icon>package-x-generic</Icon>
|
||||
<Hint>Pack files...</Hint>
|
||||
<Command>cm_PackFiles</Command>
|
||||
</Command>
|
||||
<Separator/>
|
||||
<Command>
|
||||
<ID>{70F8E620-C1C9-4C68-B555-057EF9AEED0D}</ID>
|
||||
<Icon>system-search</Icon>
|
||||
<Hint>Search</Hint>
|
||||
<Command>cm_Search</Command>
|
||||
</Command>
|
||||
<Separator/>
|
||||
<Command>
|
||||
<ID>{22C869F8-EF42-4213-99CD-970CE6A521EF}</ID>
|
||||
<Icon>go-previous</Icon>
|
||||
<Hint>Go to previous entry in history</Hint>
|
||||
<Command>cm_ViewHistoryPrev</Command>
|
||||
</Command>
|
||||
<Command>
|
||||
<ID>{B89EDB0E-504F-40EF-8B99-F09A966655FA}</ID>
|
||||
<Icon>go-next</Icon>
|
||||
<Hint>Go to next entry in history</Hint>
|
||||
<Command>cm_ViewHistoryNext</Command>
|
||||
</Command>
|
||||
</Row>
|
||||
</MainToolbar>
|
||||
</Toolbars>
|
||||
</doublecmd>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue