mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
Ticket #1369 (Update *.hlp files and other docs)
Changed INSTALL file. Added some new descriptions of 'configure' scritp options. Changed README file. Fixed minimal version of glib and changed download location of project. Small corrections of README and INSTALL files (Yury V. Zaytsev) Changed description of Ctrl-t hotkey. Now Ctrl-t mean 'Select codepage' More poverfull Russian documentation. Need to complete. Signed-off-by: Slava Zanko <slavazanko@gmail.com> INSTALL: remove notes about TODO file, fix link to GPM project README: - add ref to INSTALL file for dependencies - remove mentions about TODO file - add ref to wiki for reporting bugs FAQ: fix links, replace Alt to Meta doc/man/mcedit.1.in: add editor options and some of description, add CODE NAVIGATION section doc/man/mcedit.1.in: suppose C specific option for ctags doc/man/mcedit.1.in: minor fixes typos, links, dates doc/INSTALL: fix names of autconf options Signed-off-by: Stan. S. Krupoderov <pashelper@gmail.com> Some typo in doc/man/mcedit.1.in, doc/man/mc.1.in fixed add description for some editor options Signed-off-by: Ilia Maslakov <il.smind@gmail.com> Man page update: fixed description of selec/unselect files. src/cmd.c: fixed help node name. Removed obsoleted info from man pages. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
57cb8390dc
commit
a9312fcfef
15
doc/FAQ
15
doc/FAQ
@ -2,7 +2,7 @@ GNU Midnight Commander
|
|||||||
Frequently Asked Questions
|
Frequently Asked Questions
|
||||||
|
|
||||||
The newest version of this document is available at
|
The newest version of this document is available at
|
||||||
http://www.midnight-commander.org/browser/FAQ
|
http://www.midnight-commander.org/browser/doc/FAQ
|
||||||
|
|
||||||
* 1 Getting started
|
* 1 Getting started
|
||||||
+ 1.1 What is Midnight Commander?
|
+ 1.1 What is Midnight Commander?
|
||||||
@ -189,8 +189,7 @@ Frequently Asked Questions
|
|||||||
If you have compile problems in the VFS code, try disabling it by
|
If you have compile problems in the VFS code, try disabling it by
|
||||||
using "--disable-vfs" option.
|
using "--disable-vfs" option.
|
||||||
|
|
||||||
|
f2 Keyboard
|
||||||
2 Keyboard
|
|
||||||
|
|
||||||
2.1 What does documentation mean with the C-?, M-? and F? keys?
|
2.1 What does documentation mean with the C-?, M-? and F? keys?
|
||||||
|
|
||||||
@ -228,8 +227,8 @@ Frequently Asked Questions
|
|||||||
|
|
||||||
Up-to-date termcap and terminfo databases are available here:
|
Up-to-date termcap and terminfo databases are available here:
|
||||||
|
|
||||||
http://www.tuxedo.org/~esr/terminfo/
|
http://www.catb.org/~esr/terminfo/
|
||||||
ftp://dickey.his.com/ncurses/
|
ftp://ftp.gnu.org/pub/gnu/ncurses/
|
||||||
|
|
||||||
If you don't have permissions to edit terminal databases you can use
|
If you don't have permissions to edit terminal databases you can use
|
||||||
Learn keys feature of Midnight Commander instead. Press Esc 9 o k
|
Learn keys feature of Midnight Commander instead. Press Esc 9 o k
|
||||||
@ -562,11 +561,11 @@ all anymore!
|
|||||||
|
|
||||||
6.2 How can I access command line history?
|
6.2 How can I access command line history?
|
||||||
|
|
||||||
Alt-h shows the last commands you executed from the command line.
|
Meta-h shows the last commands you executed from the command line.
|
||||||
Duplicates are suppressed from the history. Commands executed from
|
Duplicates are suppressed from the history. Commands executed from
|
||||||
the subshell prompt are not shown.
|
the subshell prompt are not shown.
|
||||||
|
|
||||||
You can put previous commands to the command line with Alt-p. Alt-n
|
You can put previous commands to the command line with Meta-p. Meta-n
|
||||||
moves you forward in history.
|
moves you forward in history.
|
||||||
|
|
||||||
Since version 4.1.15 all the input widgets have permanent history.
|
Since version 4.1.15 all the input widgets have permanent history.
|
||||||
@ -782,7 +781,7 @@ indenting increases with each line!
|
|||||||
10.2 Do I dare to use a development version?
|
10.2 Do I dare to use a development version?
|
||||||
|
|
||||||
Yes, of course. Feel free to test:
|
Yes, of course. Feel free to test:
|
||||||
http://www.midnight-commander.org/wiki#Downloading
|
http://www.midnight-commander.org/wiki#Download
|
||||||
As we do our development in git, please do a git checkout
|
As we do our development in git, please do a git checkout
|
||||||
of the master branch and build it
|
of the master branch and build it
|
||||||
|
|
||||||
|
140
doc/INSTALL
140
doc/INSTALL
@ -1,10 +1,26 @@
|
|||||||
This file contains:
|
This file contains:
|
||||||
|
|
||||||
|
- Build requirements for GNU Midnight Commander
|
||||||
- Installation instructions for GNU Midnight Commander
|
- Installation instructions for GNU Midnight Commander
|
||||||
- Where to get more information on GNU Midnight Commander
|
- Where to get more information on GNU Midnight Commander
|
||||||
- Notes about GNU Midnight Commander installation
|
- Notes about GNU Midnight Commander installation
|
||||||
- Obtaining related software
|
- Obtaining related software
|
||||||
|
|
||||||
|
Build requirements for GNU Midnight Commander
|
||||||
|
----------------------------------------------------
|
||||||
|
|
||||||
|
- glibc
|
||||||
|
- gcc
|
||||||
|
- make
|
||||||
|
- autoconf
|
||||||
|
- automake
|
||||||
|
- libtool
|
||||||
|
- glib2
|
||||||
|
- pcre (if glib < 2.14)
|
||||||
|
- slang or ncurses
|
||||||
|
- gettext
|
||||||
|
- cvs
|
||||||
|
|
||||||
|
|
||||||
Installation instructions for GNU Midnight Commander
|
Installation instructions for GNU Midnight Commander
|
||||||
----------------------------------------------------
|
----------------------------------------------------
|
||||||
@ -63,9 +79,6 @@ incomplete, use `configure --help' to get the full list):
|
|||||||
`--silent'
|
`--silent'
|
||||||
Do not print messages saying which checks are being made.
|
Do not print messages saying which checks are being made.
|
||||||
|
|
||||||
`--verbose'
|
|
||||||
Print the results of the checks.
|
|
||||||
|
|
||||||
`--version'
|
`--version'
|
||||||
Print the version of Autoconf used to generate the `configure'
|
Print the version of Autoconf used to generate the `configure'
|
||||||
script, and exit.
|
script, and exit.
|
||||||
@ -75,20 +88,10 @@ incomplete, use `configure --help' to get the full list):
|
|||||||
built-in file editor. The built-in editor is compiled in by
|
built-in file editor. The built-in editor is compiled in by
|
||||||
default.
|
default.
|
||||||
|
|
||||||
`--with-ext2undel'
|
|
||||||
On systems that use the ext2 or ext3 file system and have the
|
|
||||||
libext2fs library available, this option adds support for
|
|
||||||
recovering deleted files (the undel virtual file system).
|
|
||||||
|
|
||||||
`--without-gpm-mouse'
|
`--without-gpm-mouse'
|
||||||
Use this flag to disable gpm mouse support (e.g. if you want to
|
Use this flag to disable gpm mouse support (e.g. if you want to
|
||||||
use mouse only on X terminals).
|
use mouse only on X terminals).
|
||||||
|
|
||||||
`--with-glib12'
|
|
||||||
Force using glib 1.2.x even if glib 2.0.x is present. Use this
|
|
||||||
flag for testing or if you want to use the binary on systems that
|
|
||||||
don't have glib 2.0.x installed.
|
|
||||||
|
|
||||||
`--with-glib-static'
|
`--with-glib-static'
|
||||||
Force linking against glib statically. This option is intended for
|
Force linking against glib statically. This option is intended for
|
||||||
building binaries for distribution purposes and may not work on
|
building binaries for distribution purposes and may not work on
|
||||||
@ -115,26 +118,6 @@ incomplete, use `configure --help' to get the full list):
|
|||||||
and Shift-Cursor keys. Use `--without-x' if the dependency on
|
and Shift-Cursor keys. Use `--without-x' if the dependency on
|
||||||
X11 libraries is not desired.
|
X11 libraries is not desired.
|
||||||
|
|
||||||
`--without-vfs'
|
|
||||||
This option disables the Virtual File System switch code in the
|
|
||||||
Midnight Commander and uses the standard file system calls for
|
|
||||||
file access. If you specify this option, you won't get the
|
|
||||||
transparent access to archives and remote directories.
|
|
||||||
|
|
||||||
`--with-mcfs'
|
|
||||||
This option enables mcfs - a non-standard remote filesystem
|
|
||||||
designed specifically for the Midnight Commander. It also enables
|
|
||||||
a server for that filesystem, mcserv. Please note that the
|
|
||||||
implementation of mcfs is not optimized for speed. There may be
|
|
||||||
security issues with mcserv - don't run it if you don't need it.
|
|
||||||
|
|
||||||
`--with-samba'
|
|
||||||
This option enables remote VFS over the SMB protocol. A stripped
|
|
||||||
down version of samba distributed with the sources is compiled and
|
|
||||||
linked with the mc executable. It is recommended that you install
|
|
||||||
Samba client, since mc uses some files from Samba under certain
|
|
||||||
conditions. Please visit http://www.samba.org/ to learn more.
|
|
||||||
|
|
||||||
`--disable-largefile'
|
`--disable-largefile'
|
||||||
This option disables support for large files (2 gigabytes and more)
|
This option disables support for large files (2 gigabytes and more)
|
||||||
on the systems where file operations use 32-bit offsets by default,
|
on the systems where file operations use 32-bit offsets by default,
|
||||||
@ -155,6 +138,58 @@ incomplete, use `configure --help' to get the full list):
|
|||||||
default. Background code is known to be less stable than the rest
|
default. Background code is known to be less stable than the rest
|
||||||
of the code, so you may want to disable it at the compile time.
|
of the code, so you may want to disable it at the compile time.
|
||||||
|
|
||||||
|
|
||||||
|
VFS options:
|
||||||
|
- - - - - -
|
||||||
|
|
||||||
|
`--disable-vfs'
|
||||||
|
This option disables the Virtual File System switch code in the
|
||||||
|
Midnight Commander and uses the standard file system calls for
|
||||||
|
file access. If you specify this option, you won't get the
|
||||||
|
transparent access to archives and remote directories.
|
||||||
|
|
||||||
|
`--enable-vfs-cpio'
|
||||||
|
(on by default)
|
||||||
|
Support for cpio filesystem
|
||||||
|
|
||||||
|
`--enable-vfs-tar'
|
||||||
|
(on by default)
|
||||||
|
Support for tar filesystem
|
||||||
|
|
||||||
|
`--enable-vfs-ftp'
|
||||||
|
(on by default)
|
||||||
|
Support for FTP vfs
|
||||||
|
|
||||||
|
`--enable-vfs-fish'
|
||||||
|
(on by default)
|
||||||
|
Support for FISH vfs
|
||||||
|
|
||||||
|
`--enable-vfs-extfs'
|
||||||
|
(on by default)
|
||||||
|
Support for extfs
|
||||||
|
|
||||||
|
`--enable-vfs-sfs`
|
||||||
|
(on by default)
|
||||||
|
Support for sfs
|
||||||
|
|
||||||
|
`--enable-vfs-undelfs'
|
||||||
|
Support for ext2 undelete filesystem.
|
||||||
|
On systems that use the ext2 or ext3 file system and have the
|
||||||
|
libext2fs library available, this option adds support for
|
||||||
|
recovering deleted files (the undel virtual file system).
|
||||||
|
|
||||||
|
`--enable-vfs-mcfs'
|
||||||
|
Enable Support MCFS (mc's network filesystem).
|
||||||
|
This option enables mcfs - a non-standard remote filesystem
|
||||||
|
designed specifically for the Midnight Commander. It also enables
|
||||||
|
a server for that filesystem, mcserv. Please note that the
|
||||||
|
implementation of mcfs is not optimized for speed. There may be
|
||||||
|
security issues with mcserv - don't run it if you don't need it.
|
||||||
|
|
||||||
|
`--enable-mcserver'
|
||||||
|
(off by default)
|
||||||
|
Support mc-specific networking file system server
|
||||||
|
|
||||||
`--disable-netcode'
|
`--disable-netcode'
|
||||||
This option disables support for networked virtual filesystems.
|
This option disables support for networked virtual filesystems.
|
||||||
It's primarily used by developers to make sure that the code would
|
It's primarily used by developers to make sure that the code would
|
||||||
@ -162,6 +197,17 @@ incomplete, use `configure --help' to get the full list):
|
|||||||
network support. But you can use it is you know that you won't be
|
network support. But you can use it is you know that you won't be
|
||||||
accessing remote filesystems from GNU Midnight Commander.
|
accessing remote filesystems from GNU Midnight Commander.
|
||||||
|
|
||||||
|
`--with-samba'
|
||||||
|
This option enables remote VFS over the SMB protocol. A stripped
|
||||||
|
down version of samba distributed with the sources is compiled and
|
||||||
|
linked with the mc executable. It is recommended that you install
|
||||||
|
Samba client, since mc uses some files from Samba under certain
|
||||||
|
conditions. Please visit http://www.samba.org/ to learn more.
|
||||||
|
|
||||||
|
|
||||||
|
Screen library:
|
||||||
|
- - - - - - - -
|
||||||
|
|
||||||
You may also tell configure which screen library you want to use with
|
You may also tell configure which screen library you want to use with
|
||||||
the Midnight Commander. The configure script will use S-Lang as
|
the Midnight Commander. The configure script will use S-Lang as
|
||||||
default, and prefers an already installed S-Lang library over the
|
default, and prefers an already installed S-Lang library over the
|
||||||
@ -169,7 +215,7 @@ included one, but you can override this by using the following flag
|
|||||||
(please note that since S-Lang is default, it is tested better than
|
(please note that since S-Lang is default, it is tested better than
|
||||||
ncurses):
|
ncurses):
|
||||||
|
|
||||||
`--with-screen={slang|mcslang|ncurses}'
|
`--with-screen={slang|ncurses}'
|
||||||
Choose the library used to manage interaction with the terminal.
|
Choose the library used to manage interaction with the terminal.
|
||||||
`slang' means S-Lang library already installed on the system,
|
`slang' means S-Lang library already installed on the system,
|
||||||
`mcslang' means S-Lang library included with the sources of
|
`mcslang' means S-Lang library included with the sources of
|
||||||
@ -183,6 +229,9 @@ ncurses):
|
|||||||
use the termcap database, as opposed to the default terminfo
|
use the termcap database, as opposed to the default terminfo
|
||||||
database.
|
database.
|
||||||
|
|
||||||
|
Compiler options:
|
||||||
|
- - - - - - - - -
|
||||||
|
|
||||||
On systems that require unusual options for compilation or linking that
|
On systems that require unusual options for compilation or linking that
|
||||||
the package's `configure' script does not know about, you can give
|
the package's `configure' script does not know about, you can give
|
||||||
`configure' initial values for variables by placing them in the command
|
`configure' initial values for variables by placing them in the command
|
||||||
@ -310,8 +359,7 @@ always compiled in.
|
|||||||
|
|
||||||
We are working on further enhancements to the program, but we're not
|
We are working on further enhancements to the program, but we're not
|
||||||
sure which ones must go first. If you would like to point us in the
|
sure which ones must go first. If you would like to point us in the
|
||||||
Right Direction we will be glad to hear from you (you could check the
|
Right Direction we will be glad to hear from you.
|
||||||
file TODO included with this distribution for the current projects).
|
|
||||||
|
|
||||||
If you happen to find a feature that doesn't do what you expect, please
|
If you happen to find a feature that doesn't do what you expect, please
|
||||||
write to mc@gnome.org telling as much as you can about the problem
|
write to mc@gnome.org telling as much as you can about the problem
|
||||||
@ -328,10 +376,22 @@ glib
|
|||||||
The only "hard" dependency of GNU Midnight Commander is glib. You can
|
The only "hard" dependency of GNU Midnight Commander is glib. You can
|
||||||
get glib from
|
get glib from
|
||||||
|
|
||||||
ftp://ftp.gtk.org/pub/gtk/
|
ftp://ftp.gtk.org/pub/glib/
|
||||||
|
|
||||||
Note that only versions 1.2.x and 2.0.x are supported. Newer versions
|
Minimal version of glib: 2.6.x
|
||||||
may work, but haven't been tested.
|
Recommended version: 2.14.x and higher.
|
||||||
|
|
||||||
|
Newer versions may work, but haven't been tested.
|
||||||
|
|
||||||
|
PCRE
|
||||||
|
----
|
||||||
|
|
||||||
|
If the version of glib you have installed is older than 2.14.x, then you
|
||||||
|
also need to install PCRE library.
|
||||||
|
|
||||||
|
You can get PCRE from
|
||||||
|
|
||||||
|
http://www.pcre.org/
|
||||||
|
|
||||||
Terminal database
|
Terminal database
|
||||||
-----------------
|
-----------------
|
||||||
@ -364,7 +424,7 @@ Mouse support
|
|||||||
|
|
||||||
The general purpose mouse (gpm) daemon is available from
|
The general purpose mouse (gpm) daemon is available from
|
||||||
|
|
||||||
ftp://arcana.linux.it/pub/gpm/
|
http://unix.schottelius.org/gpm/
|
||||||
|
|
||||||
Compiler
|
Compiler
|
||||||
--------
|
--------
|
||||||
|
46
doc/NEWS
46
doc/NEWS
@ -1,3 +1,49 @@
|
|||||||
|
Version 4.7.0-pre1
|
||||||
|
|
||||||
|
Core changes:
|
||||||
|
|
||||||
|
* native UTF-8 support
|
||||||
|
* filenames charset selection support in panels
|
||||||
|
* new 'Find File' dialog
|
||||||
|
* new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
|
||||||
|
* extended learn keys
|
||||||
|
* locale based codepage autodetection
|
||||||
|
* initial support for doxygen generated docs
|
||||||
|
* refresh of autoconf stuff
|
||||||
|
* translation updates
|
||||||
|
* x86_64 fixes
|
||||||
|
|
||||||
|
Editor:
|
||||||
|
|
||||||
|
* various editor enchancements (vertical block marking/moving/copy/paste)
|
||||||
|
* navigate across source code through ctags/etags TAGS file
|
||||||
|
* new option 'Persistent selection'
|
||||||
|
* Del/Backspace - delete selected block if 'Persistent selection' switched off
|
||||||
|
* shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
|
||||||
|
if 'Persistent selection' switched off
|
||||||
|
* optional showing of line numbers
|
||||||
|
* various syntax files updates
|
||||||
|
* optional highlighting of the tabs and trailing spaces
|
||||||
|
* add some hot-keys
|
||||||
|
|
||||||
|
Misc:
|
||||||
|
|
||||||
|
* showing of the free space on current file system
|
||||||
|
* showing of the size selected files in mini-status bar
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
* editor's undo fixes
|
||||||
|
* many fixes from other distributions are included
|
||||||
|
* fish handling for symlinks is fixed
|
||||||
|
* escaping of fancy names is fixed
|
||||||
|
* segfault in fish permission checks is fixed
|
||||||
|
* various mc.ext fixes
|
||||||
|
* commandline completion fixes (mainly, escaping hadling)
|
||||||
|
* small fixes in history handling (locale independent .mc/history entries)
|
||||||
|
* code cleanups, various memleak/etc fixes (many thanks to valgrind)
|
||||||
|
|
||||||
|
|
||||||
Version 4.6.2
|
Version 4.6.2
|
||||||
|
|
||||||
- MC Core
|
- MC Core
|
||||||
|
20
doc/README
20
doc/README
@ -28,9 +28,13 @@ included with this distribution package.
|
|||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
To compile the GNU Midnight Commander you need to have a copy of the
|
To compile the GNU Midnight Commander, you need to have a copy of the
|
||||||
glib library version 1.2.x or 2.0.x, available at
|
glib library version 2.6.x or newer, available at
|
||||||
ftp://ftp.gtk.org/pub/gtk/
|
|
||||||
|
ftp://ftp.gtk.org/pub/glib/
|
||||||
|
|
||||||
|
Please read the file INSTALL for installation instructions
|
||||||
|
and full list of dependencies.
|
||||||
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
@ -133,8 +137,6 @@ These are hints for the text mode edition:
|
|||||||
|
|
||||||
* Please read the manual page.
|
* Please read the manual page.
|
||||||
|
|
||||||
* Read the file TODO for the current projects.
|
|
||||||
|
|
||||||
You can access the whole documentation online with the F1 key,
|
You can access the whole documentation online with the F1 key,
|
||||||
although it's not as nice as the groff printed manual page :-)
|
although it's not as nice as the groff printed manual page :-)
|
||||||
|
|
||||||
@ -151,12 +153,18 @@ useful advices how to report bugs.
|
|||||||
|
|
||||||
You can download the latest version of GNU Midnight Commander from
|
You can download the latest version of GNU Midnight Commander from
|
||||||
|
|
||||||
ftp://ftp.gnu.org/gnu/mc/
|
http://www.midnight-commander.org/downloads/
|
||||||
|
|
||||||
|
|
||||||
Reporting problems
|
Reporting problems
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
You can report bug on our site, please read
|
||||||
|
|
||||||
|
http://midnight-commander.org/wiki/defectReports
|
||||||
|
|
||||||
|
Also you can use mc mailing lists to discuss problems.
|
||||||
|
|
||||||
There are two mailing lists, mc@gnome.org and mc-devel@gnome.org. Use
|
There are two mailing lists, mc@gnome.org and mc-devel@gnome.org. Use
|
||||||
mc-devel@gnome.org if you are prepared for a more technical discussion
|
mc-devel@gnome.org if you are prepared for a more technical discussion
|
||||||
with the developers of the package, otherwise use mc@gnome.org.
|
with the developers of the package, otherwise use mc@gnome.org.
|
||||||
|
@ -367,10 +367,21 @@ pasa a ser el nuevo panel activo. La barra de selección se mueve del
|
|||||||
antiguo panel al nuevo, desaparece de aquel y aparece en éste.
|
antiguo panel al nuevo, desaparece de aquel y aparece en éste.
|
||||||
.TP
|
.TP
|
||||||
.B Insertar, Ctrl-t
|
.B Insertar, Ctrl-t
|
||||||
para marcar archivos (y/o directorios) como seleccionados podemos usar la tecla Insertar (Ins)
|
DEPRECATED! para marcar archivos (y/o directorios) como seleccionados podemos usar la tecla Insertar (Ins)
|
||||||
(La secuencia kich1 de terminfo) o la combinación Ctrl-t (Control-t). Para deseleccionar
|
(La secuencia kich1 de terminfo) o la combinación Ctrl-t (Control-t). Para deseleccionar
|
||||||
archivos, basta con repetir la operación sobre los archivos y/o directorios antes marcados.
|
archivos, basta con repetir la operación sobre los archivos y/o directorios antes marcados.
|
||||||
.TP
|
.TP
|
||||||
|
.B Insert
|
||||||
|
to tag files you may use the Insert key (the kich1 terminfo sequence).
|
||||||
|
To untag files, just retag a tagged file.
|
||||||
|
.TP
|
||||||
|
.B C-t
|
||||||
|
to change charset of panel you may use C-t (Control-t).
|
||||||
|
Recoding is made from selected codepage into system codepage. To
|
||||||
|
cancel the recoding you may select "directory up" (..) in active panel.
|
||||||
|
To cancel the charsets in all directories, select "No translation " in
|
||||||
|
the dialog of encodings.
|
||||||
|
.TP
|
||||||
.B Alt-g, Alt-r, Alt-j
|
.B Alt-g, Alt-r, Alt-j
|
||||||
usadas para seleccionar el archivo superior en un panel, el archivo central y el inferior del
|
usadas para seleccionar el archivo superior en un panel, el archivo central y el inferior del
|
||||||
panel, respectivamente.
|
panel, respectivamente.
|
||||||
@ -418,9 +429,6 @@ para uno o más caracteres). Si los
|
|||||||
están deshabilitados, entonces la selección de archivos se realiza con expresiones
|
están deshabilitados, entonces la selección de archivos se realiza con expresiones
|
||||||
regulares normales. Véase la página de manual de
|
regulares normales. Véase la página de manual de
|
||||||
.BR "ed (1)" .
|
.BR "ed (1)" .
|
||||||
.IP
|
|
||||||
Si la expresión empieza o termina con una barra (/), entonces la selección se
|
|
||||||
realiza sobre directorios en vez de archivos.
|
|
||||||
.TP
|
.TP
|
||||||
.B - (menos) o \\\\ (contrabarra)
|
.B - (menos) o \\\\ (contrabarra)
|
||||||
usaremos la tecla - o "\\" para deseleccionar un grupo de archivos. Ésta es la operación contraria
|
usaremos la tecla - o "\\" para deseleccionar un grupo de archivos. Ésta es la operación contraria
|
||||||
@ -1024,9 +1032,6 @@ están desactivados, entonces la selección de archivos se realiza con expresion
|
|||||||
regulares normales. Véase la página de manual de
|
regulares normales. Véase la página de manual de
|
||||||
.BR "ed (1)" .
|
.BR "ed (1)" .
|
||||||
.PP
|
.PP
|
||||||
Para marcar directorios en vez de archivos, la expresión debe empezar o terminar
|
|
||||||
con '/'.
|
|
||||||
.PP
|
|
||||||
.B De-seleccionar Grupo (\\\\)
|
.B De-seleccionar Grupo (\\\\)
|
||||||
.PP
|
.PP
|
||||||
Utilizado para deseleccionar un grupo de archivos. Es la operación antagonista al comando
|
Utilizado para deseleccionar un grupo de archivos. Es la operación antagonista al comando
|
||||||
@ -1575,8 +1580,8 @@ Commander no los muestra (como la opción -B de ls de GNU).
|
|||||||
Mostrar los archivos que comiencen con un punto (como ls -a).
|
Mostrar los archivos que comiencen con un punto (como ls -a).
|
||||||
.PP
|
.PP
|
||||||
.I Marcar y Avanzar.
|
.I Marcar y Avanzar.
|
||||||
Hacer avanzar la barra de selección tras marcar un archivo (con Ctrl-t o
|
Hacer avanzar la barra de selección tras marcar un archivo (con la tecla
|
||||||
con la tecla Insertar).
|
Insertar).
|
||||||
.PP
|
.PP
|
||||||
.I Menús Desplegables.
|
.I Menús Desplegables.
|
||||||
Mostrar el contenido de los menús desplegables inmediatamente al presionar
|
Mostrar el contenido de los menús desplegables inmediatamente al presionar
|
||||||
@ -2442,8 +2447,7 @@ esté presente en el archivo de inicialización.
|
|||||||
Las características soportadas actualmente son: copia, desplazamiento,
|
Las características soportadas actualmente son: copia, desplazamiento,
|
||||||
borrado, corte, y pegado de bloques; deshacer paso a paso; menús
|
borrado, corte, y pegado de bloques; deshacer paso a paso; menús
|
||||||
desplegables; inserción de archivos; definición de macros; buscar y
|
desplegables; inserción de archivos; definición de macros; buscar y
|
||||||
reemplazar usando expresiones regulares (y su propio buscar y reemplazar
|
reemplazar usando expresiones regulares); selección de texto con
|
||||||
basado en formatos de scanf/printf); selección de texto con
|
|
||||||
mayúsculas-cursor (si el terminal lo soporta); alternancia
|
mayúsculas-cursor (si el terminal lo soporta); alternancia
|
||||||
insertar-sobreescribir; plegado de líneas; sangrado automático; tamaño
|
insertar-sobreescribir; plegado de líneas; sangrado automático; tamaño
|
||||||
de tabulación configurable; realce de sintaxis para varios tipos de
|
de tabulación configurable; realce de sintaxis para varios tipos de
|
||||||
@ -2499,40 +2503,6 @@ que se copia la primera vez que se usa en
|
|||||||
.B .mc/cedit/edit.indent.rc
|
.B .mc/cedit/edit.indent.rc
|
||||||
en el directorio personal.
|
en el directorio personal.
|
||||||
.PP
|
.PP
|
||||||
Podemos usar la búsqueda scanf y reemplazar para buscar y cambiar una
|
|
||||||
cierta cadena en formato C. Se pueden consultar las páginas del manual
|
|
||||||
de
|
|
||||||
.B sscanf(3)
|
|
||||||
y
|
|
||||||
.B sprintf(3)
|
|
||||||
para saber qué es una cadena de formato y cómo funciona. Veamos un
|
|
||||||
ejemplo: supongamos que queremos cambiar todas las apariciones de un
|
|
||||||
paréntesis abierto, tres números separados por comas, y un paréntesis
|
|
||||||
cerrado, con la palabra
|
|
||||||
.I Melones_De_Pozo-Estrecho,
|
|
||||||
el tercer número, la palabra
|
|
||||||
.I Tomates_De_Mazarrón
|
|
||||||
y el segundo número. Rellenaremos el diálogo Reemplazar
|
|
||||||
como sigue:
|
|
||||||
.PP
|
|
||||||
.nf
|
|
||||||
Teclee el texto a buscar:
|
|
||||||
(%d,%d,%d)
|
|
||||||
Teclee el cambio a realizar:
|
|
||||||
Melones_De_Pozo-Estrecho %d Tomates_De_Mazarrón %d
|
|
||||||
Teclee el orden de los argumentos:
|
|
||||||
3,2
|
|
||||||
.fi
|
|
||||||
.PP
|
|
||||||
La última línea indica que el tercer y el segundo número deben ser
|
|
||||||
usados en primer y segundo lugar respectivamente.
|
|
||||||
.PP
|
|
||||||
Es conveniente usar esta característica con "Confirmar cambios" marcado,
|
|
||||||
porque se pueden producir coincidencias que no correspondan exactamente
|
|
||||||
con lo deseado. Scanf también trata el espacio en blanco como si fuese
|
|
||||||
elástico. El formato de scanf %[ resulta muy útil para rastrear cadenas,
|
|
||||||
y el espacio en blanco.
|
|
||||||
.PP
|
|
||||||
El editor también visualiza caracteres no estadounidenses (160+). Al editar
|
El editor también visualiza caracteres no estadounidenses (160+). Al editar
|
||||||
archivos binarios, debemos configurar los
|
archivos binarios, debemos configurar los
|
||||||
.B bits de pantalla
|
.B bits de pantalla
|
||||||
|
@ -369,9 +369,20 @@ panel és az előzőleg aktív panel lesz az inaktív panel. A kiválasztó sáv
|
|||||||
az előzőleg aktívról átugrik az újonnan aktív panelre.
|
az előzőleg aktívról átugrik az újonnan aktív panelre.
|
||||||
.PP
|
.PP
|
||||||
.B Insert, C-t
|
.B Insert, C-t
|
||||||
A fájlok kijelölésére az Insert gombot használhatod (a kich1 terminfo
|
DEPRECATED! A fájlok kijelölésére az Insert gombot használhatod (a kich1 terminfo
|
||||||
kombináció), vagy a C-t (Control-t) kombinációt. A kijelölés
|
kombináció), vagy a C-t (Control-t) kombinációt. A kijelölés
|
||||||
megszüntetéséhez csak újra ki kell jelölni a kijelölt fájlt.
|
megszüntetéséhez csak újra ki kell jelölni a kijelölt fájlt.
|
||||||
|
.TP
|
||||||
|
.B Insert
|
||||||
|
to tag files you may use the Insert key (the kich1 terminfo sequence).
|
||||||
|
To untag files, just retag a tagged file.
|
||||||
|
.TP
|
||||||
|
.B C-t
|
||||||
|
to change charset of panel you may use C-t (Control-t).
|
||||||
|
Recoding is made from selected codepage into system codepage. To
|
||||||
|
cancel the recoding you may select "directory up" (..) in active panel.
|
||||||
|
To cancel the charsets in all directories, select "No translation " in
|
||||||
|
the dialog of encodings.
|
||||||
.PP
|
.PP
|
||||||
.B M-g, M-r, M-j
|
.B M-g, M-r, M-j
|
||||||
A panel legfelső, középső és alsó fájljának kiválasztásához használd
|
A panel legfelső, középső és alsó fájljának kiválasztásához használd
|
||||||
@ -417,9 +428,6 @@ kikapcsolva tartjuk, a fájlok kijelölésére a normál kifejezések
|
|||||||
használhatóak (lásd
|
használhatóak (lásd
|
||||||
.IR "ed (1)" ).
|
.IR "ed (1)" ).
|
||||||
.PP
|
.PP
|
||||||
Ha a kifejezés törtjellel (slash-sel="/") kezdődik, vagy végződik,
|
|
||||||
akkor ez egész könyvtárakat választ ki, beleértve annak fájljait.
|
|
||||||
.PP
|
|
||||||
.B \\\\ (backslash).
|
.B \\\\ (backslash).
|
||||||
Használd a "\\" gombot a fájlcsoportok kiválasztásának megszüntetéséhez.
|
Használd a "\\" gombot a fájlcsoportok kiválasztásának megszüntetéséhez.
|
||||||
Ez a Plusz gomb ellentettje.
|
Ez a Plusz gomb ellentettje.
|
||||||
@ -997,9 +1005,6 @@ kikapcsoltad, akkor a fájlok kijelölése a szabványos kifejezésekkel
|
|||||||
(regular expression) történik (lásd
|
(regular expression) történik (lásd
|
||||||
.IR "ed (1)" ).
|
.IR "ed (1)" ).
|
||||||
.PP
|
.PP
|
||||||
A könyvtárak kijelöléséhez, beleértve a fájlokat is, a meghatározásnak
|
|
||||||
'/'-lel kell kezdődnie, vagy befejeződnie.
|
|
||||||
.PP
|
|
||||||
.B Csoport kiválasztás megszüntetése (\)
|
.B Csoport kiválasztás megszüntetése (\)
|
||||||
.PP
|
.PP
|
||||||
A fájlcsoportok kiválasztottságának megszüntetésére szolgál. Ez a
|
A fájlcsoportok kiválasztottságának megszüntetésére szolgál. Ez a
|
||||||
@ -1572,7 +1577,7 @@ Alapértelmezésben a Midnight Commander láthatóvá teszi a ponttal kezdődő
|
|||||||
fájlokat (az ls \-a \-hoz hasonlóan).
|
fájlokat (az ls \-a \-hoz hasonlóan).
|
||||||
.PP
|
.PP
|
||||||
.I Kijelölés után lefele lép
|
.I Kijelölés után lefele lép
|
||||||
Alapértelmezésben, amikor kijelölsz egy fájlt (a C-t, vagy az Insert
|
Alapértelmezésben, amikor kijelölsz egy fájlt (a Insert
|
||||||
gomb közül valamelyikkel,) a kiválasztó sáv lefelé mozdul el.
|
gomb közül valamelyikkel,) a kiválasztó sáv lefelé mozdul el.
|
||||||
.PP
|
.PP
|
||||||
.I Legördülő menük.
|
.I Legördülő menük.
|
||||||
@ -2442,8 +2447,7 @@ Az eszközök, amielyek használhatók: Blokk másolás, mozgatás, törlés,
|
|||||||
kivágás, beillesztés;
|
kivágás, beillesztés;
|
||||||
.I "billentyű a billentyű visszavonására";
|
.I "billentyű a billentyű visszavonására";
|
||||||
legördülő menük; fájl beillesztés; makró készítés; szabványos kifejezés
|
legördülő menük; fájl beillesztés; makró készítés; szabványos kifejezés
|
||||||
keresés és csere (a mi saját scanf-printf keresésünk és cserénk);
|
keresés és csere; shift-kurzor MSW-MAC szöveg kijelölés (csak linux konzolon);
|
||||||
shift-kurzor MSW-MAC szöveg kijelölés (csak linux konzolon);
|
|
||||||
beillesztés-felülírás beállítás váltása; és a pipe szöveg blokkokkal a
|
beillesztés-felülírás beállítás váltása; és a pipe szöveg blokkokkal a
|
||||||
shell parancsok közvetlen elérése.
|
shell parancsok közvetlen elérése.
|
||||||
.PP
|
.PP
|
||||||
@ -2493,40 +2497,6 @@ Ennek használatához elöször egy futtatható fájlt kell készítened
|
|||||||
.B ~/.cedit/edit.indent.rc
|
.B ~/.cedit/edit.indent.rc
|
||||||
néven. Szerkeszd ezt szkriptet, ha szükséges.
|
néven. Szerkeszd ezt szkriptet, ha szükséges.
|
||||||
.PP
|
.PP
|
||||||
A scanf keresést és a cserét használhatod C formátumú szöveg kereséséhez,
|
|
||||||
és cseréjéhez. Elöször nézd át a
|
|
||||||
.BR sscanf -t
|
|
||||||
és a
|
|
||||||
.B sprintf
|
|
||||||
man oldalt, hogy lásd a szöveg formátumának használatát a működés
|
|
||||||
megértéséhez. Példaként íme az alábbiak: Feltételezve azt, hogy le
|
|
||||||
akarok cserélni minden olyan szöveget, ahol egy nyitó zárójel, három,
|
|
||||||
vesszövel elválasztott szám és egy záró zárójel található, az
|
|
||||||
.IR almák ,
|
|
||||||
szóval, a harmadik számmal, a
|
|
||||||
.I narancsok
|
|
||||||
szóval és a második számmal, akkor nekem a következőket kell beírnom a
|
|
||||||
Csere dialog boxba:
|
|
||||||
.PP
|
|
||||||
.nf
|
|
||||||
Gépeld be a keresett szöveget
|
|
||||||
(%d,%d,%d)
|
|
||||||
Gépeld be a csere szöveget
|
|
||||||
almák %d narancsok %d
|
|
||||||
Gépeld be a csere további kiegészítéseit
|
|
||||||
3,2
|
|
||||||
.fi
|
|
||||||
.PP
|
|
||||||
Az utolsó sor határozza meg azt, hogy a harmadik és a második szám
|
|
||||||
szerepel elsőként és másodikként.
|
|
||||||
.PP
|
|
||||||
Ezt az eszközt ajánlatos Prompt-tal használni cserekor, mivel a megtalált
|
|
||||||
egyezés esetén a kiegészítésben megadott számot egyezőnek találja a
|
|
||||||
számmal, amely nem mindíg valós egyezés. A scanf-hez még használható a
|
|
||||||
whitespace, mint rugalmas kezdés. Fontos megjegyezni azt, hogy a scanf
|
|
||||||
% alak gyakran használatos a szövegek, és a whitespace-ek (szóköz)
|
|
||||||
vizsgálatához.
|
|
||||||
.PP
|
|
||||||
A szerkesztő megjeleníti még a nem-amerikai karaktereket is (160
|
A szerkesztő megjeleníti még a nem-amerikai karaktereket is (160
|
||||||
fölött). Amikor bináris fájlokat szerkesztesz, a Beállításoknál
|
fölött). Amikor bináris fájlokat szerkesztesz, a Beállításoknál
|
||||||
beállíthatod a
|
beállíthatod a
|
||||||
|
@ -381,10 +381,21 @@ corrente mentre il pannello corrente diventa l'altro pannello.
|
|||||||
La barra di selezione si sposta dal vecchio pannello al nuovo corrente.
|
La barra di selezione si sposta dal vecchio pannello al nuovo corrente.
|
||||||
.TP
|
.TP
|
||||||
.B Ins, C-t
|
.B Ins, C-t
|
||||||
per marcare i file si può usare il tasto di Inserimento (la sequenza
|
DEPRECATED! per marcare i file si può usare il tasto di Inserimento (la sequenza
|
||||||
teminfo kich1) o la sequenza C-t (Control-t). Per smarcare i file
|
teminfo kich1) o la sequenza C-t (Control-t). Per smarcare i file
|
||||||
basta marcare un file già marcato.
|
basta marcare un file già marcato.
|
||||||
.TP
|
.TP
|
||||||
|
.B Insert
|
||||||
|
to tag files you may use the Insert key (the kich1 terminfo sequence).
|
||||||
|
To untag files, just retag a tagged file.
|
||||||
|
.TP
|
||||||
|
.B C-t
|
||||||
|
to change charset of panel you may use C-t (Control-t).
|
||||||
|
Recoding is made from selected codepage into system codepage. To
|
||||||
|
cancel the recoding you may select "directory up" (..) in active panel.
|
||||||
|
To cancel the charsets in all directories, select "No translation " in
|
||||||
|
the dialog of encodings.
|
||||||
|
.TP
|
||||||
.B M-g, M-r, M-j
|
.B M-g, M-r, M-j
|
||||||
usato per selezionare rispettivamente il file superiore, il file centrale o
|
usato per selezionare rispettivamente il file superiore, il file centrale o
|
||||||
quello inferiore in un pannello.
|
quello inferiore in un pannello.
|
||||||
@ -425,9 +436,6 @@ regolari in una shell (* significa zero o più caratteri e ? un carattere). Se i
|
|||||||
.I modelli della shell
|
.I modelli della shell
|
||||||
sono disabilitati, la marcatura dei file viene fatta con le normali espressioni
|
sono disabilitati, la marcatura dei file viene fatta con le normali espressioni
|
||||||
regolari (vedere ed (1)).
|
regolari (vedere ed (1)).
|
||||||
.IP
|
|
||||||
Se l'espressione comincia o finisce con una barra (/), allora selezionerà
|
|
||||||
directory invece che file.
|
|
||||||
.TP
|
.TP
|
||||||
.B \\\\ (barra retroversa)
|
.B \\\\ (barra retroversa)
|
||||||
usare il tasto "\\" per deselezionare un gruppo di file. Questo è l'opposto
|
usare il tasto "\\" per deselezionare un gruppo di file. Questo è l'opposto
|
||||||
@ -1018,9 +1026,6 @@ gruppo; se l'opzione
|
|||||||
è disabilitata, allora la selezione dei file viene eseguita con le normali
|
è disabilitata, allora la selezione dei file viene eseguita con le normali
|
||||||
espressioni regolari (vedere ed (1)).
|
espressioni regolari (vedere ed (1)).
|
||||||
.PP
|
.PP
|
||||||
Per selezionare directory invece di file, l'espressione deve cominciare
|
|
||||||
o finire con una '/'.
|
|
||||||
.PP
|
|
||||||
.B Deseleziona gruppo (\\\\)
|
.B Deseleziona gruppo (\\\\)
|
||||||
.PP
|
.PP
|
||||||
Usata per deselezionare un gruppo di file. E' l'opposto di del comando
|
Usata per deselezionare un gruppo di file. E' l'opposto di del comando
|
||||||
@ -1576,7 +1581,7 @@ un punto (come ls -a).
|
|||||||
.PP
|
.PP
|
||||||
.I Cursore in basso mentre seleziona.
|
.I Cursore in basso mentre seleziona.
|
||||||
Se abilitata, la barra di selezione si muoverà in basso dopo aver selezionato
|
Se abilitata, la barra di selezione si muoverà in basso dopo aver selezionato
|
||||||
un file (sia con C-t che con il tasto Ins).
|
un file (sia con tasto Ins).
|
||||||
.PP
|
.PP
|
||||||
.I Rilascia menu a cascata.
|
.I Rilascia menu a cascata.
|
||||||
Quando quest'opzione è abilitata, la discesa dei menu sarà attivata non appena
|
Quando quest'opzione è abilitata, la discesa dei menu sarà attivata non appena
|
||||||
@ -2478,8 +2483,7 @@ Le funzioni che allo stato attuale supporta sono: copia,
|
|||||||
spostamento, cancellazione, taglia e incolla di blocchi;
|
spostamento, cancellazione, taglia e incolla di blocchi;
|
||||||
.IR "tasto per l'annullamento" ;
|
.IR "tasto per l'annullamento" ;
|
||||||
menu a discesa, inserimento file, definizione di macro, ricerca e
|
menu a discesa, inserimento file, definizione di macro, ricerca e
|
||||||
sostituzione di espressioni regolari (e una propria ricerca e
|
sostituzione di espressioni regolari; evidenziazione di testo maiuscole-freccia
|
||||||
sostituzione a scanf e printf); evidenziazione di testo maiuscole-freccia
|
|
||||||
MSW-MAC (solo per la console Linux); scambio tra inserimento-rimpiazzo e
|
MSW-MAC (solo per la console Linux); scambio tra inserimento-rimpiazzo e
|
||||||
un'opzionale flusso di blocchi di testo attraverso comandi shell come indent.
|
un'opzionale flusso di blocchi di testo attraverso comandi shell come indent.
|
||||||
.PP
|
.PP
|
||||||
@ -2529,39 +2533,6 @@ che viene copiato nel
|
|||||||
.B .mc/cedit/edit.indent.rc
|
.B .mc/cedit/edit.indent.rc
|
||||||
nella propria directory home la prima volta che lo si usa.
|
nella propria directory home la prima volta che lo si usa.
|
||||||
.PP
|
.PP
|
||||||
E' possibile usare la ricerca e sostituzione scanf per cercare
|
|
||||||
e rimpiazzare una stringa in formato C. Vedere le pagine man di
|
|
||||||
.B sscanf
|
|
||||||
e
|
|
||||||
.B sprintf
|
|
||||||
per vedere cos'è una stringa di formato e come funziona. Il seguente
|
|
||||||
è un esempio: supponiamo di voler sostituire tutte le ricorrenze di,
|
|
||||||
poniamo, una parentesi aperta, tre numeri separati da virgole, una
|
|
||||||
parentesi chiusa, con la parola
|
|
||||||
.IR mele ,
|
|
||||||
il terzo numero, la parola
|
|
||||||
.I arance
|
|
||||||
ed il secondo numero, si dovrebbe riempire la finestra di sostituzione
|
|
||||||
nella maniera seguente:
|
|
||||||
.PP
|
|
||||||
.nf
|
|
||||||
Immettere stringa di ricerca
|
|
||||||
(%d,%d,%d)
|
|
||||||
Immettere stringa di sostituzione
|
|
||||||
mele %d arance %d
|
|
||||||
Ordine di sostituzione degli argomenti
|
|
||||||
3,2
|
|
||||||
.fi
|
|
||||||
.PP
|
|
||||||
L'ultima riga specifica che il terzo ed il secondo numero
|
|
||||||
devono essere usati al posto del primo e del secondo.
|
|
||||||
.PP
|
|
||||||
E' consigliabile usare questa caratteristica con l'opzione 'Chiedi sempre'
|
|
||||||
abilitata, dato che una corrispondenza viene considerata valida quando
|
|
||||||
il numero degli argomenti dati corrisponde al numero dato, che non è sempre
|
|
||||||
una reale corrispondenza. Scanf tratta anche gli spazi come elastici. Notare
|
|
||||||
che il formato % è molto utile per scansionare stringhe, e spazi.
|
|
||||||
.PP
|
|
||||||
L'editor visualizza snche caratteri non-americani (160+). Quando si modifica
|
L'editor visualizza snche caratteri non-americani (160+). Quando si modifica
|
||||||
file binari, si dovrebbe impostare
|
file binari, si dovrebbe impostare
|
||||||
.B mostra bit
|
.B mostra bit
|
||||||
|
143
doc/man/mc.1.in
143
doc/man/mc.1.in
@ -1,5 +1,5 @@
|
|||||||
.\"TOPICS "Topics:"
|
.\"TOPICS "Topics:"
|
||||||
.TH MC 1 "September 2007" "MC Version 4.6.2-pre1" "GNU Midnight Commander"
|
.TH MC 1 "August 2009" "MC Version 4.7.0-pre1" "GNU Midnight Commander"
|
||||||
.\"SKIP_SECTION"
|
.\"SKIP_SECTION"
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
mc \- Visual shell for Unix-like systems.
|
mc \- Visual shell for Unix-like systems.
|
||||||
@ -365,10 +365,16 @@ panel and the old current panel becomes the new other panel. The
|
|||||||
selection bar moves from the old current panel to the new current
|
selection bar moves from the old current panel to the new current
|
||||||
panel.
|
panel.
|
||||||
.TP
|
.TP
|
||||||
.B Insert, C-t
|
.B Insert
|
||||||
to tag files you may use the Insert key (the kich1 terminfo sequence)
|
to tag files you may use the Insert key (the kich1 terminfo sequence).
|
||||||
or the C-t (Control-t) sequence. To untag files, just retag a tagged
|
To untag files, just retag a tagged file.
|
||||||
file.
|
.TP
|
||||||
|
.B C-t
|
||||||
|
to change charset of panel you may use C-t (Control-t).
|
||||||
|
Recoding is made from selected codepage into system codepage. To
|
||||||
|
cancel the recoding you may select "directory up" (..) in active panel.
|
||||||
|
To cancel the charsets in all directories, select "No translation " in
|
||||||
|
the dialog of encodings.
|
||||||
.TP
|
.TP
|
||||||
.B Alt-g, Alt-r, Alt-j
|
.B Alt-g, Alt-r, Alt-j
|
||||||
used to select the top file in a panel, the middle file and the bottom one,
|
used to select the top file in a panel, the middle file and the bottom one,
|
||||||
@ -402,18 +408,25 @@ directory hotlist
|
|||||||
and change to the selected directory.
|
and change to the selected directory.
|
||||||
.TP
|
.TP
|
||||||
.B + \ (plus)
|
.B + \ (plus)
|
||||||
this is used to select (tag) a group of files. The Midnight Commander
|
this is used to select (tag) a group of files.The Midnight Commander
|
||||||
will prompt for a regular expression describing the group. When
|
will prompt for a selection options. When
|
||||||
|
.I Files only
|
||||||
|
checkbox is on, than files only will be selected. If
|
||||||
|
.I Files only
|
||||||
|
is off, as files as directories will be selected.
|
||||||
|
When
|
||||||
.I Shell Patterns
|
.I Shell Patterns
|
||||||
are enabled, the regular expression is much like the regular
|
checkbox is on, the regular expression is much like the filename globbing
|
||||||
expressions in the shell (* standing for zero or more characters and ?
|
in the shell (* standing for zero or more characters and ? standing
|
||||||
standing for one character). If
|
for one character). If
|
||||||
.I Shell Patterns
|
.I Shell Patterns
|
||||||
is off, then the tagging of files is done with normal regular
|
is off, then the tagging of files is done with normal regular
|
||||||
expressions (see ed (1)).
|
expressions (see ed (1)). When
|
||||||
.PP
|
.I Case sensitive
|
||||||
If the expression starts or ends with a slash (/), then it will select
|
checkbox is on, the selection will be case sensitive characters.
|
||||||
directories instead of files.
|
If
|
||||||
|
.I Case sensitive
|
||||||
|
is off, the case will be ignored.
|
||||||
.TP
|
.TP
|
||||||
.B \\\\ (backslash)
|
.B \\\\ (backslash)
|
||||||
use the "\\" key to unselect a group of files. This is the opposite of
|
use the "\\" key to unselect a group of files. This is the opposite of
|
||||||
@ -1013,17 +1026,24 @@ command if you have full command line and want to cd somewhere.
|
|||||||
.B Select group (+)
|
.B Select group (+)
|
||||||
.PP
|
.PP
|
||||||
This is used to select (tag) a group of files. The Midnight Commander
|
This is used to select (tag) a group of files. The Midnight Commander
|
||||||
will prompt for a regular expression describing the group. When
|
will prompt for a selection options. When
|
||||||
|
.I Files only
|
||||||
|
checkbox is on, than files only will be selected. If
|
||||||
|
.I Files only
|
||||||
|
is off, as files as directories will be selected.
|
||||||
|
When
|
||||||
.I Shell Patterns
|
.I Shell Patterns
|
||||||
are enabled, the regular expression is much like the filename globbing
|
checkbox is on, the regular expression is much like the filename globbing
|
||||||
in the shell (* standing for zero or more characters and ? standing
|
in the shell (* standing for zero or more characters and ? standing
|
||||||
for one character). If
|
for one character). If
|
||||||
.I Shell Patterns
|
.I Shell Patterns
|
||||||
is off, then the tagging of files is done with normal regular
|
is off, then the tagging of files is done with normal regular
|
||||||
expressions (see ed (1)).
|
expressions (see ed (1)). When
|
||||||
.PP
|
.I Case sensitive
|
||||||
To mark directories instead of files, the expression must start or end
|
checkbox is on, the selection will be case sensitive characters.
|
||||||
with a '/'.
|
If
|
||||||
|
.I Case sensitive
|
||||||
|
is off, the case will be ignored.
|
||||||
.PP
|
.PP
|
||||||
.B Unselect group (\\\\)
|
.B Unselect group (\\\\)
|
||||||
.PP
|
.PP
|
||||||
@ -1604,7 +1624,7 @@ a dot (like ls -a).
|
|||||||
.PP
|
.PP
|
||||||
.I Mark moves down.
|
.I Mark moves down.
|
||||||
If enabled, the selection bar will move down when you mark a file (with
|
If enabled, the selection bar will move down when you mark a file (with
|
||||||
either C-t or the Insert key).
|
Insert key).
|
||||||
.PP
|
.PP
|
||||||
.I Drop down menus.
|
.I Drop down menus.
|
||||||
When this option is enabled, the pull down menus will be activated as
|
When this option is enabled, the pull down menus will be activated as
|
||||||
@ -2368,6 +2388,34 @@ will be converted to have initial upper case and otherwise lower case.
|
|||||||
.PP
|
.PP
|
||||||
You can also use '\\' as a quote character. For example, '\\\\' is
|
You can also use '\\' as a quote character. For example, '\\\\' is
|
||||||
a backslash and '\\*' is an asterisk.
|
a backslash and '\\*' is an asterisk.
|
||||||
|
.\"NODE "Select/Unselect Files"
|
||||||
|
.SH "Select/Unselect Files"
|
||||||
|
The dialog of group of files and directories selection or uselection.
|
||||||
|
The
|
||||||
|
.\"LINK2"
|
||||||
|
input line
|
||||||
|
.\"Input Line Keys"
|
||||||
|
allow enter the regular expression of filenames that will be
|
||||||
|
selected/unselected.
|
||||||
|
.PP
|
||||||
|
When
|
||||||
|
.I Files only
|
||||||
|
checkbox is on, than files only will be selected. If
|
||||||
|
.I Files only
|
||||||
|
is off, as files as directories will be selected.
|
||||||
|
When
|
||||||
|
.I Shell Patterns
|
||||||
|
checkbox is on, the regular expression is much like the filename globbing
|
||||||
|
in the shell (* standing for zero or more characters and ? standing
|
||||||
|
for one character). If
|
||||||
|
.I Shell Patterns
|
||||||
|
is off, then the tagging of files is done with normal regular
|
||||||
|
expressions (see ed (1)). When
|
||||||
|
.I Case sensitive
|
||||||
|
checkbox is on, the selection will be case sensitive characters.
|
||||||
|
If
|
||||||
|
.I Case sensitive
|
||||||
|
is off, the case will be ignored.
|
||||||
.\"NODE "Internal File Viewer"
|
.\"NODE "Internal File Viewer"
|
||||||
.SH "Internal File Viewer"
|
.SH "Internal File Viewer"
|
||||||
The internal file viewer provides two display modes: ASCII and hex.
|
The internal file viewer provides two display modes: ASCII and hex.
|
||||||
@ -2491,9 +2539,8 @@ option is set in the initialization file.
|
|||||||
.PP
|
.PP
|
||||||
The features it presently supports are: block copy, move, delete, cut,
|
The features it presently supports are: block copy, move, delete, cut,
|
||||||
paste; key for key undo; pull-down menus; file insertion; macro
|
paste; key for key undo; pull-down menus; file insertion; macro
|
||||||
commands; regular expression search and replace (and our own
|
commands; regular expression search and replace; shift-arrow text highlighting
|
||||||
scanf-printf search and replace); shift-arrow text highlighting (if
|
(if supported by the terminal); insert-overwrite toggle; word wrap;
|
||||||
supported by the terminal); insert-overwrite toggle; word wrap;
|
|
||||||
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.
|
||||||
@ -2545,39 +2592,6 @@ which is copied to
|
|||||||
.B .mc/cedit/edit.indent.rc
|
.B .mc/cedit/edit.indent.rc
|
||||||
in your home directory the first time you use it.
|
in your home directory the first time you use it.
|
||||||
.PP
|
.PP
|
||||||
You can use scanf search and replace to search and replace
|
|
||||||
a C format string. First take a look at the
|
|
||||||
.B sscanf
|
|
||||||
and
|
|
||||||
.B sprintf
|
|
||||||
man pages to see what a format string is and how it works. Consider
|
|
||||||
following example. Suppose you want to replace all occurrences of an
|
|
||||||
open bracket, three comma separated numbers, and a close bracket, with
|
|
||||||
the word
|
|
||||||
.IR apples ,
|
|
||||||
the third number, the word
|
|
||||||
.I oranges
|
|
||||||
and then the second number. Then fill in the Replace dialog box as
|
|
||||||
follows:
|
|
||||||
.PP
|
|
||||||
.nf
|
|
||||||
Enter search string:
|
|
||||||
(%d,%d,%d)
|
|
||||||
Enter replacement string:
|
|
||||||
apples %d oranges %d
|
|
||||||
Enter replacement argument order:
|
|
||||||
3,2
|
|
||||||
.fi
|
|
||||||
.PP
|
|
||||||
The last line specifies that the third and then the second
|
|
||||||
number are to be used in place of the first and second.
|
|
||||||
.PP
|
|
||||||
It is advisable to use this feature with Prompt on replace on, because
|
|
||||||
a match is thought to be found whenever the number of arguments found
|
|
||||||
matches the number given, which is not always a real match. Scanf also
|
|
||||||
treats whitespace as being elastic. Note that the scanf format %[ is
|
|
||||||
very useful for scanning strings, and whitespace.
|
|
||||||
.PP
|
|
||||||
The editor also displays non-us characters (160+). When editing
|
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
|
||||||
@ -3233,6 +3247,21 @@ set this in the ini file:
|
|||||||
.nf
|
.nf
|
||||||
insert=\\e[Op
|
insert=\\e[Op
|
||||||
.fi
|
.fi
|
||||||
|
|
||||||
|
.PP
|
||||||
|
Also now you can use
|
||||||
|
.I extended learn keys.
|
||||||
|
For example:
|
||||||
|
|
||||||
|
.nf
|
||||||
|
ctrl alt right=\\e[[1;6C
|
||||||
|
ctrl alt left=\\e[[1;6D
|
||||||
|
.fi
|
||||||
|
|
||||||
|
.PP
|
||||||
|
This means that ctrl+alt+left send \\e[[1;6D esc sequence
|
||||||
|
and mc interprets "\\e[[1;6D" as C-A-Left.
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
The
|
The
|
||||||
.I complete
|
.I complete
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MCEDIT 1 "September 2007" "MC Version 4.6.2-pre1" "GNU Midnight Commander"
|
.TH MCEDIT 1 "August 2009" "MC Version 4.7.0-pre1" "GNU Midnight Commander"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mcedit \- Internal file editor of GNU Midnight Commander.
|
mcedit \- Internal file editor of GNU Midnight Commander.
|
||||||
.SH USAGE
|
.SH USAGE
|
||||||
@ -92,7 +92,7 @@ doesn't share the clipboard with
|
|||||||
.BR mcedit .
|
.BR mcedit .
|
||||||
.PP
|
.PP
|
||||||
The completion key (usually
|
The completion key (usually
|
||||||
.B "Alt-Tab"
|
.B "Meta-Tab"
|
||||||
or
|
or
|
||||||
.BR "Escape Tab" )
|
.BR "Escape Tab" )
|
||||||
completes the word under the cursor using the words used earlier in the
|
completes the word under the cursor using the words used earlier in the
|
||||||
@ -135,6 +135,26 @@ If some keys don't work, you can use
|
|||||||
in the
|
in the
|
||||||
.B Options
|
.B Options
|
||||||
menu.
|
menu.
|
||||||
|
.SH CODE NAVIGATION
|
||||||
|
.B mcedit
|
||||||
|
can be used to navigation through code with tags files created by etags
|
||||||
|
or ctags commands. If there is no file TAGS code navigation would not work.
|
||||||
|
In example, in case of exuberant-ctags for C language command will be:
|
||||||
|
.PP
|
||||||
|
ctags -e --language-force=C -R ./
|
||||||
|
.PP
|
||||||
|
.B Meta-Enter
|
||||||
|
show list box to select item under cursor (cusor should stand at end of
|
||||||
|
word).
|
||||||
|
.PP
|
||||||
|
.B Meta-Minus
|
||||||
|
where minus is symbol "-" go to previous function in navigation list (like a browser
|
||||||
|
Back).
|
||||||
|
.PP
|
||||||
|
.B Meta-Equal
|
||||||
|
where equal is symbol "=" go to next function in navigation list (like a browser
|
||||||
|
Forward).
|
||||||
|
.PP
|
||||||
.SH SYNTAX HIGHLIGHTING
|
.SH SYNTAX HIGHLIGHTING
|
||||||
.B mcedit
|
.B mcedit
|
||||||
supports syntax highlighting. This means that keywords and contexts
|
supports syntax highlighting. This means that keywords and contexts
|
||||||
@ -374,9 +394,9 @@ This option is ignored when invoking
|
|||||||
.I editor_key_emulation
|
.I editor_key_emulation
|
||||||
1 for
|
1 for
|
||||||
.B Emacs
|
.B Emacs
|
||||||
keys, and 0 for normal
|
keys, 0 for normal
|
||||||
.B Cooledit
|
.B Cooledit
|
||||||
keys.
|
keys, and 2 for user defined keys. 0 is default.
|
||||||
.TP
|
.TP
|
||||||
.I editor_tab_spacing
|
.I editor_tab_spacing
|
||||||
Interpret the tab character as being of this length.
|
Interpret the tab character as being of this length.
|
||||||
@ -423,6 +443,44 @@ original file, thus replacing it. The safest method is create backups
|
|||||||
(2). Where a backup file is created before any changes are made. You
|
(2). Where a backup file is created before any changes are made. You
|
||||||
can specify your own backup file extension in the dialog. Note that
|
can specify your own backup file extension in the dialog. Note that
|
||||||
saving twice will replace your backup as well as your original file.
|
saving twice will replace your backup as well as your original file.
|
||||||
|
.TP
|
||||||
|
.I editor_word_wrap_line_length
|
||||||
|
line length to wrap. 72 default.
|
||||||
|
.TP
|
||||||
|
.I editor_backup_extension
|
||||||
|
symbol for add extension to name of backup files. Default "~".
|
||||||
|
.TP
|
||||||
|
.I editor_line_state
|
||||||
|
show state line of editor now it show number of file line (in future it
|
||||||
|
can show things like folding, breakpoints, etc.). M-n toglle this option.
|
||||||
|
.TP
|
||||||
|
.I editor_visible_spaces
|
||||||
|
Toggle show visible trailing spaces (TWS), if editor_visible_spaces=1 TWS
|
||||||
|
showed as '.'
|
||||||
|
.TP
|
||||||
|
.I editor_visible_tabs
|
||||||
|
Toggle show visible tabs, if editor_visible_tabs=1 tabs showed as '<---->'
|
||||||
|
.TP
|
||||||
|
.I editor_persistent_selections
|
||||||
|
Do not remove block selection after moving the cursor.
|
||||||
|
.TP
|
||||||
|
.I editor_syntax_highlighting
|
||||||
|
enable syntax highlighting.
|
||||||
|
.TP
|
||||||
|
.I editor_edit_confirm_save
|
||||||
|
show confirm dialog on save.
|
||||||
|
.TP
|
||||||
|
.I editor_option_typewriter_wrap
|
||||||
|
to be described
|
||||||
|
.TP
|
||||||
|
.I editor_option_auto_para_formatting
|
||||||
|
to be described
|
||||||
|
.TP
|
||||||
|
.I editor_option_save_position
|
||||||
|
save file position on exit.
|
||||||
|
.TP
|
||||||
|
.I source_codepage
|
||||||
|
symbol representation of codepage name for file (i.e. CP1251, ~ - default).
|
||||||
.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
|
||||||
@ -498,7 +556,7 @@ help of the Midnight Commander for details on the License and the lack
|
|||||||
of warranty.
|
of warranty.
|
||||||
.SH AVAILABILITY
|
.SH AVAILABILITY
|
||||||
The latest version of this program can be found at
|
The latest version of this program can be found at
|
||||||
ftp://ftp.gnu.org/gnu/mc/.
|
http://midnight-commander.org/.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
cooledit(1), mc(1), gpm(1), terminfo(1), scanf(3).
|
cooledit(1), mc(1), gpm(1), terminfo(1), scanf(3).
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH mcserv 8 "September 2007" "MC Version 4.6.2-pre1" "GNU Midnight Commander"
|
.TH mcserv 8 "August 2009" "MC Version 4.7.0-pre1" "GNU Midnight Commander"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mcserv \- Midnight Commander file server.
|
mcserv \- Midnight Commander file server.
|
||||||
.SH USAGE
|
.SH USAGE
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MCVIEW 1 "September 2007" "MC Version 4.6.2-pre1" "GNU Midnight Commander"
|
.TH MCVIEW 1 "August 2009" "MC Version 4.7.0-pre1" "GNU Midnight Commander"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mcview \- Internal file viewer of GNU Midnight Commander.
|
mcview \- Internal file viewer of GNU Midnight Commander.
|
||||||
.SH USAGE
|
.SH USAGE
|
||||||
|
@ -300,8 +300,19 @@ a aktywny staje się starym. Linia wyboru zmienia swoje położenia do aktywnego
|
|||||||
panelu.
|
panelu.
|
||||||
.PP
|
.PP
|
||||||
.BR Insert ", " C-t .
|
.BR Insert ", " C-t .
|
||||||
Do zaznaczania plików możesz używać klawisza Insert lub C-t. Żeby odznaczyć plik
|
DEPRECATED! Do zaznaczania plików możesz używać klawisza Insert lub C-t. Żeby odznaczyć plik
|
||||||
po prostu zaznacz jakiś już zaznaczony.
|
po prostu zaznacz jakiś już zaznaczony.
|
||||||
|
.TP
|
||||||
|
.B Insert
|
||||||
|
to tag files you may use the Insert key (the kich1 terminfo sequence).
|
||||||
|
To untag files, just retag a tagged file.
|
||||||
|
.TP
|
||||||
|
.B C-t
|
||||||
|
to change charset of panel you may use C-t (Control-t).
|
||||||
|
Recoding is made from selected codepage into system codepage. To
|
||||||
|
cancel the recoding you may select "directory up" (..) in active panel.
|
||||||
|
To cancel the charsets in all directories, select "No translation " in
|
||||||
|
the dialog of encodings.
|
||||||
.PP
|
.PP
|
||||||
.BR M-g ", " M-r ", " M-j .
|
.BR M-g ", " M-r ", " M-j .
|
||||||
Używane do wybierania najwyższego, środkowego i najniższego pliku w panelu.
|
Używane do wybierania najwyższego, środkowego i najniższego pliku w panelu.
|
||||||
@ -342,9 +353,6 @@ jest wyłączona, sposób zaznaczania plików jest zgodny z ustawieniami
|
|||||||
(zobacz
|
(zobacz
|
||||||
.BR ed (1)).
|
.BR ed (1)).
|
||||||
.PP
|
.PP
|
||||||
Jeśli wyrażenie zaczyna się od ukośnika (/), wtedy zaznaczone zostaną katalogi
|
|
||||||
zamiast plików.
|
|
||||||
.PP
|
|
||||||
.B \\\\
|
.B \\\\
|
||||||
(backslash).
|
(backslash).
|
||||||
Używaj znaków "\\" do odznaczania grupy plików. Jest to przeciwieństwo klawisza
|
Używaj znaków "\\" do odznaczania grupy plików. Jest to przeciwieństwo klawisza
|
||||||
@ -840,8 +848,6 @@ oznacza zero lub więcej znaków a ? oznacza jeden znak). Jeśli opcja
|
|||||||
jest wyłączona, wtedy zaznaczanie plików jest robione z zastosowaniem norm
|
jest wyłączona, wtedy zaznaczanie plików jest robione z zastosowaniem norm
|
||||||
zewnętrznych (zobacz ed (1)).
|
zewnętrznych (zobacz ed (1)).
|
||||||
.PP
|
.PP
|
||||||
Żeby zaznaczyć katalogi zamiast plików, tekst musi zaczynać sie od znaku '/'.
|
|
||||||
.PP
|
|
||||||
.B Odznacz grupę (\\\\)
|
.B Odznacz grupę (\\\\)
|
||||||
.PP
|
.PP
|
||||||
Używane do odznaczania grupy plików. Jest przeciwieństwem komendy
|
Używane do odznaczania grupy plików. Jest przeciwieństwem komendy
|
||||||
@ -1334,7 +1340,7 @@ Standardowo Midnight Commander wyświetla wszystkie pliki zaczynające się
|
|||||||
od kropki (tak jak ls -a).
|
od kropki (tak jak ls -a).
|
||||||
.PP
|
.PP
|
||||||
.I Mark moves down.
|
.I Mark moves down.
|
||||||
Standardowo kiedy zaznaczasz plik (zarówno przy użyciu C-t lub klawisza Insert)
|
Standardowo kiedy zaznaczasz plik (zarówno przy klawisze Insert)
|
||||||
linia wyboru przenosi się o jedno w dół.
|
linia wyboru przenosi się o jedno w dół.
|
||||||
.PP
|
.PP
|
||||||
.I Drop down menus.
|
.I Drop down menus.
|
||||||
@ -2091,9 +2097,8 @@ Opcje, które aktualnie posiada to: kopiowanie, przenoszenie, kasowanie,
|
|||||||
wycinanie i wklejanie bloków;
|
wycinanie i wklejanie bloków;
|
||||||
.IR "klawisz dla klawisza undo" ;
|
.IR "klawisz dla klawisza undo" ;
|
||||||
rozciągane menu; wklejanie plików; definiowanie makr; szukanie i
|
rozciągane menu; wklejanie plików; definiowanie makr; szukanie i
|
||||||
zastępowanie wyrażeń regularnych (i nasze własne funkcje scanf-printf
|
zastępowanie wyrażeń regularnych; strzałki z Shiftem zaznaczające teksty
|
||||||
szukające i zamieniające); strzałki z Shiftem zaznaczające teksty w stylu
|
w stylu MSW-MAC (tylko dla konsoli typu Linux); przełączanie trybu
|
||||||
MSW-MAC (tylko dla konsoli typu Linux); przełączanie trybu
|
|
||||||
wstawiania-zastępowania; opcja pozwalająca na "przerzucenie" bloku tekstu
|
wstawiania-zastępowania; opcja pozwalająca na "przerzucenie" bloku tekstu
|
||||||
przez komendę powłoki jak na przykład indent.
|
przez komendę powłoki jak na przykład indent.
|
||||||
.PP
|
.PP
|
||||||
@ -2144,39 +2149,6 @@ w twoim katalogu domowym zawierający poniższe:
|
|||||||
cat /dev/null > $HOME/.mc/cedit/cooledit.error
|
cat /dev/null > $HOME/.mc/cedit/cooledit.error
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
Możesz używać funkcji scanf do przeszukiwania i zastępowania formatów
|
|
||||||
znaków w C. Najpierw jest rzuć okiem na stronę manuala funkcji
|
|
||||||
.B sscanf
|
|
||||||
i
|
|
||||||
.B sprintf
|
|
||||||
aby zobaczyć jaki jest format ciągów i jak on działa.
|
|
||||||
Załóżmy, że chcesz wszystkie wystąpienia ciągu złożonego z, powiedzmy,
|
|
||||||
otwartego nawiasu, trzech oddzielonych przecinkami liczb i nawiasu
|
|
||||||
zamykającego, zastąpić ciągiem złożonym ze słowa
|
|
||||||
.IR jabłka ,
|
|
||||||
trzeciej liczby, słowa
|
|
||||||
.I pomarańcze
|
|
||||||
i drugiej liczby. Należy wówczas tak wypełnić okno dialogowe zastępowania:
|
|
||||||
.PP
|
|
||||||
.nf
|
|
||||||
Enter search string
|
|
||||||
(%d,%d,%d)
|
|
||||||
Enter replace string
|
|
||||||
jabłka %d pomarańcze %d
|
|
||||||
Enter replacement argument order
|
|
||||||
3,2
|
|
||||||
.fi
|
|
||||||
.PP
|
|
||||||
Ostatnia linia mówi, że w miejscu pierwszego i drugiego argumentu wyniku mają
|
|
||||||
być użyte trzeci i drugi wejściowy.
|
|
||||||
.PP
|
|
||||||
Jest również dobrym polecenia włączenie opcji pytania się przed zamianą,
|
|
||||||
ponieważ zgodność jest znajdowana kiedykolwiek tylko liczba argumentów
|
|
||||||
znalezionych zgadza sie z liczbą podanych, co nie zawsze jest prawdziwą
|
|
||||||
zgodnością. Scanf traktuje również białe znaki jako elastyczne. Zauważ, że
|
|
||||||
format scanfa % jest również bardzo użyteczny dla skanowania znaków i
|
|
||||||
białych spacji.
|
|
||||||
.PP
|
|
||||||
Edytor wyświetla również znaki nieamerykańskie (160+). Kiedy edytujesz plik
|
Edytor wyświetla również znaki nieamerykańskie (160+). Kiedy edytujesz plik
|
||||||
binarny, powinieneś ustawić opcję
|
binarny, powinieneś ustawić opcję
|
||||||
.B display bits
|
.B display bits
|
||||||
|
@ -402,11 +402,17 @@ Midnight Commander-а. Для возврата к вашему приложен
|
|||||||
которая была активной ранее, в другую панель, которая становится
|
которая была активной ранее, в другую панель, которая становится
|
||||||
активной.
|
активной.
|
||||||
.PP
|
.PP
|
||||||
.B Insert, C-t.
|
.B Insert.
|
||||||
Чтобы отметить файл, на который указывает в данный момент подсветка,
|
Чтобы отметить файл, на который указывает в данный момент подсветка,
|
||||||
используйте клавишу Insert (the kich1 terminfo sequence) или комбинацию
|
используйте клавишу Insert (the kich1 terminfo sequence). Для снятия
|
||||||
C-t (Control-t). Для снятия отметки с файла используются те же
|
отметки с файла используются те же комбинации.
|
||||||
комбинации.
|
.PP
|
||||||
|
.B C-t.
|
||||||
|
Чтобы поменять кодировку панели, используйте комбинацию C-t (Control-t).
|
||||||
|
Перекодировка производится из выбранной кодировки в системную. Для отмены
|
||||||
|
перекодировки просто перейдите на каталог вверх '..'. Для отмены
|
||||||
|
перекодировки всех каталогов выберите "Без перекодировки" в диалоге
|
||||||
|
выбора кодировок.
|
||||||
.PP
|
.PP
|
||||||
.B M-g, M-r, M-j.
|
.B M-g, M-r, M-j.
|
||||||
Используются для перемещения подсветки, соответственно, на самый
|
Используются для перемещения подсветки, соответственно, на самый
|
||||||
@ -445,16 +451,22 @@ C-t (Control-t). Для снятия отметки с файла использ
|
|||||||
Эта клавиша используется для того, чтобы выбрать (отметить) группу
|
Эта клавиша используется для того, чтобы выбрать (отметить) группу
|
||||||
файлов по регулярному выражению, задающему эту группу. Когда включена
|
файлов по регулярному выражению, задающему эту группу. Когда включена
|
||||||
опция
|
опция
|
||||||
.IR "Образцы в стиле shell (Shell Patterns)" ,
|
.I Только файлы,
|
||||||
регулярные выражения вполне подобны регулярным выражениям оболочки (*
|
то выделены будут только файлы. Если опция
|
||||||
заменяет ноль или большее число символов, а ? заменяет один символ).
|
.I Только файлы,
|
||||||
|
отключена, то выделены будут как файлы, так и каталоги. Если включена опция
|
||||||
|
.I Образцы в стиле shell (Shell Patterns),
|
||||||
|
регулярные выражение строятся по тем же правилам, которые действуют в
|
||||||
|
оболочке shell (* означает ноль или большее число любых символов, а ?
|
||||||
|
заменяет один произвольный символ). Если опция
|
||||||
|
.I Образцы в стиле shell (Shell Patterns)
|
||||||
|
отключена, то пометка файлов производится по правилам обработки
|
||||||
|
нормальных регулярных выражений (смотрите ed (1)). Если включена опция
|
||||||
|
.I С учётом регистра
|
||||||
|
то пометка файлов и каталогов будет производиться с учетом регистра символов имён.
|
||||||
Если опция
|
Если опция
|
||||||
.I Образцы в стиле shell
|
.I С учётом регистра
|
||||||
отключена, то отметка на файлы ставится в соответствии с нормальными
|
отключена, то регистр символов учитываться не будет.
|
||||||
регулярными выражениями (смотрите ed (1)).
|
|
||||||
.PP
|
|
||||||
Если выражения начинаются или оканчиваются слэшем (/), то пометка будет
|
|
||||||
ставиться на каталоги, а не на файлы.
|
|
||||||
.PP
|
.PP
|
||||||
.B \\\\ (backslash).
|
.B \\\\ (backslash).
|
||||||
Клавиша "\\" снимает отметку с группы файлов, то есть производит
|
Клавиша "\\" снимает отметку с группы файлов, то есть производит
|
||||||
@ -914,28 +926,6 @@ Escape-последовательности, генерируемые клави
|
|||||||
Меню "Файл" содержит следующие команды (соответствующие "горячие"
|
Меню "Файл" содержит следующие команды (соответствующие "горячие"
|
||||||
клавиши указываются в скобках):
|
клавиши указываются в скобках):
|
||||||
.PP
|
.PP
|
||||||
.B Помощь (F1)
|
|
||||||
.PP
|
|
||||||
Вызывает встроенную программу
|
|
||||||
.\"LINK2"
|
|
||||||
просмотра гипертекстовой подсказки\&.
|
|
||||||
.\"Contents"
|
|
||||||
При просмотре файла помощи можно использовать клавишу Tab для выбора
|
|
||||||
следующей гипертекстовой ссылки и клавишу Enter для перехода по ссылке.
|
|
||||||
Клавиши пробела и Backspace используются для перемещения вперед и назад
|
|
||||||
по тексту подсказки. При нажатии на клавишу F1 вы получите полный список
|
|
||||||
управляющих комбинаций клавиш.
|
|
||||||
.PP
|
|
||||||
.B Меню пользователя (F2)
|
|
||||||
.PP
|
|
||||||
Вызывает
|
|
||||||
.\"LINK2"
|
|
||||||
меню пользователя\&.
|
|
||||||
.\"Menu File Edit"
|
|
||||||
Меню пользователя предоставляет простой способ расширения возможностей
|
|
||||||
Midnight Commander за счет добавления в личное меню пользователя вызова
|
|
||||||
часто используемых программ.
|
|
||||||
.PP
|
|
||||||
.B Просмотр файла (F3, Shift-F3)
|
.B Просмотр файла (F3, Shift-F3)
|
||||||
.PP
|
.PP
|
||||||
Просмотреть файл, на который указывает подсветка. По умолчанию при этом
|
Просмотреть файл, на который указывает подсветка. По умолчанию при этом
|
||||||
@ -1088,18 +1078,24 @@ Midnight Commander указывает символические ссылки в
|
|||||||
.B Отметить группу (+)
|
.B Отметить группу (+)
|
||||||
.PP
|
.PP
|
||||||
Эта команда используется для отметки группы файлов по заданному шаблону.
|
Эта команда используется для отметки группы файлов по заданному шаблону.
|
||||||
Midnight Commander выдаст строку ввода, в которой надо задать регулярное
|
Midnight Commander выдаст диалоговое окно, в которой надо задать опции
|
||||||
выражение, определяющее желаемую группу имен. Если включена опция
|
выделения группы файлов и каталогов. Если включена опция
|
||||||
|
.I Только файлы,
|
||||||
|
то выделены будут только файлы. Если опция
|
||||||
|
.I Только файлы,
|
||||||
|
отключена, то выделены будут как файлы, так и каталоги. Если включена опция
|
||||||
.I Образцы в стиле shell (Shell Patterns),
|
.I Образцы в стиле shell (Shell Patterns),
|
||||||
регулярные выражение строятся по тем же правилам, которые действуют в
|
регулярные выражение строятся по тем же правилам, которые действуют в
|
||||||
оболочке shell (* означает ноль или большее число любых символов, а ?
|
оболочке shell (* означает ноль или большее число любых символов, а ?
|
||||||
заменяет один произвольный символ). Если опция
|
заменяет один произвольный символ). Если опция
|
||||||
.I Образцы в стиле shell (Shell Patterns)
|
.I Образцы в стиле shell (Shell Patterns)
|
||||||
отключена, то пометка файлов производится по правилам обработки
|
отключена, то пометка файлов производится по правилам обработки
|
||||||
нормальных регулярных выражений (смотрите ed (1)).
|
нормальных регулярных выражений (смотрите ed (1)). Если включена опция
|
||||||
.PP
|
.I С учётом регистра
|
||||||
Для того, чтобы отметить каталоги, а не файлы, выражение должно
|
то пометка файлов и каталогов будет производиться с учетом регистра символов имён.
|
||||||
начинаться или оканчиваться символом '/'.
|
Если опция
|
||||||
|
.I С учётом регистра
|
||||||
|
отключена, то регистр символов учитываться не будет.
|
||||||
.PP
|
.PP
|
||||||
.B Снять отметку (\\\\ - обратный слэш)
|
.B Снять отметку (\\\\ - обратный слэш)
|
||||||
.PP
|
.PP
|
||||||
@ -1131,6 +1127,16 @@ cd\&.
|
|||||||
После этого надо нажать клавишу <Enter>.
|
После этого надо нажать клавишу <Enter>.
|
||||||
.\"NODE " Command Menu"
|
.\"NODE " Command Menu"
|
||||||
.SH " Меню 'Команды'"
|
.SH " Меню 'Команды'"
|
||||||
|
.PP
|
||||||
|
.B Меню пользователя (F2)
|
||||||
|
.PP
|
||||||
|
Вызывает
|
||||||
|
.\"LINK2"
|
||||||
|
меню пользователя\&.
|
||||||
|
.\"Menu File Edit"
|
||||||
|
Меню пользователя предоставляет простой способ расширения возможностей
|
||||||
|
Midnight Commander за счет добавления в личное меню пользователя вызова
|
||||||
|
часто используемых программ.
|
||||||
При обращении к пункту меню
|
При обращении к пункту меню
|
||||||
.\"LINK2"
|
.\"LINK2"
|
||||||
.I Дерево каталогов
|
.I Дерево каталогов
|
||||||
@ -1173,6 +1179,14 @@ FreeBSD. "Горячие" клавиши \-
|
|||||||
проверяется.
|
проверяется.
|
||||||
.PP
|
.PP
|
||||||
Пункт меню
|
Пункт меню
|
||||||
|
.\"LINK2"
|
||||||
|
.I "Критерий панелизации"
|
||||||
|
.\"External panelize"
|
||||||
|
позволяет выполнить внешнюю программу, сделав ее вывод содержимым
|
||||||
|
текущей панели (характерный пример - панелизация вывода команды find).
|
||||||
|
.PP
|
||||||
|
.PP
|
||||||
|
Пункт меню
|
||||||
.I "История команд"
|
.I "История команд"
|
||||||
выводит окно со списком ранее выполнявшихся
|
выводит окно со списком ранее выполнявшихся
|
||||||
команд. Подсвеченную строку из истории можно скопировать в командную
|
команд. Подсвеченную строку из истории можно скопировать в командную
|
||||||
@ -1191,18 +1205,28 @@ FreeBSD. "Горячие" клавиши \-
|
|||||||
.PP
|
.PP
|
||||||
Пункт меню
|
Пункт меню
|
||||||
.\"LINK2"
|
.\"LINK2"
|
||||||
.I "Справочник каталогов"
|
.I "Быстрый доступ к каталогам"
|
||||||
.\"Hotlist"
|
.\"Hotlist"
|
||||||
.B C-\\\\
|
.B C-\\\\
|
||||||
позволяет создать список каталогов, которые часто используются, и
|
позволяет создать список каталогов, которые часто используются, и
|
||||||
обеспечить быстрый переход к нужному каталогу из этого списка.
|
обеспечить быстрый переход к нужному каталогу из этого списка.
|
||||||
.PP
|
.PP
|
||||||
Пункт меню
|
Пункт меню
|
||||||
|
.I "Список активных ВФС"
|
||||||
|
.B C-x a
|
||||||
|
отображает список виртуальных файловых систем, активных на настоящий
|
||||||
|
момент. Можно перейти на выбранную виртуальную файловую систему. Для
|
||||||
|
Обновления списка выберите кнопку "Освежить" в диалоговом окне.
|
||||||
|
Кнопка "Освободить ВФС сейчас" поможет при обновлении содержимого
|
||||||
|
архива или при разорванном сетевом соединении.
|
||||||
|
.PP
|
||||||
|
Пункт меню
|
||||||
.\"LINK2"
|
.\"LINK2"
|
||||||
.I "Критерий панелизации"
|
.I "Фоновые задания"
|
||||||
.\"External panelize"
|
.\"Background Jobs"
|
||||||
позволяет выполнить внешнюю программу, сделав ее вывод содержимым
|
.B C-x j
|
||||||
текущей панели (характерный пример - панелизация вывода команды find).
|
отображает список фоновых заданий, запущенных в диалоге
|
||||||
|
копирования/перемещения кнопкой "В фоне".
|
||||||
.PP
|
.PP
|
||||||
После выбора пункта меню
|
После выбора пункта меню
|
||||||
.\"LINK2"
|
.\"LINK2"
|
||||||
@ -1706,7 +1730,7 @@ mc на экране.
|
|||||||
.PP
|
.PP
|
||||||
Пункт
|
Пункт
|
||||||
.\"LINK2"
|
.\"LINK2"
|
||||||
Подтверждения (Confirmation)
|
Подтверждение (Confirmation)
|
||||||
.\"Confirmation"
|
.\"Confirmation"
|
||||||
вызывает диалоговое окно, в котором вы указываете, на выполнение каких
|
вызывает диалоговое окно, в котором вы указываете, на выполнение каких
|
||||||
действий программа будет требовать подтверждения.
|
действий программа будет требовать подтверждения.
|
||||||
@ -1756,9 +1780,7 @@ mc на экране.
|
|||||||
начинаются точкой (как ls -a).
|
начинаются точкой (как ls -a).
|
||||||
.PP
|
.PP
|
||||||
.I Отметка перемещает курсор.
|
.I Отметка перемещает курсор.
|
||||||
Когда вы отмечаете файл (клавишами
|
Когда вы отмечаете файл (клавишей
|
||||||
.B C-t
|
|
||||||
или
|
|
||||||
.BR Insert ),
|
.BR Insert ),
|
||||||
то по умолчанию подсветка на имени файла смещается на одну строку вниз.
|
то по умолчанию подсветка на имени файла смещается на одну строку вниз.
|
||||||
.PP
|
.PP
|
||||||
@ -1811,6 +1833,11 @@ FreeBSD или при использовании xterm вы можете про
|
|||||||
.PP
|
.PP
|
||||||
.B Прочие настройки
|
.B Прочие настройки
|
||||||
.PP
|
.PP
|
||||||
|
.I Mkdir autoname.
|
||||||
|
При создании нового каталога по F7 в поле ввода имени нового каталога
|
||||||
|
будет автоматически подставляться имя файла или каталога, находящегося
|
||||||
|
под курсором.
|
||||||
|
.PP
|
||||||
.I Детали операций (Verbose operation).
|
.I Детали операций (Verbose operation).
|
||||||
Этот переключатель определяет, будет ли при выполнении операций
|
Этот переключатель определяет, будет ли при выполнении операций
|
||||||
копирования, перемещения и удаления выводится дополнительное окно,
|
копирования, перемещения и удаления выводится дополнительное окно,
|
||||||
@ -1966,17 +1993,39 @@ Commander, выделены цветом, определенным ключев
|
|||||||
Если включено выделение цветом типов файлов, то разными цветами
|
Если включено выделение цветом типов файлов, то разными цветами
|
||||||
выделяются каталоги, дампы памяти (файлы core), исполняемые файлы и т.д.
|
выделяются каталоги, дампы памяти (файлы core), исполняемые файлы и т.д.
|
||||||
.PP
|
.PP
|
||||||
|
При включенной опции
|
||||||
|
.IR Линейка меню
|
||||||
|
вызываемое при нажатии клавиши F9 меню будет отображаться постоянно.
|
||||||
|
.PP
|
||||||
Если включена опция
|
Если включена опция
|
||||||
.IR Мини-статус ,
|
.IR Мини-статус ,
|
||||||
в нижней части каждой панели выводится строка информации о выделенном
|
в нижней части каждой панели выводится строка информации о выделенном
|
||||||
подсветкой файле или каталоге каждой панели.
|
подсветкой файле или каталоге каждой панели.
|
||||||
.PP
|
.PP
|
||||||
|
Если включена опция
|
||||||
|
.IR Командная строка ,
|
||||||
|
в нижней части экрана будет отображаться приглашение командной строки.
|
||||||
|
.PP
|
||||||
|
Включение опции
|
||||||
|
.IR Метки клавиш
|
||||||
|
будет постоянно отображать в нижней части экрана строку подсказок
|
||||||
|
функциональных клавиш.
|
||||||
|
.PP
|
||||||
|
Если включена опция
|
||||||
|
.IR Строка подсказки ,
|
||||||
|
в нижней части экрана будут отображаться произвольно выбранные подсказки
|
||||||
|
(tips) по приёмам работы с Midmight Commander.
|
||||||
|
.PP
|
||||||
При исполнении в эмуляторе терминала системы X11 Midnight Commander
|
При исполнении в эмуляторе терминала системы X11 Midnight Commander
|
||||||
отображает в заголовке xterm текущий каталог и изменяет этот заголовок
|
отображает в заголовке xterm текущий каталог и изменяет этот заголовок
|
||||||
при необходимости. Если ваш эмулятор терминала неисправен и вы видите
|
при необходимости. Если ваш эмулятор терминала неисправен и вы видите
|
||||||
неверный заголовок при старте или изменении каталога, выключите параметр
|
неверный заголовок при старте или изменении каталога, выключите параметр
|
||||||
.I Заголовок xterm
|
.I Заголовок xterm
|
||||||
(Xterm Window Title).
|
(Xterm Window Title).
|
||||||
|
.PP
|
||||||
|
Включение опции
|
||||||
|
.IR show free space ,
|
||||||
|
покажет свободное место / всего места на разделах.
|
||||||
.\"NODE " Confirmation"
|
.\"NODE " Confirmation"
|
||||||
.SH " Подтверждения"
|
.SH " Подтверждения"
|
||||||
Используя этот пункт меню, вы можете сделать так, чтобы перед
|
Используя этот пункт меню, вы можете сделать так, чтобы перед
|
||||||
@ -2667,6 +2716,30 @@ shell. В маске приемника разрешается использо
|
|||||||
Символ '\\' в масках используется для отмены специальной интерпретации
|
Символ '\\' в масках используется для отмены специальной интерпретации
|
||||||
отдельных символов. Например, '\\\\' означает просто backslash и '\\*'
|
отдельных символов. Например, '\\\\' означает просто backslash и '\\*'
|
||||||
означает просто звездочку (asterisk).
|
означает просто звездочку (asterisk).
|
||||||
|
.\"NODE "Select/Unselect Files"
|
||||||
|
.SH "Select/Unselect Files"
|
||||||
|
Диалоговое окно параметров отметки группы файлов по заданному шаблону.
|
||||||
|
.\"LINK2"
|
||||||
|
Строка ввода
|
||||||
|
.\"Input Line Keys"
|
||||||
|
предназначена для ввода регулярного выражения (маски) для помети файлов.
|
||||||
|
Если включена опция
|
||||||
|
.I Только файлы,
|
||||||
|
то выделены будут только файлы. Если опция
|
||||||
|
.I Только файлы,
|
||||||
|
отключена, то выделены будут как файлы, так и каталоги. Если включена опция
|
||||||
|
.I Образцы в стиле shell (Shell Patterns),
|
||||||
|
регулярные выражение строятся по тем же правилам, которые действуют в
|
||||||
|
оболочке shell (* означает ноль или большее число любых символов, а ?
|
||||||
|
заменяет один произвольный символ). Если опция
|
||||||
|
.I Образцы в стиле shell (Shell Patterns)
|
||||||
|
отключена, то пометка файлов производится по правилам обработки
|
||||||
|
нормальных регулярных выражений (смотрите ed (1)). Если включена опция
|
||||||
|
.I С учётом регистра
|
||||||
|
то пометка файлов и каталогов будет производиться с учетом регистра символов имён.
|
||||||
|
Если опция
|
||||||
|
.I С учётом регистра
|
||||||
|
отключена, то регистр символов учитываться не будет.
|
||||||
.\"NODE "Internal File Viewer"
|
.\"NODE "Internal File Viewer"
|
||||||
.SH "Встроенная программа просмотра файлов"
|
.SH "Встроенная программа просмотра файлов"
|
||||||
Встроенная программа просмотра файлов имеет два режима просмотра: режим
|
Встроенная программа просмотра файлов имеет два режима просмотра: режим
|
||||||
@ -2816,10 +2889,9 @@ shell, возврат в программу просмотра по
|
|||||||
удаление, вырезание и вставка блоков текста; отмена предыдущих операций
|
удаление, вырезание и вставка блоков текста; отмена предыдущих операций
|
||||||
.I (key for key undo);
|
.I (key for key undo);
|
||||||
выпадающие меню; вставка файлов; макроопределения; поиск и замена по
|
выпадающие меню; вставка файлов; макроопределения; поиск и замена по
|
||||||
регулярным выражениям (а также собственный вариант операций поиска и
|
регулярным выражениям; выделение текста по комбинации клавиш
|
||||||
замены, основанный на функциях scanf-printf); выделение текста по
|
shift-стрелки в стиле MSW-MAC (только для linux-консоли);
|
||||||
комбинации клавиш 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
|
.PP
|
||||||
@ -2870,41 +2942,6 @@ pipe text blocks through shell commands like indent).
|
|||||||
.B .mc/cedit/edit.indent.rc
|
.B .mc/cedit/edit.indent.rc
|
||||||
в вашем домашнем каталоге.
|
в вашем домашнем каталоге.
|
||||||
.PP
|
.PP
|
||||||
Вы можете использовать функции поиска и замены scanf для поиска и замены
|
|
||||||
в соответствии с шаблонами формата языка C. Вначале посмотрите
|
|
||||||
man-страницы
|
|
||||||
.B sscanf
|
|
||||||
и
|
|
||||||
.BR sprintf ,
|
|
||||||
чтобы узнать, что такое шаблоны формата и как они работают. Приведем
|
|
||||||
пример: предположим, вы хотите заменить все вхождения блоков текста,
|
|
||||||
состоящих из открывающей скобки, трех разделенных запятыми чисел, и
|
|
||||||
закрывающей скобки, на блок, состоящий из слова
|
|
||||||
.IR apples ,
|
|
||||||
третьего числа исходного блока, слова
|
|
||||||
.I oranges
|
|
||||||
и потом второго числа из исходного блока. Тогда в диалоговом окне,
|
|
||||||
которое появится при вызове команды замены (F4), надо задать следующие
|
|
||||||
шаблоны:
|
|
||||||
.PP
|
|
||||||
.nf
|
|
||||||
Enter search string
|
|
||||||
(%d,%d,%d)
|
|
||||||
Enter replace string
|
|
||||||
apples %d oranges %d
|
|
||||||
Enter replacement argument order
|
|
||||||
3,2
|
|
||||||
.fi
|
|
||||||
.PP
|
|
||||||
Последняя из этих строк говорит, что третье и второе число должны быть
|
|
||||||
подставлены на места первого и второго аргументов.
|
|
||||||
.PP
|
|
||||||
Рекомендуется все же при осуществлении замены пользоваться опцией
|
|
||||||
"спрашивать подтверждение" ("Prompt on replace"), потому что программа
|
|
||||||
считает совпадениями все случаи, когда число аргументов совпадает с
|
|
||||||
заданным, хотя это не всегда означает полное совпадение. Scanf также не
|
|
||||||
обращает внимания на количество символов пробела.
|
|
||||||
.PP
|
|
||||||
Встроенный редактор обрабатывает символы из второй половины кодовой
|
Встроенный редактор обрабатывает символы из второй половины кодовой
|
||||||
таблицы (160+). Но когда редактируете бинарные файлы, лучше установить
|
таблицы (160+). Но когда редактируете бинарные файлы, лучше установить
|
||||||
опцию
|
опцию
|
||||||
|
@ -353,10 +353,21 @@ Chown (промена власника)
|
|||||||
текућег окна на ново текуће окно.
|
текућег окна на ново текуће окно.
|
||||||
.TP
|
.TP
|
||||||
.B Insert, C-t
|
.B Insert, C-t
|
||||||
да бисте означили датотеке можете користити тастер `Insert' (низ kich1
|
DEPRECATED! да бисте означили датотеке можете користити тастер `Insert' (низ kich1
|
||||||
из базе terminfo) или комбинацију C-t (Control-t). Да бисте одозначили
|
из базе terminfo) или комбинацију C-t (Control-t). Да бисте одозначили
|
||||||
датотеке, само поново означите означену датотеку.
|
датотеке, само поново означите означену датотеку.
|
||||||
.TP
|
.TP
|
||||||
|
.B Insert
|
||||||
|
to tag files you may use the Insert key (the kich1 terminfo sequence).
|
||||||
|
To untag files, just retag a tagged file.
|
||||||
|
.TP
|
||||||
|
.B C-t
|
||||||
|
to change charset of panel you may use C-t (Control-t).
|
||||||
|
Recoding is made from selected codepage into system codepage. To
|
||||||
|
cancel the recoding you may select "directory up" (..) in active panel.
|
||||||
|
To cancel the charsets in all directories, select "No translation " in
|
||||||
|
the dialog of encodings.
|
||||||
|
.TP
|
||||||
.B M-g, M-r, M-j
|
.B M-g, M-r, M-j
|
||||||
користе се за бирање највише датотеке у окну, средње датотеке и
|
користе се за бирање највише датотеке у окну, средње датотеке и
|
||||||
најниже, тим редом.
|
најниже, тим редом.
|
||||||
@ -396,9 +407,6 @@ C-s поново притисне, тражи се следеће поклапа
|
|||||||
.I Обрасци љуске
|
.I Обрасци љуске
|
||||||
искључени, онда се означавање датотека спроводи обичним регуларним
|
искључени, онда се означавање датотека спроводи обичним регуларним
|
||||||
изразима (погледајте ed (1)).
|
изразима (погледајте ed (1)).
|
||||||
.PP
|
|
||||||
Ако израз почиње или се завршава косом цртом (/), онда ће уместо
|
|
||||||
датотека бити изабрани директоријуми.
|
|
||||||
.TP
|
.TP
|
||||||
.B \\\\ (обрнута коса црта)
|
.B \\\\ (обрнута коса црта)
|
||||||
користите тастер `\\' да бисте одизабрали групу датотека. Ово је
|
користите тастер `\\' да бисте одизабрали групу датотека. Ово је
|
||||||
@ -981,9 +989,6 @@ half name | size:7 | type mode:3
|
|||||||
искључени, онда се означавање датотека обавља обичним регуларним
|
искључени, онда се означавање датотека обавља обичним регуларним
|
||||||
изразима (погледајте ed (1)).
|
изразима (погледајте ed (1)).
|
||||||
.PP
|
.PP
|
||||||
Да бисте означили директоријуме уместо датотека, израз мора почињати
|
|
||||||
или се завршавати знаком `/'.
|
|
||||||
.PP
|
|
||||||
.B Одизабери групу (\\\\)
|
.B Одизабери групу (\\\\)
|
||||||
.PP
|
.PP
|
||||||
Користи се за одбирање групе датотека. Ово је супротна наредба од
|
Користи се за одбирање групе датотека. Ово је супротна наредба од
|
||||||
@ -1569,7 +1574,7 @@ L Набраја садржај компримоване архиве врсте
|
|||||||
.PP
|
.PP
|
||||||
.I После ознаке иди доле.
|
.I После ознаке иди доле.
|
||||||
Ако је ово укључено, ред за бирање ће се померати надоле када означите
|
Ако је ово укључено, ред за бирање ће се померати надоле када означите
|
||||||
датотеку (било преко C-t или тастера `Insert').
|
датотеку (било тастера `Insert').
|
||||||
.PP
|
.PP
|
||||||
.I Падајући менији.
|
.I Падајући менији.
|
||||||
Ако је овај избор укључен, падајући менији биће отворени приликом
|
Ако је овај избор укључен, падајући менији биће отворени приликом
|
||||||
@ -2469,9 +2474,8 @@ if the
|
|||||||
Одлике које су тренутно подржане су: копирање, премештање, брисање,
|
Одлике које су тренутно подржане су: копирање, премештање, брисање,
|
||||||
исецање, лепљење блокова; опозив тастер-по-тастер; падајући менији;
|
исецање, лепљење блокова; опозив тастер-по-тастер; падајући менији;
|
||||||
уметање датотека; макронаредбе; претраживање и замена регуларним
|
уметање датотека; макронаредбе; претраживање и замена регуларним
|
||||||
изразима (и наша сопствена замена изразима за `scanf' и `printf');
|
изразима; означавање текста уз помоћ пречице shift-стрелица (уколико
|
||||||
означавање текста уз помоћ пречице shift-стрелица (уколико то подржава
|
то подржава терминал); смењивање уметања и преписивања текста; прелом редова;
|
||||||
терминал); смењивање уметања и преписивања текста; прелом редова;
|
|
||||||
самоувлачење; подесива величина табулатора; истицање синтаксе за разне
|
самоувлачење; подесива величина табулатора; истицање синтаксе за разне
|
||||||
врсте датотека и избор да се блокови текста прослеђују наредбама
|
врсте датотека и избор да се блокови текста прослеђују наредбама
|
||||||
љуске, као што су `indent' и `ispell'.
|
љуске, као што су `indent' и `ispell'.
|
||||||
@ -2522,41 +2526,6 @@ if the
|
|||||||
.B .mc/cedit/edit.indent.rc
|
.B .mc/cedit/edit.indent.rc
|
||||||
у вашем домаћем директоријуму први пут када је будете користили.
|
у вашем домаћем директоријуму први пут када је будете користили.
|
||||||
.PP
|
.PP
|
||||||
Можете да користите претрагу и замену изразима `scanf'-а да бисте
|
|
||||||
тражили и замењивали Цеове форматне ниске. Пре свега погледајте
|
|
||||||
странице упутства за функције
|
|
||||||
.B sscanf
|
|
||||||
и
|
|
||||||
.B sprintf
|
|
||||||
како бисте видели шта су форматне ниске и како оне раде. Погледајмо
|
|
||||||
следећи пример: Претпоставимо да желите да замените сва појављивања
|
|
||||||
отворене заграде, три броја раздвојена запетама, и затворене заграде,
|
|
||||||
речју
|
|
||||||
.IR јабуке ,
|
|
||||||
трећим бројем, речју
|
|
||||||
.I поморанџе
|
|
||||||
и другим бројем. Све што је потребно јесте да попуните дијалог Замени
|
|
||||||
на следећи начин:
|
|
||||||
.PP
|
|
||||||
.nf
|
|
||||||
Унесите ниску претраге:
|
|
||||||
(%d,%d,%d)
|
|
||||||
Унесите ниску замене:
|
|
||||||
јабуке %d поморанџе %d
|
|
||||||
Унесите редослед замене аргумената:
|
|
||||||
3,2
|
|
||||||
.fi
|
|
||||||
.PP
|
|
||||||
Последњи ред говори да би требало да се користе трећи, па други број
|
|
||||||
уместо први, па други.
|
|
||||||
.PP
|
|
||||||
Саветује се да се ова одлика користи са укљученим избором Потврда
|
|
||||||
замене, јер се сматра да је нађено задовољење чим се број нађених
|
|
||||||
аргумената поклопи са заданим бројем, а то није увек жељено
|
|
||||||
задовољење. `Scanf' такође сматра да су белине еластичне. Обратите
|
|
||||||
пажњу да је формат `%[' `scanf'-а веома користан за претраживање ниски
|
|
||||||
и белина.
|
|
||||||
.PP
|
|
||||||
Уређивач такође приказује неамеричке знаке (160 и више). При уређивању
|
Уређивач такође приказује неамеричке знаке (160 и више). При уређивању
|
||||||
бинарних датотека би требало да поставите
|
бинарних датотека би требало да поставите
|
||||||
.B битове приказа
|
.B битове приказа
|
||||||
|
@ -524,7 +524,7 @@ select_unselect_cmd (const char *title, const char *history_name, gboolean do_se
|
|||||||
};
|
};
|
||||||
|
|
||||||
QuickDialog quick_dlg = {
|
QuickDialog quick_dlg = {
|
||||||
DX, DY, -1, -1, title, "[Select/Uselect Files]", quick_widgets, 0
|
DX, DY, -1, -1, title, "[Select/Unselect Files]", quick_widgets, 0
|
||||||
};
|
};
|
||||||
|
|
||||||
if (quick_dialog (&quick_dlg) == B_CANCEL)
|
if (quick_dialog (&quick_dlg) == B_CANCEL)
|
||||||
|
Loading…
Reference in New Issue
Block a user