Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/en/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ <h2><a name="settings">2. Configuration</a></h2>
<li><p>internal editor;</p></li>
<li><p>internal viewer (if viewer shows text then this action will change font size, if image then action will work as zoom in/zoom out commands).</p></li>
</ul>
<p>Also you can choose the type of font rasterization (regardless of the system settings), see description of <a href="configxml.html">&lt;Quality&gt;</a>.</p>
<br>

<p><span class="bold"><a name="ConfigColor">2.5. Colors</a></span></p>
Expand Down
2 changes: 1 addition & 1 deletion doc/en/copymove.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2><a name="confirmation">1. Copy/move dialog window</a></h2>
<p class="figure"><img class="largeimage" title="Copying/moving files" alt="Copying/moving files" src="images/imgDC/copymove1.png" width="692" height="408"></p>
<p>Can be called with the <kbd>F5</kbd> (copy), <kbd>Shift+F5</kbd> (copy in the same directory) and <kbd>F6</kbd> (move) keys, with buttons on the function key buttons bar or with internal commands (<a href="cmds.html#cm_Copy">cm_Copy</a>, <a href="cmds.html#cm_CopySamePanel">cm_CopySamePanel</a> and <a href="cmds.html#cm_Rename">cm_Rename</a>). Also this dialog window appears when we drag and drop files (if <a href="configuration.html#ConfigMouseDD">Show confirmation dialog after drop</a> is enabled).</p>
<p>The window displays an editable field with the target directory and a file mask (or a file name, if only one), we can manually change the target path and file name. With <kbd>F5</kbd> or <kbd>F6</kbd> we can toggle the selection in the following order: base file name, file name, extension, path, all. If the target directory is not specified (<tt>cm_CopySamePanel</tt> or manual editing), the files will be copied to the source directory.</p>
<p>File mask determines how files will be renamed when copying or moving (symbol "*" means match any number of characters, symbol "?" means any one character). For example, we can specify <code>*.*.bak</code>, to add an extension <code>.bak</code> to all copied files. Or, for example, use <code>????.*</code> and trim the names to the first four characters. Using <code>*.ext</code>, we can replace the extensions of all copied files with <code>ext</code>. If the mask is not applicable, the names will remain as is.</p>
<p>File mask determines how files will be renamed when copying or moving (symbol "*" means match any number of characters, symbol "?" means any one character). For example, we can specify <code>*.*.bak</code>, to add an extension <code>.bak</code> to all copied files. Using <code>*.ext</code>, we can replace the extensions of all copied files with <code>ext</code>. Or, for example, use <code>????.*</code> and trim the names to the first four characters. Symbols before <code>*.*</code> replaces symbols in the name (starting from the first symbol). If the mask is not applicable, the names will remain as is.</p>
<p>Several buttons:</p>
<ul>
<li><p><span class="italic">Start</span> and <span class="italic">Cancel</span>&nbsp;&ndash; start or cancel the operation.</p></li>
Expand Down
6 changes: 3 additions & 3 deletions doc/en/lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -1054,9 +1054,9 @@ <h2><a name="libraryutf8">3.5. UTF-8 library</a></h2>
<li>Default OEM (DOS) encoding (depends on the system locale): "oem".</li>
<li>Unicode: "utf8", "utf8bom", "ucs2le", "ucs2be".</li>
<li>ANSI (Windows): "cp1250", "cp1251", "cp1252", "cp1253", "cp1254", "cp1255", "cp1256", "cp1257", "cp1258".</li>
<li>OEM (DOS): "cp437", "cp850", "cp852", "cp866", "cp874", "cp932", "cp936", "cp949", "cp950".</li>
<li>ISO 8859: "iso88591", "iso88592", "iso885915".</li>
<li>Other: "macintosh", "koi8".</li>
<li>OEM (DOS): "cp437", "cp850", "cp852", "cp865", "cp866", "cp874", "cp932", "cp936", "cp949", "cp950".</li>
<li>ISO 8859: "iso88591", "iso88592", "iso88593", "iso88594", "iso88595", "iso88597", "iso88599", "iso885910", "iso885913", "iso885914", "iso885915", "iso885916".</li>
<li>Other: "macintosh", "koi8r", "koi8u", "koi8ru".</li>
</ul>
The meaning of special encodings (examples).
<br><br>
Expand Down
1 change: 1 addition & 0 deletions doc/ru/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ <h2><a name="settings">2. Настройки</a></h2>
<li><p>встроенный редактор;</p></li>
<li><p>встроенный просмотрщик (если просмотрщик показывает текст, то это действие изменит размер шрифта, если изображение&nbsp;&ndash; действие будет работать как команды увеличения/уменьшения).</p></li>
</ul>
<p>Также вы можете выбрать тип растеризации шрифтов (независимо от системных настроек), смотрите описание <a href="configxml.html">&lt;Quality&gt;</a>.</p>
<br>

<p><span class="bold"><a name="ConfigColor">2.5. Цвета</a></span></p>
Expand Down
2 changes: 1 addition & 1 deletion doc/ru/copymove.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2><a name="confirmation">1. Диалоговое окно копировани
<p class="figure"><img class="largeimage" title="Копирование/перемещение файлов" alt="Копирование/перемещение файлов" src="images/imgDC/copymove1.png" width="692" height="408"></p>
<p>Можно вызвать клавишами <kbd>F5</kbd> (копирование), <kbd>Shift+F5</kbd> (копировать в этот же каталог) и <kbd>F6</kbd> (перемещение), кнопками на панели функциональных клавиш или внутренними командами (<a href="cmds.html#cm_Copy">cm_Copy</a>, <a href="cmds.html#cm_CopySamePanel">cm_CopySamePanel</a> и <a href="cmds.html#cm_Rename">cm_Rename</a>). Также это диалоговое окно появляется при перетаскивании файлов (если отмечено <a href="configuration.html#ConfigMouseDD">Показать диалог подтверждения при перетаскивании</a>).</p>
<p>В окне отображается редактируемое поле с целевым каталогом и маской файлов (или имя файла, если только один), мы можем вручную изменить целевой путь и имя файла. С помощью <kbd>F5</kbd> или <kbd>F6</kbd> мы можем переключать выделение в следующем порядке: базовое имя файла, имя файла, расширение, путь, всё. Если целевой каталог не указан (<tt>cm_CopySamePanel</tt> или ручное редактирование), файлы будут скопированы в исходный каталог.</p>
<p>Маска файлов определяет, как будут переименованы файлы во время копирования или перемещения (звёздочка "*" обозначает любое количество символов, знак вопроса "?"&nbsp;&ndash; любой один символ). Например, мы можем указать <code>*.*.bak</code>, чтобы добавить расширение <code>.bak</code> всем копируемым файлам. Или, напрмер, использовать <code>????.*</code> и обрезать имена до первых четырёх символов. Используя <code>*.ext</code>, мы можем заменить расширения всех копируемых файлов на <code>ext</code>. Если маска не применима, имена останутся как есть.</p>
<p>Маска файлов определяет, как будут переименованы файлы во время копирования или перемещения (звёздочка "*" обозначает любое количество символов, знак вопроса "?"&nbsp;&ndash; любой один символ). Например, мы можем указать <code>*.*.bak</code>, чтобы добавить расширение <code>.bak</code> всем копируемым файлам. Используя <code>*.ext</code>, мы можем заменить расширения всех копируемых файлов на <code>ext</code>. Или, напрмер, использовать <code>????.*</code> и обрезать имена до первых четырёх символов. Символы перед <code>*.*</code> заменяют символы в имени (начиная с первого символа). Если маска не применима, имена останутся как есть.</p>
<p>Несколько кнопок:</p>
<ul>
<li><p><span class="italic">Старт</span> и <span class="italic">Отмена</span>&nbsp;&ndash; запускает или отменяет операцию.</p></li>
Expand Down
6 changes: 3 additions & 3 deletions doc/ru/lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -1045,9 +1045,9 @@ <h2><a name="libraryutf8">3.5. Библиотека UTF-8</a></h2>
<li>Кодировка OEM (DOS) по умолчанию (зависит от языковых стандартов системы): "oem".</li>
<li>Юникод: "utf8", "utf8bom", "ucs2le", "ucs2be".</li>
<li>ANSI (Windows): "cp1250", "cp1251", "cp1252", "cp1253", "cp1254", "cp1255", "cp1256", "cp1257", "cp1258".</li>
<li>OEM (DOS): "cp437", "cp850", "cp852", "cp866", "cp874", "cp932", "cp936", "cp949", "cp950".</li>
<li>ISO 8859: "iso88591", "iso88592", "iso885915".</li>
<li>Другие: "macintosh", "koi8".</li>
<li>OEM (DOS): "cp437", "cp850", "cp852", "cp865", "cp866", "cp874", "cp932", "cp936", "cp949", "cp950".</li>
<li>ISO 8859: "iso88591", "iso88592", "iso88593", "iso88594", "iso88595", "iso88597", "iso88599", "iso885910", "iso885913", "iso885914", "iso885915", "iso885916".</li>
<li>Другие: "macintosh", "koi8r", "koi8u", "koi8ru".</li>
</ul>
Специальные значения кодировок (примеры).
<br><br>
Expand Down