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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>The Context Menu</title>
</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="Menu.htm"><img src="back.gif" alt="Menu Sections" align="top" border="0"></a> <a href="Menu.htm">Menu Sections</a></td>
<td style="width: 34%; text-align: center;"> <a href="Using4Pane.htm"><img src="up.gif" alt="Using 4Pane" align="top" border="0"></a> <a href="Using4Pane.htm">Using 4Pane</a></td>
<td style="width: 33%; text-align: center;"> <a align="middle" href="UnRedo.htm">Undo and Redo</a> <a href="UnRedo.htm"><img src="forward.gif" alt="Undo and Redo" align="top" border="0"></a></td>
</tr>
</tbody>
</table>
</center>
<hr>
<h2>The Context Menu</h2>
<p>
Right-clicking on a file or directory brings up a context menu, the content of which varies slightly, depending on the nature of the selected item.<br><br>
Many of its items are duplicated from the <a href="Edit.htm">Edit</a>, <a href="View.htm">View</a> and <a href="Archive.htm">Archive</a> menus, and have already been discussed there.
There may also be <a href="Open.htm">Open</a> and <a href="OpenWith.htm">Open with...</a> menu items that launch executable files, or open
them with appropriate applications.<br><br>
Since 4Pane 5.0 a fileview context menu has an addition item, 'Sort filenames ending in digits in Decimal order', that requires some explanation.
Consider a directory that contains files with names like foo1.png, foo2.png, foo11.png, foo12.png. These will normally display in a different order: 1, 11, 12, 2.
For a few such files that won't matter, but what if the directory contains hundreds of numbered photos?<br>
Clicking this item will order them in a more natural way.
Note that doing this will affect only the current fileview. Note also that it affects only files where the name <i>ends</i> in a number, not ones like f12oo.txt.
<br><br>
The last menu item, Properties, opens the <a href="Properties.htm">Properties dialog</a> with the selected item's information.
</p>
</body></html>
|