comparison doc/main_window_file_pane.html @ 1113:79e69e5f4642

Beautify the manual.
author zas_
date Mon, 10 Nov 2008 14:10:39 +0000
parents b223ad7f4867
children 83d6b961117f
comparison
equal deleted inserted replaced
1112:b223ad7f4867 1113:79e69e5f4642
43 43
44 <p>The file pane displays the images contained in the active folder. It has two modes of display, allows multiple selection, and can initiate drag and drop operations.</p> 44 <p>The file pane displays the images contained in the active folder. It has two modes of display, allows multiple selection, and can initiate drag and drop operations.</p>
45 45
46 <p>A <b>context menu</b> can be displayed by clicking the right mouse button on the file pane or pressing the menu key while the file pane has the focus.</p> 46 <p>A <b>context menu</b> can be displayed by clicking the right mouse button on the file pane or pressing the menu key while the file pane has the focus.</p>
47 47
48 <p><br />
49 <br />
50 </p>
51
52 <h2>List view</h2> 48 <h2>List view</h2>
53 49
54 <p>This mode can be enabled by selecting &ldquo;List&rdquo; from the View menu, pressing Control + L on the keyboard, or unselecting &ldquo;View as icons&rdquo; from the context menu.</p> 50 <p>This mode can be enabled by selecting &ldquo;List&rdquo; from the View menu, pressing Control + L on the keyboard, or unselecting &ldquo;View as icons&rdquo; from the context menu.</p>
55 51
56 <p>The list view mode displays images in a standard vertical list. Three columns provide the file name, size in bytes, and the time the contents were last modified.</p> 52 <p>The list view mode displays images in a standard vertical list. Three columns provide the file name, size in bytes, and the time the contents were last modified.</p>
57 53
58 <p><b>Thumbnails</b> can be displayed next to each file in the list, to toggle thumbnails on or off by selecting &ldquo;Thumbnails&rdquo; from the View menu, pressing the T key, clicking the thumbnail button on the tool bar, or selecting &ldquo;Show thumbnails&rdquo; from the context menu.</p> 54 <p><b>Thumbnails</b> can be displayed next to each file in the list, to toggle thumbnails on or off by selecting &ldquo;Thumbnails&rdquo; from the View menu, pressing the T key, clicking the thumbnail button on the tool bar, or selecting &ldquo;Show thumbnails&rdquo; from the context menu.</p>
59 55
60 <p><br />
61 <br />
62 </p>
63
64 <h2>Icon view</h2> 56 <h2>Icon view</h2>
65 57
66 <p>This mode can be enabled by selecting &ldquo;Icons&rdquo; from the View menu, pressing Control + I on the keyboard, or selecting &ldquo;View as icons&rdquo; from the context menu.</p> 58 <p>This mode can be enabled by selecting &ldquo;Icons&rdquo; from the View menu, pressing Control + I on the keyboard, or selecting &ldquo;View as icons&rdquo; from the context menu.</p>
67 59
68 <p>The icon view mode displays images as thumbnails in a grid, and by default a file name below each thumbnail.</p> 60 <p>The icon view mode displays images as thumbnails in a grid, and by default a file name below each thumbnail.</p>
69 61
70 <p>The <b>file name</b> displayed below each thumbnail can be turned on or off by selecting &ldquo;Show filename text&rdquo; from the context menu.</p> 62 <p>The <b>file name</b> displayed below each thumbnail can be turned on or off by selecting &ldquo;Show filename text&rdquo; from the context menu.</p>
71
72 <p><br />
73 <br />
74 </p>
75 63
76 <h2>Multiple selection</h2> 64 <h2>Multiple selection</h2>
77 65
78 <p>It is possible to select more than one image from the file pane. Multiple files can be selected with several methods:</p> 66 <p>It is possible to select more than one image from the file pane. Multiple files can be selected with several methods:</p>
79 67
119 107
120 <p>To select all files press Control + A, or to unselect all image press Control + Shift + A. These operations are also available from the Edit menu as &ldquo;Select all&rdquo; and &ldquo;Select none&rdquo;.</p> 108 <p>To select all files press Control + A, or to unselect all image press Control + Shift + A. These operations are also available from the Edit menu as &ldquo;Select all&rdquo; and &ldquo;Select none&rdquo;.</p>
121 109
122 <p>The current number of selected images and their total size will be indicated in the File list section of the <a href="main_window_status_bar.html">status bar</a>.</p> 110 <p>The current number of selected images and their total size will be indicated in the File list section of the <a href="main_window_status_bar.html">status bar</a>.</p>
123 111
124 <p><br />
125 <br />
126 </p>
127
128 <h2>Sorting</h2> 112 <h2>Sorting</h2>
129 113
130 <p>The order of the images can be changed by clicking the sort area of the status bar or from the context menu. The sort methods are by file name, number, file date, or file size. The number method will sort file names by their natural order, for example files with names of file_10, file_12, and file_9 will appear in order file_9, file_10, and file_12.</p> 114 <p>The order of the images can be changed by clicking the sort area of the status bar or from the context menu. The sort methods are by file name, number, file date, or file size. The number method will sort file names by their natural order, for example files with names of file_10, file_12, and file_9 will appear in order file_9, file_10, and file_12.</p>
131 115
132 <p>Selecting the ascending menu item will toggle between increasing and decreasing sort order.</p> 116 <p>Selecting the ascending menu item will toggle between increasing and decreasing sort order.</p>
133
134 <p><br />
135 <br />
136 </p>
137 117
138 <h2>Context menu</h2> 118 <h2>Context menu</h2>
139 119
140 <p>Right clicking the mouse or pressing the menu key while the file pane has focus will display a menu. The menu functions will perform the same as those that match the window's <a href="main_window_menus.html">menu bar</a>, however a few functions are unique to the context menu:</p> 120 <p>Right clicking the mouse or pressing the menu key while the file pane has focus will display a menu. The menu functions will perform the same as those that match the window's <a href="main_window_menus.html">menu bar</a>, however a few functions are unique to the context menu:</p>
141 121
156 <dt>Show filename text</dt> 136 <dt>Show filename text</dt>
157 <dd>Toggles display of file names in the icon view display mode.</dd> 137 <dd>Toggles display of file names in the icon view display mode.</dd>
158 138
159 </dl> 139 </dl>
160 140
161 <p><br />
162 <br />
163 </p>
164
165 <h2>Drag and Drop</h2> 141 <h2>Drag and Drop</h2>
166 142
167 <p>Drag and drop can be initialized with the primary or middle mouse buttons in the file pane. Dragging a file that is selected will include all selected files in the drag. Dragging a file that is not selected will first change the selection to the dragged file, and clear the previous selection.</p> 143 <p>Drag and drop can be initialized with the primary or middle mouse buttons in the file pane. Dragging a file that is selected will include all selected files in the drag. Dragging a file that is not selected will first change the selection to the dragged file, and clear the previous selection.</p>
168 144
169 <p><br /> 145 <hr id="bottomseparator" />
170 <br />
171 </p>
172
173 <p><br />
174 <br />
175 </p>
176
177 <hr />
178 146
179 <div class="navbottom"> 147 <div class="navbottom">
180 <table width="100%" border="0" cellpadding="4" cellspacing="0"> 148 <table width="100%" border="0" cellpadding="4" cellspacing="0">
181 <col id="navbottom_col1" width="33%"></col> 149 <col id="navbottom_col1" width="33%"></col>
182 <col id="navbottom_col2" width="33%"></col> 150 <col id="navbottom_col2" width="33%"></col>