Position of window divider: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(Basic translation using babelfish...links are funktional)
(typo in link to save_settings)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Window divider of Total Commander ==
== Window divider of Total Commander ==


The two windows of the file lists have according to standard the same width. If one would like to increase one of the windows, one moves the pointer of mouse over the divisor in the center and can, as soon as the pointer of mouse is represented as double-sided arrow, the width of the file list its own needs adapt. Here an exact indication is shown in per cent as mouse tip.
The two windows of the file lists have per default the same width. To increase the size of one of the windows move the mousepointer over the divider till it transforms to a double-sided arrow. Now you may click at the divider and move it to a position that fits your own needs. The exact position in percent is shown as a tooltip.


With more pressed [CTRL] key the divisor jumps in 25% steps into the direction, in which the mouse was moved.<br/>
When [CTRL] key is pressed in addition to the mousebutton the divider jumps in 25% steps in the direction the mouse is moved.<br/>
After new starting the standard is repaired.
A new start restores the default.


If one would like to keep the organization however durable, the TC must note the values. For this the instruction becomes: "Configuration  - [[Save Settings]]" in the [[menu|main menu]] used, even if "[[Options#Operation|Save on exit]]" is switched off with terminating. The values are registered usually in the "[[Ini-settings|Wincmd.ini]]", in dependence for the used screen resolution and position windows on the screen. Since the values are stored in permille, it does not make a difference whether "vertical panels" was used.<br/>
To keep those changes permanent it has to be saved. For this purpose you'll have to "Configuration  - [[Save_settings|Save Settings]]" in the [[menu|main menu]]. Now TC remembers the new divider position even if in "[[Options#Operation|Save on exit]]" the "Panels(brief/full etc.)" checkbox is unchecked. The values are registered in the ini file (usually in the "[[Ini-settings|Wincmd.ini]]") in dependence to the used screen resolution and related to the window position on the screen. Since the values are stored in permille, it does not make a difference whether "vertical panels" was used.<br/>
The appropriate entry reads:<br/>
The appropriate entry reads:<br/>


  Divider=500
  Divider=500


== Fast reset to 50/50 ==
== Fast reset to 50/50 ==


With one right-click on the window divisor appears a context menu, in which one can select some preset values.
A right-click on the divider opens the context menu where some preset values could be selected.
Hereby it is at any time possible to reset changed window width on exactly 50%.
Hereby it is possible to reset window width on exactly 50% at any time .


http://www.ghisler.ch/wiki/images/9/95/Window_divider_contextmenu.png<br/>
http://www.ghisler.ch/wiki/images/9/95/Window_divider_contextmenu.png<br/>
Picture: Window divider contextmenu  
Picture: Window divider contextmenu  


Likewise it is possible to provide a main menue that e.g. uses this instruction:
Likewise you may include an entry in the main menu to reset the divider like this:


  MENUITEM "window centrically", cm_50percent
  MENUITEM "window centrically", cm_50percent


or a Button into the [[Buttonbar]] to use by the following command from the [[Totalcmd.inc]]/View one selects:
or a Button in the [[Buttonbar]] that uses the following command from the [[Totalcmd.inc]] section [___View___]:


  cm_50Percent=909;Window separator at 50%
  cm_50Percent=909;Window separator at 50%




It gives a [[AutoHotkey]] - Script, with which one can call this context menu with the combination of keys [CTRL]+[g ]. Thus one can stop the attitudes 20/80 30/70 40/60 50/50 60/40 70/30 80/20 with in each case two palpation backs [CTRL]+[g ], then 2 to 8).
There is an [[AutoHotkey]] - Script available that opens the above mentioned context menu with the Hotkey [CTRL]+[g ]. Thus one can set the divider to  20/80 30/70 40/60 50/50 60/40 70/30 or 80/20 with two keys to press: [CTRL]+[g ], then 2 to 8.




== Position of window divider during the quickview ==
== Position of the divider while quickview is active ==
 
The divider position for the quickview panel is saved separately.
 
This way you can display the quickview window (initiated by [CTRL+Q]) with a fixed width. Set the width of the quickview window e.g. to 75% and save it as described above . Total Commander will remeber this setting and each time you activate the quickview it will set the quickview panel to 75% and the file list to 25%.


Like that it is possible to always represent the size of the quick view [CTRL+Q] with firmly stopped width. With the announcement of a file the size of the quick view is placed like described above e.g. on 75%, in the menu "Save Settings" selected and receives from now on a quickview with 75%, while the file list in the active window amounts to only 25%.<br/>
The appropriate entry in wincmd.ini reads:<br/>
The appropriate entry in wincmd.ini reads:<br/>


  DividerQuickView=250
  DividerQuickView=250


This setting is saved for different screen resolutions separately.
== Position of the divider for file comment view ==
The divider position for the file comment panel is saved separately, too.
This way you can display the file comment panel (initiated by [SHIFT+CTRL+F2]) with a fixed width. Set the width of the file comment panel e.g. to 75% and save it as described above . Total Commander will remeber this setting and each time you activate the file comment view it will set the file comment panel to 75% and the file list to 25%.
If you activate this view in both panels the width will be set to 50%, regardless the settings you made.
The appropriate entry in wincmd.ini reads:<br/>
DividerComments=250
This setting is saved for different screen resolutions separately .




{{translation(3)|Position der Fenstertrennlinie|Ini-settings#Resolution-dependent_data|Ini-settings}}
{{translated|Position_der_Fenstertrennlinie|Ini-settings}}

Latest revision as of 11:11, 2 February 2006

Window divider of Total Commander

The two windows of the file lists have per default the same width. To increase the size of one of the windows move the mousepointer over the divider till it transforms to a double-sided arrow. Now you may click at the divider and move it to a position that fits your own needs. The exact position in percent is shown as a tooltip.

When [CTRL] key is pressed in addition to the mousebutton the divider jumps in 25% steps in the direction the mouse is moved.
A new start restores the default.

To keep those changes permanent it has to be saved. For this purpose you'll have to "Configuration - Save Settings" in the main menu. Now TC remembers the new divider position even if in "Save on exit" the "Panels(brief/full etc.)" checkbox is unchecked. The values are registered in the ini file (usually in the "Wincmd.ini") in dependence to the used screen resolution and related to the window position on the screen. Since the values are stored in permille, it does not make a difference whether "vertical panels" was used.
The appropriate entry reads:

Divider=500

Fast reset to 50/50

A right-click on the divider opens the context menu where some preset values could be selected. Hereby it is possible to reset window width on exactly 50% at any time .

http://www.ghisler.ch/wiki/images/9/95/Window_divider_contextmenu.png
Picture: Window divider contextmenu

Likewise you may include an entry in the main menu to reset the divider like this:

MENUITEM "window centrically", cm_50percent

or a Button in the Buttonbar that uses the following command from the Totalcmd.inc section [___View___]:

cm_50Percent=909;Window separator at 50%


There is an AutoHotkey - Script available that opens the above mentioned context menu with the Hotkey [CTRL]+[g ]. Thus one can set the divider to 20/80 30/70 40/60 50/50 60/40 70/30 or 80/20 with two keys to press: [CTRL]+[g ], then 2 to 8.


Position of the divider while quickview is active

The divider position for the quickview panel is saved separately.

This way you can display the quickview window (initiated by [CTRL+Q]) with a fixed width. Set the width of the quickview window e.g. to 75% and save it as described above . Total Commander will remeber this setting and each time you activate the quickview it will set the quickview panel to 75% and the file list to 25%.

The appropriate entry in wincmd.ini reads:

DividerQuickView=250

This setting is saved for different screen resolutions separately.

Position of the divider for file comment view

The divider position for the file comment panel is saved separately, too.

This way you can display the file comment panel (initiated by [SHIFT+CTRL+F2]) with a fixed width. Set the width of the file comment panel e.g. to 75% and save it as described above . Total Commander will remeber this setting and each time you activate the file comment view it will set the file comment panel to 75% and the file list to 25%. If you activate this view in both panels the width will be set to 50%, regardless the settings you made.

The appropriate entry in wincmd.ini reads:

DividerComments=250

This setting is saved for different screen resolutions separately .



Back to Ini-settings