File: FAQ.htm

package info (click to toggle)
4pane 8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 10,480 kB
  • sloc: cpp: 38,358; ansic: 5,186; sh: 4,359; makefile: 157; xml: 27
file content (43 lines) | stat: -rw-r--r-- 2,942 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
  <title>FAQ</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>&nbsp;&nbsp;<a href="Menu.htm">Menu Sections</a></td>
      <td style="width: 34%; text-align: center;">&nbsp;&nbsp;<a href="Contents.htm"><img src="up.gif" alt="Contents" align="top" border="0"></a>&nbsp;&nbsp;<a href="Contents.htm">Contents</a></td>
      <td style="width: 33%; text-align: center;">&nbsp;&nbsp;<a align="middle" href="RAQ.htm">Rarely Asked Questions</a>&nbsp;&nbsp;<a href="RAQ.htm"><img src="forward.gif" alt="RAQ" align="top" border="0"></a></td>
    </tr>
  </tbody>
</table>
</center>
<hr>

<h2>FAQ</h2>
<p>
<ul>
	<li><b>Why can't 4Pane be like other file managers and have icon-view/one-pane options?</b>
					There are already plenty of file managers that do that. 4Pane is for people (like me) who want the increased information 
				 that a list-view provides, and the ease of navigation that you get with a separate directory pane.</li><br>
	<li><b>OK, but I can't see all that information: with four panes there isn't enough screen width.</b><br>
					Well, there <i>is</i> a scrollbar... Anyway: 
								<ul><li>You can shrink other panes by dragging their vertical borders, giving more room to the file-view.</li>
												<li>You don't have to display all of the <a href="FileviewCols.htm">file-view columns</a>, only the ones that you're interested in.</li>
												<li>You can use <i>View > Unsplit Panes</i> so that only one pair of panes is displayed.</li>
								</ul></li><br>
	<li><b>Why doesn't 4Pane look up the mime-type of each file it displays?</b><br>
					Speed. Opening my /usr/bin directory containing several thousand files used to take less than a second in 4Pane, compared with 15 seconds 
					in Konqueror. Admittedly that was some time ago, and the difference is much less with a more modern computer. Nevertheless, why spend time 
					and cpu cycles checking when you hardly ever need to know the answers?</li><br>
	<li><b>Why isn't 4Pane an ftp client/web browser/dvdrom burner?</b><br>
					Because it's a file manager. It tries to do one thing, well. If you want to burn a dvdrom, use a dvdrom burner.</li><br>
	<li><b>Why doesn't 4Pane use the orthodox Commander-style shortcuts?</b><br>
					Because it doesn't try to be a Commander-style file manager. Apart from standard things like Ctrl-C for Copy, it uses a mixture of PowerDesk and Konqueror shortcuts. 
					However you can <a href="ConfiguringShortcuts.htm">configure</a> the shortcuts to suit your preferences.</li>
</ul>
</p>
</body></html>