Added description of editor_wordcompletion_collect_entire_file option into man-files

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2009-09-23 15:07:55 +03:00
parent a1e3999abf
commit 07dc27901d
3 changed files with 51 additions and 0 deletions

View File

@ -2590,6 +2590,7 @@ at the
.\"LINK2" .\"LINK2"
Extension File Edit section Extension File Edit section
.\"Extension File Edit" .\"Extension File Edit"
.\"NODE "Internal File Editor" .\"NODE "Internal File Editor"
.SH "Internal File Editor" .SH "Internal File Editor"
The internal file editor is a full\-featured full screen editor. It can The internal file editor is a full\-featured full screen editor. It can
@ -2607,6 +2608,14 @@ commands; regular expression search and replace; shift\-arrow text highlighting
autoindent; tunable tab size; syntax highlighting for various file autoindent; tunable tab size; syntax highlighting for various file
types; and an option to pipe text blocks through shell commands like types; and an option to pipe text blocks through shell commands like
indent and ispell. indent and ispell.
.PP
Sections:
.IP
.\"LINK2"
Options of editor in ini-file
.\"Internal File Editor / options"
.PP .PP
The editor is very easy to use and requires no tutoring. To see what The editor is very easy to use and requires no tutoring. To see what
keys do what, just consult the appropriate pull\-down menu. Other keys keys do what, just consult the appropriate pull\-down menu. Other keys
@ -2659,6 +2668,19 @@ The editor also displays non\-us characters (160+). When editing
binary files, you should set binary files, you should set
.B display bits .B display bits
to 7 bits in the options menu to keep the spacing clean. to 7 bits in the options menu to keep the spacing clean.
.\"NODE "Internal File Editor / options"
.SH "Options of editor in ini-file"
In this section described some options in ini-file.
Options placed in '[Midnight Commander]' section
.TP
.I editor_wordcompletion_collect_entire_file
Search autocomplete candidates in entire of file or just from
begin of file to cursor position (0)
.\"NODE "Completion" .\"NODE "Completion"
.SH "Completion" .SH "Completion"
Let the Midnight Commander type for you. Let the Midnight Commander type for you.

View File

@ -484,6 +484,11 @@ save file position on exit.
.TP .TP
.I source_codepage .I source_codepage
symbol representation of codepage name for file (i.e. CP1251, ~ \- default). symbol representation of codepage name for file (i.e. CP1251, ~ \- default).
.TP
.I editor_wordcompletion_collect_entire_file
Search autocomplete candidates in entire of file or just from
begin of file to cursor position (0)
.SH MISCELLANEOUS .SH MISCELLANEOUS
You can use scanf search and replace to search and replace a C format You can use scanf search and replace to search and replace a C format
string. First take a look at the string. First take a look at the

View File

@ -2899,6 +2899,7 @@ shell, возврат в программу просмотра по
.\"LINK2" .\"LINK2"
файлом расширений\&. файлом расширений\&.
.\"Extension File Edit" .\"Extension File Edit"
.\"NODE "Internal File Editor" .\"NODE "Internal File Editor"
.SH "Встроенный редактор" .SH "Встроенный редактор"
Встроенный редактор обеспечивает выполнение большинства функций Встроенный редактор обеспечивает выполнение большинства функций
@ -2919,6 +2920,15 @@ shift\-стрелки в стиле MSW\-MAC (только для linux\-кон
переключение между режимами вставки\-замены символа; а переключение между режимами вставки\-замены символа; а
также операция обработки блоков текста командами оболочки (an option to также операция обработки блоков текста командами оболочки (an option to
pipe text blocks through shell commands like indent). pipe text blocks through shell commands like indent).
.PP
Разделы:
.IP
.\"LINK2"
Опции в ини-файле для редактора
.\"Internal File Editor / options"
.PP .PP
Редактор очень прост и практически не требует обучения. Для того, чтобы Редактор очень прост и практически не требует обучения. Для того, чтобы
узнать, какие клавиши вызывают выполнение определенных действий, узнать, какие клавиши вызывают выполнение определенных действий,
@ -2983,6 +2993,20 @@ pipe text blocks through shell commands like indent).
.B man mcedit .B man mcedit
или или
.B info mcedit .B info mcedit
.\"NODE "Internal File Editor / options"
.SH "Опции в ини-файле для редактора"
В данном разделе кратко описаны опции ini\-файла, относящиеся к редактору.
Опции записываются в секцию '[Midnight Commander]'
.TP
.I editor_wordcompletion_collect_entire_file
При автодополнении для сбора похожих слов слов просматривать весь файл(1)
или только от начала до курсора (0)
.\"NODE "Completion" .\"NODE "Completion"
.SH "Завершение ввода (Completion)" .SH "Завершение ввода (Completion)"
Заставьте Midnight Commander работать на клавиатуре вместо вас! Заставьте Midnight Commander работать на клавиатуре вместо вас!