Skip to content

Commit 8bc0190

Browse files
authored
UPD: configuration.html: 'Fonts': Add 'Quality'. (#72)
UPD: copymove.html: File mask in the copy/move dialog. UPD: lua.html: ConvertEncoding/DetectEncoding: List of supported encoding values.
1 parent 0babf4c commit 8bc0190

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

doc/en/configuration.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ <h2><a name="settings">2. Configuration</a></h2>
278278
<li><p>internal editor;</p></li>
279279
<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>
280280
</ul>
281+
<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>
281282
<br>
282283

283284
<p><span class="bold"><a name="ConfigColor">2.5. Colors</a></span></p>

doc/en/copymove.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2><a name="confirmation">1. Copy/move dialog window</a></h2>
3636
<p class="figure"><img class="largeimage" title="Copying/moving files" alt="Copying/moving files" src="images/imgDC/copymove1.png" width="692" height="408"></p>
3737
<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>
3838
<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>
39-
<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>
39+
<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>
4040
<p>Several buttons:</p>
4141
<ul>
4242
<li><p><span class="italic">Start</span> and <span class="italic">Cancel</span>&nbsp;&ndash; start or cancel the operation.</p></li>

doc/en/lua.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,9 +1054,9 @@ <h2><a name="libraryutf8">3.5. UTF-8 library</a></h2>
10541054
<li>Default OEM (DOS) encoding (depends on the system locale): "oem".</li>
10551055
<li>Unicode: "utf8", "utf8bom", "ucs2le", "ucs2be".</li>
10561056
<li>ANSI (Windows): "cp1250", "cp1251", "cp1252", "cp1253", "cp1254", "cp1255", "cp1256", "cp1257", "cp1258".</li>
1057-
<li>OEM (DOS): "cp437", "cp850", "cp852", "cp866", "cp874", "cp932", "cp936", "cp949", "cp950".</li>
1058-
<li>ISO 8859: "iso88591", "iso88592", "iso885915".</li>
1059-
<li>Other: "macintosh", "koi8".</li>
1057+
<li>OEM (DOS): "cp437", "cp850", "cp852", "cp865", "cp866", "cp874", "cp932", "cp936", "cp949", "cp950".</li>
1058+
<li>ISO 8859: "iso88591", "iso88592", "iso88593", "iso88594", "iso88595", "iso88597", "iso88599", "iso885910", "iso885913", "iso885914", "iso885915", "iso885916".</li>
1059+
<li>Other: "macintosh", "koi8r", "koi8u", "koi8ru".</li>
10601060
</ul>
10611061
The meaning of special encodings (examples).
10621062
<br><br>

doc/ru/configuration.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ <h2><a name="settings">2. Настройки</a></h2>
278278
<li><p>встроенный редактор;</p></li>
279279
<li><p>встроенный просмотрщик (если просмотрщик показывает текст, то это действие изменит размер шрифта, если изображение&nbsp;&ndash; действие будет работать как команды увеличения/уменьшения).</p></li>
280280
</ul>
281+
<p>Также вы можете выбрать тип растеризации шрифтов (независимо от системных настроек), смотрите описание <a href="configxml.html">&lt;Quality&gt;</a>.</p>
281282
<br>
282283

283284
<p><span class="bold"><a name="ConfigColor">2.5. Цвета</a></span></p>

doc/ru/copymove.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2><a name="confirmation">1. Диалоговое окно копировани
3636
<p class="figure"><img class="largeimage" title="Копирование/перемещение файлов" alt="Копирование/перемещение файлов" src="images/imgDC/copymove1.png" width="692" height="408"></p>
3737
<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>
3838
<p>В окне отображается редактируемое поле с целевым каталогом и маской файлов (или имя файла, если только один), мы можем вручную изменить целевой путь и имя файла. С помощью <kbd>F5</kbd> или <kbd>F6</kbd> мы можем переключать выделение в следующем порядке: базовое имя файла, имя файла, расширение, путь, всё. Если целевой каталог не указан (<tt>cm_CopySamePanel</tt> или ручное редактирование), файлы будут скопированы в исходный каталог.</p>
39-
<p>Маска файлов определяет, как будут переименованы файлы во время копирования или перемещения (звёздочка "*" обозначает любое количество символов, знак вопроса "?"&nbsp;&ndash; любой один символ). Например, мы можем указать <code>*.*.bak</code>, чтобы добавить расширение <code>.bak</code> всем копируемым файлам. Или, напрмер, использовать <code>????.*</code> и обрезать имена до первых четырёх символов. Используя <code>*.ext</code>, мы можем заменить расширения всех копируемых файлов на <code>ext</code>. Если маска не применима, имена останутся как есть.</p>
39+
<p>Маска файлов определяет, как будут переименованы файлы во время копирования или перемещения (звёздочка "*" обозначает любое количество символов, знак вопроса "?"&nbsp;&ndash; любой один символ). Например, мы можем указать <code>*.*.bak</code>, чтобы добавить расширение <code>.bak</code> всем копируемым файлам. Используя <code>*.ext</code>, мы можем заменить расширения всех копируемых файлов на <code>ext</code>. Или, напрмер, использовать <code>????.*</code> и обрезать имена до первых четырёх символов. Символы перед <code>*.*</code> заменяют символы в имени (начиная с первого символа). Если маска не применима, имена останутся как есть.</p>
4040
<p>Несколько кнопок:</p>
4141
<ul>
4242
<li><p><span class="italic">Старт</span> и <span class="italic">Отмена</span>&nbsp;&ndash; запускает или отменяет операцию.</p></li>

doc/ru/lua.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,9 +1045,9 @@ <h2><a name="libraryutf8">3.5. Библиотека UTF-8</a></h2>
10451045
<li>Кодировка OEM (DOS) по умолчанию (зависит от языковых стандартов системы): "oem".</li>
10461046
<li>Юникод: "utf8", "utf8bom", "ucs2le", "ucs2be".</li>
10471047
<li>ANSI (Windows): "cp1250", "cp1251", "cp1252", "cp1253", "cp1254", "cp1255", "cp1256", "cp1257", "cp1258".</li>
1048-
<li>OEM (DOS): "cp437", "cp850", "cp852", "cp866", "cp874", "cp932", "cp936", "cp949", "cp950".</li>
1049-
<li>ISO 8859: "iso88591", "iso88592", "iso885915".</li>
1050-
<li>Другие: "macintosh", "koi8".</li>
1048+
<li>OEM (DOS): "cp437", "cp850", "cp852", "cp865", "cp866", "cp874", "cp932", "cp936", "cp949", "cp950".</li>
1049+
<li>ISO 8859: "iso88591", "iso88592", "iso88593", "iso88594", "iso88595", "iso88597", "iso88599", "iso885910", "iso885913", "iso885914", "iso885915", "iso885916".</li>
1050+
<li>Другие: "macintosh", "koi8r", "koi8u", "koi8ru".</li>
10511051
</ul>
10521052
Специальные значения кодировок (примеры).
10531053
<br><br>

0 commit comments

Comments
 (0)