Skip to content

Commit

Permalink
ADD: faq.html: 4.9, 4.10, 5.8, 6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skif-off committed Apr 9, 2024
1 parent 2d7e527 commit 6e2db4e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
22 changes: 21 additions & 1 deletion doc/en/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ <h2>Content</h2>
<dt>4.6. <a href="#context_menu_edit">How to customise the context menu, for example, add the item "Open With"?</a></dt>
<dt>4.7. <a href="#auto_extract">How to automatically unpack and run file from an open archive? It is inconvenient to use the "Unpack and execute" button in the properties window of the packed file every time.</a></dt>
<dt>4.8. <a href="#descript_ion">Can the comments (via the descript.ion file) be copied/moved when a file is copied/moved from one directory to another?</a></dt>
<dt>4.9. <a href="#set_property">In some cases I see warning "Can not set [attributes, date/time, owner/group or permissions] for xxx" when I copy or move files, I want that DC use action "skip"/"skip all" by default. How I can do it?</a></dt>
<dt>4.10. <a href="#admin_shares">Why doesn't the program show a list of admin shares?</a></dt>
</dl>
</dd>
<dt><a name="viewer">5. Issues related to the built-in viewer (<kbd>F3</kbd>) and editor (<kbd>F4</kbd>)</a></dt>
Expand All @@ -78,6 +80,7 @@ <h2>Content</h2>
<dt>5.5. <a href="#f4_colmode">Can you add column editing feature (like in Notepad++, UltraEdit etc)?</a></dt>
<dt>5.6. <a href="#f34_regutf8">How can I use regular expressions to search in UTF-8?</a></dt>
<dt>5.7. <a href="#f4_syntax">How to change the syntax highlighting scheme in the internal editor or add new ones?</a></dt>
<dt>5.8. <a href="#f4_open">How to open a specific file from a manually specified location in the built-in viewer?</a></dt>
</dl>
</dd>
<dt><a name="fv">6. Issues related to the file panels</a></dt>
Expand All @@ -87,6 +90,7 @@ <h2>Content</h2>
<dt>6.2. <a href="#fn_ext">I want to see the filenames in the "Name" column with extensions, can I do it?</a></dt>
<dt>6.3. <a href="#folder_sort">Is it possible to sort folders by clicking on column header ("Date", "Size" and so on)?</a></dt>
<dt>6.4. <a href="#slinkt">How to see the target objects of symbolic links?</a></dt>
<dt>6.5. <a href="#parent">How to hide the ".." item for the parent directory in the file list?</a></dt>
</dl>
</dd>
<dt><a name="plugins">7. Plugins</a></dt>
Expand Down Expand Up @@ -306,8 +310,16 @@ <h2>4. Issues related to control and navigation</h2>
<p><span class="bold">A:</span> See description of <a href="configxml.html">&lt;AutoExtractOpenMask&gt;</a>.</p>
<br>

<p class="bold"><a name="descript_ion">Q: can the comments (via the descript.ion file) be copied/moved when a file is copied/moved from one directory to another?</a></p>
<p class="bold"><a name="descript_ion">Q: Can the comments (via the descript.ion file) be copied/moved when a file is copied/moved from one directory to another?</a></p>
<p><span class="bold">A:</span> Yes, it is possible: go to Configurations&nbsp;&gt; Options&nbsp;&gt; File operations and enable "Process comments with files/folders".</p>
<br>

<p class="bold"><a name="set_property">Q: In some cases I see warning "Can not set [attributes, date/time, owner/group or permissions] for xxx" when I copy or move files, I want that DC use action "skip"/"skip all" by default. How I can do it?</a></p>
<p><span class="bold">A:</span> Run a copy or move operation and change the value of the <a href="copymove.html#confirmation">When cannot set property</a> option to "Ignore". The "Save these options as default" button will allow to use this value for subsequent operations.</p>
<br>

<p class="bold"><a name="admin_shares">Q: Why doesn't the program show a list of admin shares?</a></p>
<p><span class="bold">A:</span> Administrative shares are hidden network shares, make sure that you have enabled the display of hidden files and folders (use the <a href="configuration.html#ConfigViewEx">program settings</a> or the corresponding item in the <a href="help.html#mnu_view">Show</a> menu).</p>
<p class="navback"><a href="#topofpage">(back to top)</a></p>
</div>

Expand Down Expand Up @@ -382,6 +394,10 @@ <h2>5. Issues related to the built-in viewer (<kbd>F3</kbd>) and editor (<kbd>F4
&nbsp;&nbsp;<code>&lt;General Name="AutoIt v3*" Extensions="AU3"/&gt;</code><br>
and after<br>
&nbsp;&nbsp;<code>&lt;General Name="AutoIt v3*" Extensions="AU3" Other="1"/&gt;</code></p>
<br>

<p class="bold"><a name="f4_open">How to open a specific file from a manually specified location in the built-in viewer?</a></p>
<p><span class="bold">A:</span> Add a button with an external command to the <a href="toolbar.html">toolbar</a>, specify the <a href="configuration.html#ConfigAssociations">{!DC-VIEWER}</a> macro as the command, and add the full name of the desired file in the parameters field.</p>
<p class="navback"><a href="#topofpage">(back to top)</a></p>
</div>

Expand All @@ -404,6 +420,10 @@ <h2>6. Issues related to the file panels</h2>
<p class="bold"><a name="slinkt">Q: How to see the target objects of symbolic links?</a></p>
<p><span class="bold">A:</span> In addition to the file properties dialog, you can use <code>GETFILELINKTO</code> in a <a href="configuration.html#ConfigColumns">set of columns</a> or a <a href="configuration.html#ConfigTooltips">tooltip</a>. In the last case, you should create a search template and specify <code>l+</code> in the attributes.<br>
Also you can <a href="lua.html">use Lua</a> and write in the log window.</p>
<br>

<p class="bold"><a name="parent">Q: How to hide the ".." item for the parent directory in the file list?</a></p>
<p><span class="bold">A:</span> Use the <a href="configuration.html#ConfigIgnore">Ignore list</a> in the program settings.</p>
<p class="navback"><a href="#topofpage">(back to top)</a></p>
</div>

Expand Down
22 changes: 21 additions & 1 deletion doc/ru/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ <h2>Содержание</h2>
<dt>4.6. <a href="#context_menu_edit">Как можно настроить контекстное меню? Например добавить пункт "Открыть с помощью"?</a></dt>
<dt>4.7. <a href="#auto_extract">Как автоматически распаковать и запустить файл из открытого архива? Неудобно каждый раз использовать кнопку "Распаковать и выполнить" в окне свойств упакованного файла.</a></dt>
<dt>4.8. <a href="#descript_ion">Можно ли копировать/перемещать комментарии (через файл descript.ion), когда файл копируется/перемещается из одного каталога в другой?</a></dt>
<dt>4.9. <a href="#set_property">В некоторых случаях вижу предупреждение "Не удалось установить [атрибуты, дату/время, владельца/группу или права доступа] для ххх" когда копирую или перемещаю файлы, хочу, чтобы DC по умолчанию использовал действие "пропустить"/"пропустить все". Как я могу это сделать?</a></dt>
<dt>4.10. <a href="#admin_shares">Почему программа не показывает список административных общих ресурсов?</a></dt>
</dl>
</dd>
<dt><a name="viewer">5. Вопросы, связанные со встроенной программой просмотра (<kbd>F3</kbd>) и редактором (<kbd>F4</kbd>)</a></dt>
Expand All @@ -78,6 +80,7 @@ <h2>Содержание</h2>
<dt>5.5. <a href="#f4_colmode">Можете добавить функцию редактирования колонок (как в Notepad++, UltraEdit и т.д.)?</a></dt>
<dt>5.6. <a href="#f34_regutf8">Как я могу использовать регулярные выражения для поиска в UTF-8?</a></dt>
<dt>5.7. <a href="#f4_syntax">Как изменить схему подсветки синтаксиса во встроенном редакторе или добавить новые?</a></dt>
<dt>5.8. <a href="#f4_open">Как открыть во встроенной программе просмотра определённый файл из указанного вручную места?</a></dt>
</dl>
</dd>
<dt><a name="fv">6. Вопросы, связанные с файловыми панелями</a></dt>
Expand All @@ -87,6 +90,7 @@ <h2>Содержание</h2>
<dt>6.2. <a href="#fn_ext">Хочу видеть в колонке "Имя" имена файлов с расширением, я могу это сделать?</a></dt>
<dt>6.3. <a href="#folder_sort">Возможно ли сортировать папки щелчком по заголовку колонки ("Дата", "Размер" и т.д.)?</a></dt>
<dt>6.4. <a href="#slinkt">Как посмотреть целевые объекты символьных ссылок?</a></dt>
<dt>6.5. <a href="#parent">Как скрыть пункт ".." для родительского каталога в списке файлов?</a></dt>
</dl>
</dd>
<dt><a name="plugins">7. Плагины</a></dt>
Expand Down Expand Up @@ -308,6 +312,14 @@ <h2>4. Вопросы, связанные с навигацией и управ

<p class="bold"><a name="descript_ion">В: Можно ли копировать/перемещать комментарии (через файл descript.ion), когда файл копируется/перемещается из одного каталога в другой?</a></p>
<p><span class="bold">О:</span> Да, это возможно: перейдите в Настройки&nbsp;&gt; Параметры...&nbsp;&gt; Файловые операции и включите "Обрабатывать комментарии с файлами/папками".</p>
<br>

<p class="bold"><a name="set_property">В: В некоторых случаях вижу предупреждение "Не удалось установить [атрибуты, дату/время, владельца/группу или права доступа] для ххх" когда копирую или перемещаю файлы, хочу, чтобы DC по умолчанию использовал действие "пропустить"/"пропустить все". Как я могу это сделать?</a></p>
<p><span class="bold">О:</span> Запустите операцию копирования или перемещения и измените значение параметра <a href="copymove.html#confirmation">Если нельзя устан. свойство</a> на "Игнорировать". Кнопка "Сохранить по умолчанию" позволит использовать это значение для последующих операций.</p>
<br>

<p class="bold"><a name="admin_shares">В: Почему программа не показывает список административных общих ресурсов?</a></p>
<p><span class="bold">О:</span> Административные общие ресурсы&nbsp;&ndash; это скрытые сетевые ресурсы, убедитесь, что у вас включено отображение скрытых файлов и папок (используйте <a href="configuration.html#ConfigViewEx">настройки программы</a> или соответствующий пункт в меню <a href="help.html#mnu_view">Вид</a>).</p>
<p class="navback"><a href="#topofpage">(наверх)</a></p>
</div>

Expand Down Expand Up @@ -382,11 +394,15 @@ <h2>5. Вопросы, связанные со встроенной програ
&nbsp;&nbsp;<code>&lt;General Name="AutoIt v3" Extensions="AU3"/&gt;</code><br>
и после<br>
&nbsp;&nbsp;<code>&lt;General Name="AutoIt v3" Extensions="AU3" Other="1"/&gt;</code></p>
<br>

<p class="bold"><a name="f4_open">В: Как открыть во встроенной программе просмотра определённый файл из указанного вручную места?</a></p>
<p><span class="bold">О:</span> Добавьте на <a href="toolbar.html">панель инструментов</a> кнопку с внешней командой, в качестве команды укажите макрос <a href="configuration.html#ConfigAssociations">{!DC-VIEWER}</a>, в поле параметров добавьте полное имя нужного файла.</p>
<p class="navback"><a href="#topofpage">(наверх)</a></p>
</div>

<div>
<h2>6. 6. Вопросы, связанные с файловыми панелями</h2>
<h2>6. Вопросы, связанные с файловыми панелями</h2>
<p class="bold"><a name="fv_datetime">В: Я не нашёл в списке подходящий формат даты для файловых панелей! Как добавить свой?</a></p>
<p><span class="bold">О:</span> Формат даты и времени легко настраивается: перейдите в Настройки&nbsp;&gt; Параметры...&nbsp;&gt; Список файлов&nbsp;&gt; Форматирование&nbsp;&gt; Формат даты и времени и используйте <a href="configuration.html#dt_format">эту таблицу</a>.</p>
<br>
Expand All @@ -404,6 +420,10 @@ <h2>6. 6. Вопросы, связанные с файловыми панеля
<p class="bold"><a name="slinkt">В: Как посмотреть целевые объекты символьных ссылок?</a></p>
<p><span class="bold">О:</span> Помимо диалога свойств файла вы можете использовать <code>GETFILELINKTO</code> в <a href="configuration.html#ConfigColumns">наборе колонок</a> или <a href="configuration.html#ConfigTooltips">всплывающей подсказке</a>. В последнем случае вы должны создать шаблон поиска и указать <code>l+</code> в атрибутах.<br>
Также вы можете <a href="lua.html">использовать Lua</a> и писать в окно протокола.</p>
<br>

<p class="bold"><a name="parent">В: Как скрыть пункт ".." для родительского каталога в списке файлов?</a></p>
<p><span class="bold">О:</span> Используйте <a href="configuration.html#ConfigIgnore">Список исключений</a> в настройках программы.</p>
<p class="navback"><a href="#topofpage">(наверх)</a></p>
</div>

Expand Down

0 comments on commit 6e2db4e

Please sign in to comment.