comparison doc/image_management_rename.html @ 1165:473a7c4881cd

Fix up yet unmarked keys.
author zas_
date Thu, 20 Nov 2008 17:23:46 +0000
parents 2562e0bc89a1
children
comparison
equal deleted inserted replaced
1164:3692efcbd325 1165:473a7c4881cd
45 45
46 <p>When renaming a file, a dialog will display allowing entry of the new name for the file. The dialog will be different depending on the number of files selected to be renamed. A simple dialog will appear when renaming a single file, however when renaming multiple files the dialog will include a list of the file to be renamed and additional options.</p> 46 <p>When renaming a file, a dialog will display allowing entry of the new name for the file. The dialog will be different depending on the number of files selected to be renamed. A simple dialog will appear when renaming a single file, however when renaming multiple files the dialog will include a list of the file to be renamed and additional options.</p>
47 47
48 <h2>Rename single file dialog</h2> 48 <h2>Rename single file dialog</h2>
49 49
50 <p>The dialog that appears when renaming a single file includes an image of the file, an entry to type the new name of the file, a Rename button, and a Cancel button. Type the new name into the text entry and press Enter or activate the Rename button to rename the file. Press Escape or activate the Cancel button to close the dialog and abort renaming the file.</p> 50 <p>The dialog that appears when renaming a single file includes an image of the file, an entry to type the new name of the file, a Rename button, and a Cancel button. Type the new name into the text entry and press <span class="key">Enter</span> or activate the Rename button to rename the file. Press <span class="key">Escape</span> or activate the Cancel button to close the dialog and abort renaming the file.</p>
51 51
52 <p>When renaming a file and the new name already exists on the file system a dialog will appear showing the renamed and existing files. To overwrite the existing file press enter or activate the Overwrite button. Press Escape or activate the Cancel button to close the dialog abort renaming the file.</p> 52 <p>When renaming a file and the new name already exists on the file system a dialog will appear showing the renamed and existing files. To overwrite the existing file press <span class="key">Enter</span> or activate the Overwrite button. Press <span class="key">Escape</span> or activate the Cancel button to close the dialog abort renaming the file.</p>
53 53
54 <h2>Rename multiple files dialog</h2> 54 <h2>Rename multiple files dialog</h2>
55 55
56 <p>The dialog that appears when renaming multiple files includes the list of files to be renamed, a preview image of the active file, an entry to enter the new file name, an auto rename check box, a Rename button, and a Cancel button.</p> 56 <p>The dialog that appears when renaming multiple files includes the list of files to be renamed, a preview image of the active file, an entry to enter the new file name, an auto rename check box, a Rename button, and a Cancel button.</p>
57 57
58 <dl class="dialog_desc"> 58 <dl class="dialog_desc">
59 <dt>Manually enter new file names</dt> 59 <dt>Manually enter new file names</dt>
60 <dd> 60 <dd>
61 <p>To manually enter the new name of each file, the active file will be displayed in the image preview and it's original name will be displayed above the text entry. To rename the file type the new name and press Enter or activate the Rename button. When a file is successfully renamed it will be removed from the list and the next one will become the active file. After all files have been renamed, the dialog will close.</p> 61 <p>To manually enter the new name of each file, the active file will be displayed in the image preview and it's original name will be displayed above the text entry. To rename the file type the new name and press <span class="key">Enter</span> or activate the Rename button. When a file is successfully renamed it will be removed from the list and the next one will become the active file. After all files have been renamed, the dialog will close.</p>
62 62
63 <p>Files do not have to be renamed in the order that they appear in the list, highlighting a name in the list will make it become the active file.</p> 63 <p>Files do not have to be renamed in the order that they appear in the list, highlighting a name in the list will make it become the active file.</p>
64 64
65 <p>When renaming a file and the new name already exists on the file system a dialog will appear showing the renamed and existing files. To overwrite the existing file press enter or activate the Overwrite button. Press Escape or activate the Cancel button to return to the original rename dialog, the file that prompted the overwrite dialog will remain active.</p> 65 <p>When renaming a file and the new name already exists on the file system a dialog will appear showing the renamed and existing files. To overwrite the existing file press <span class="key">Enter</span> or activate the Overwrite button. Press <span class="key">Escape</span> or activate the Cancel button to return to the original rename dialog, the file that prompted the overwrite dialog will remain active.</p>
66 </dd> 66 </dd>
67 67
68 <dt>Automatic renaming of multiple files</dt> 68 <dt>Automatic renaming of multiple files</dt>
69 <dd> 69 <dd>
70 <p>To automatically rename the files in the list, enable the Auto rename check box. The dialog will change to batch mode for numerical naming of files.</p> 70 <p>To automatically rename the files in the list, enable the Auto rename check box. The dialog will change to batch mode for numerical naming of files.</p>
73 73
74 <p>The padding number can be used to change the minimum length of characters to use for the number portion of the new name. When the file number results in fewer characters than the padding size, the result will be padded with leading zeros to fill the remaining space. For example if padding size is 3, a file with the number 24 will appear in the file name as &ldquo;024&rdquo;.</p> 74 <p>The padding number can be used to change the minimum length of characters to use for the number portion of the new name. When the file number results in fewer characters than the padding size, the result will be padded with leading zeros to fill the remaining space. For example if padding size is 3, a file with the number 24 will appear in the file name as &ldquo;024&rdquo;.</p>
75 75
76 <p>The order of the file list can be changed by dragging a name to the desired location within the list. The preview column will update to reflect the new order.</p> 76 <p>The order of the file list can be changed by dragging a name to the desired location within the list. The preview column will update to reflect the new order.</p>
77 77
78 <p>When the preview of new names is satisfactory, press Enter or activate the Rename button to rename the files to match the name in the preview column. Press Escape or activate the Cancel button to close the dialog and abort the rename operation.</p> 78 <p>When the preview of new names is satisfactory, press <span class="key">Enter</span> or activate the Rename button to rename the files to match the name in the preview column. Press <span class="key">Escape</span> or activate the Cancel button to close the dialog and abort the rename operation.</p>
79 79
80 <p>If the resulting new names match any existing files, a warning dialog will notify you. The rename dialog will remain so that you can select a different set of names.</p> 80 <p>If the resulting new names match any existing files, a warning dialog will notify you. The rename dialog will remain so that you can select a different set of names.</p>
81 </dd> 81 </dd>
82 </dl> 82 </dl>
83 83