1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>The View menu</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
</head>
<body style="background-color: rgb(255, 255, 255); direction: ltr;">
<center>
<table style="margin-left: auto; margin-right: auto; width: 100%; text-align: center;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 33%; text-align: center;"><a href="Edit.htm"><img src="back.gif" alt="The Edit menu" align="top" border="0"></a> <a href="Edit.htm">The Edit menu</a></td>
<td style="width: 34%; text-align: center;"> <a href="Menu.htm"><img src="up.gif" alt="Menu Sections" align="top" border="0"></a> <a href="Menu.htm">Menu Sections</a></td>
<td style="width: 33%; text-align: center;"> <a align="middle" href="Tabs.htm">The Tabs menu</a> <a href="Tabs.htm"><img src="forward.gif" alt="The Tabs menu" align="top" border="0"></a></td>
</tr>
</tbody>
</table>
</center>
<hr>
<h2><u>The View menu</u></h2>
<p>
This is the menu where you can choose what is displayed, and where. The first two items are <b>Show Terminal Emulator</b> and <b>Show Command-line</b>; more about these <a href="TerminalEm.htm">here</a>. The third, <b>Show Previews</b>, turns on or off whether <a href="Previews.htm">Previews</a> of image and text files are shown.<br><br>
The next three determine how the panes are orientated, and how many are shown. Panes come in pairs. The one on the left of each pair shows only directories (the dir-view).
When you select one of those directories, its contents (both files and immediate subdirectories) are displayed in the other, righthand pane (the file-view).
By default 4Pane has (believe it or not) four panes showing, split vertically; dir-view, file-view; dir-view, file-view. However you can choose instead for the split to be horizontal, with an upper pair and a lower.
Or (despite the name) to unsplit, so that only one pair shows; this is useful when you want to be able to see more file-view columns at a time.
You can change the display type at any time, using <b>Split Panes Vertically</b>, <b>Split Panes Horizontally</b> and <b>Unsplit Panes</b>.<br><br>
Sometimes useful are <b>Replicate in Opposite Pane</b>, which duplicates the current twin-pane's filepaths on the opposite side; and <b>Swap the Panes</b>, which swaps one twin-pane's selection with the other.<br><br>
The next menu item is <b>Filter Display</b>, which allows you to restrict what is displayed in the currently-selected pane. See <a href="Filter.htm">Filter</a>.
Following this is <b>Hide Hidden dirs and files</b> (or, if they're already hidden, <b>Show</b>), which also applies to the currently-selected pane.
You can set the global default in <i>Options > Configure 4Pane: Display > trees</i>.<br><br>
Last is <b>Columns to Display</b>, which opens <a href="FileviewCols.htm">this</a> submenu. Here you can choose which columns the current file-view should display: time, owner etc.
As you'd expect, you can sort a file-view by clicking on a column header; for example, to sort by size, click the size-column header.
</p>
</body>
</html>
|