mcedit.1.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  1. .TH MCEDIT 1 "August 2009" "MC Version 4.7.0\-pre1" "GNU Midnight Commander"
  2. .SH NAME
  3. mcedit \- Internal file editor of GNU Midnight Commander.
  4. .SH USAGE
  5. .B mcedit
  6. [\-bcCdfhstVx?] [+lineno] file
  7. .PP
  8. .B mcedit
  9. [\-bcCdfhstVx?] file:lineno[:]
  10. .SH DESCRIPTION
  11. .LP
  12. mcedit is a link to
  13. .BR mc ,
  14. the main GNU Midnight Commander executable. Executing GNU Midnight
  15. Commander under this name requests staring the internal editor and
  16. opening the
  17. .I file
  18. specified on the command line. The editor is based on the terminal
  19. version of
  20. .B cooledit
  21. \- standalone editor for X Window System.
  22. .SH OPTIONS
  23. .TP
  24. .I "+lineno"
  25. Go to the line specified by number (do not put a space between the
  26. .I "+"
  27. sign and the number).
  28. .TP
  29. .I "\-b"
  30. Force black and white display.
  31. .TP
  32. .I "\-c"
  33. Force ANSI color mode on terminals that don't seem to have color
  34. support.
  35. .TP
  36. .I "\-C <keyword>=<FGcolor>,<BGcolor>:<keyword>= ..."
  37. Specify a different color set. See the
  38. .B Colors
  39. section in mc(1) for more information.
  40. .TP
  41. .I "\-d"
  42. Disable mouse support.
  43. .TP
  44. .I "\-f"
  45. Display the compiled\-in search path for GNU Midnight Commander data
  46. files.
  47. .TP
  48. .I "\-t"
  49. Force using termcap database instead of terminfo. This option is only
  50. applicable if GNU Midnight Commander was compiled with S\-Lang library
  51. with terminfo support.
  52. .TP
  53. .I "\-V"
  54. Display the version of the program.
  55. .TP
  56. .I "\-x"
  57. Force xterm mode. Used when running on xterm\-capable terminals (two
  58. screen modes, and able to send mouse escape sequences).
  59. .SH FEATURES
  60. The internal file editor is a full\-featured full screen editor. It can
  61. edit files up to 64 megabytes. It is possible to edit binary files.
  62. The features it presently supports are: block copy, move, delete, cut,
  63. paste; key for key undo; pull\-down menus; file insertion; macro
  64. commands; regular expression search and replace (and our own
  65. scanf\-printf search and replace); shift\-arrow text highlighting (if
  66. supported by the terminal); insert\-overwrite toggle; word wrap;
  67. autoindent; tunable tab size; syntax highlighting for various file
  68. types; and an option to pipe text blocks through shell commands like
  69. indent and ispell.
  70. .SH KEYS
  71. The editor is easy to use and can be used without learning. The
  72. pull\-down menu is invoked by pressing F9. You can learn other keys from
  73. the menu and from the button bar labels.
  74. .PP
  75. In addition to that, Shift combined with arrows does text highlighting
  76. (if supported by the terminal):
  77. .B Ctrl\-Ins
  78. copies to the file
  79. .BR ~/.mc/cedit/cooledit.clip ,
  80. .B Shift\-Ins
  81. pastes from
  82. .BR ~/.mc/cedit/cooledit.clip ,
  83. .B Shift\-Del
  84. cuts to
  85. .BR ~/.mc/cedit/cooledit.clip ,
  86. and
  87. .B Ctrl\-Del
  88. deletes highlighted text. Mouse highlighting also works on some
  89. terminals. To use the standard mouse support provided by your terminal,
  90. hold the Shift key. Please note that the mouse support in the terminal
  91. doesn't share the clipboard with
  92. .BR mcedit .
  93. .PP
  94. The completion key (usually
  95. .B "Meta\-Tab"
  96. or
  97. .BR "Escape Tab" )
  98. completes the word under the cursor using the words used earlier in the
  99. file.
  100. .PP
  101. To define a macro, press
  102. .B Ctrl\-R
  103. and then type out the keys you want to be executed. Press
  104. .B Ctrl\-R
  105. again when finished. You can then assign the macro to any key you like
  106. by pressing that key. The macro is executed when you press
  107. .B Ctrl\-A
  108. and then the assigned key. The macro is also executed if you press
  109. Meta, Ctrl, or Esc and the assigned key, provided that the key is not
  110. used for any other function. The macro commands are stored in the file
  111. .BR ~/.mc/cedit/cooledit.macros .
  112. Do NOT edit this file if you are going to use macros again in the same
  113. editing session, because
  114. .B mcedit
  115. caches macro key defines in memory.
  116. .B mcedit
  117. now overwrites a macro if a macro with the same key already exists,
  118. so you won't have to edit this file. You will also have to restart
  119. other running editors for macros to take effect.
  120. .P
  121. .B F19
  122. will format C, C++, Java or HTML code when it is highlighted. An executable
  123. file called
  124. .B ~/.mc/cedit/edit.indent.rc
  125. will be created for you from the default template. Feel free to edit it
  126. if you need.
  127. .PP
  128. .B C\-p
  129. will run ispell on a block of text in a similar way. The script file
  130. will be called
  131. .BR ~/.mc/cedit/edit.spell.rc .
  132. .PP
  133. If some keys don't work, you can use
  134. .B Learn Keys
  135. in the
  136. .B Options
  137. menu.
  138. .SH CODE NAVIGATION
  139. .B mcedit
  140. can be used to navigation through code with tags files created by etags
  141. or ctags commands. If there is no file TAGS code navigation would not work.
  142. In example, in case of exuberant\-ctags for C language command will be:
  143. .PP
  144. ctags \-e \-\-language\-force=C \-R ./
  145. .PP
  146. .B Meta\-Enter
  147. show list box to select item under cursor (cusor should stand at end of
  148. word).
  149. .PP
  150. .B Meta\-Minus
  151. where minus is symbol "\-" go to previous function in navigation list (like a browser
  152. Back).
  153. .PP
  154. .B Meta\-Equal
  155. where equal is symbol "=" go to next function in navigation list (like a browser
  156. Forward).
  157. .PP
  158. .SH SYNTAX HIGHLIGHTING
  159. .B mcedit
  160. supports syntax highlighting. This means that keywords and contexts
  161. (like C comments, string constants, etc) are highlighted in different
  162. colors. The following section explains the format of the file
  163. .BR ~/.mc/cedit/Syntax .
  164. If this file is missing, system\-wide
  165. .B @prefix@/share/mc/syntax/Syntax
  166. is used.
  167. The file
  168. .B ~/.mc/cedit/Syntax
  169. is rescanned on opening of a any new editor file. The file contains
  170. rules for highlighting, each of which is given on a separate line, and
  171. define which keywords will be highlighted to what color.
  172. .PP
  173. The file is divided into sections, each beginning with a line with the
  174. .B file
  175. command. The sections are normally put into separate files using the
  176. .B include
  177. command.
  178. .PP
  179. The
  180. .B file
  181. command has three arguments. The first argument is a regular expression
  182. that is applied to the file name to determine if the following section
  183. applies to the file. The second argument is the description of the file
  184. type. It is used in
  185. .BR cooledit ;
  186. future versions of
  187. .B mcedit
  188. may use it as well. The third optional argument is a regular expression
  189. to match the first line of text of the file. The rules in the following
  190. section apply if either the file name or the first line of text matches.
  191. .PP
  192. A section ends with the start of another section. Each section is
  193. divided into contexts, and each context contains rules. A context is a
  194. scope within the text that a particular set of rules belongs to. For
  195. instance, the text within a C style comment (i.e. between
  196. .B /*
  197. and
  198. .BR */ )
  199. has its own color. This is a context, although it has no further rules
  200. inside it because there is probably nothing that we want highlighted
  201. within a C comment.
  202. .PP
  203. A trivial C programming section might look like this:
  204. .PP
  205. .nf
  206. file .\\*\\\\.c C\\sProgram\\sFile (#include|/\\\\\\*)
  207. wholechars abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_
  208. # default colors
  209. define comment brown
  210. context default
  211. keyword whole if yellow
  212. keyword whole else yellow
  213. keyword whole for yellow
  214. keyword whole while yellow
  215. keyword whole do yellow
  216. keyword whole switch yellow
  217. keyword whole case yellow
  218. keyword whole static yellow
  219. keyword whole extern yellow
  220. keyword { brightcyan
  221. keyword } brightcyan
  222. keyword '*' green
  223. # C comments
  224. context /\\* \\*/ comment
  225. # C preprocessor directives
  226. context linestart # \\n red
  227. keyword \\\\\\n brightred
  228. # C string constants
  229. context " " green
  230. keyword %d brightgreen
  231. keyword %s brightgreen
  232. keyword %c brightgreen
  233. keyword \\\\" brightgreen
  234. .fi
  235. .PP
  236. Each context starts with a line of the form:
  237. .PP
  238. .B context
  239. .RB [ exclusive ]
  240. .RB [ whole | wholeright | wholeleft ]
  241. .RB [ linestart ]
  242. .I delim
  243. .RB [ linestart ]
  244. .I delim
  245. .RI [ foreground ]
  246. .RI [ background ]
  247. .PP
  248. The first context is an exception. It must start with the command
  249. .PP
  250. .B context default
  251. .RI [ foreground ]
  252. .RI [ background ]
  253. .PP
  254. otherwise
  255. .B mcedit
  256. will report an error. The
  257. .B linestart
  258. option specifies that
  259. .I delim
  260. must start at the beginning of a line. The
  261. .B whole
  262. option tells that
  263. .I delim
  264. must be a whole word. To specify that a word must begin on the word
  265. boundary only on the left side, you can use the
  266. .B wholeleft
  267. option, and similarly a word that must end on the word boundary is specified by
  268. .BR wholeright .
  269. .PP
  270. The set of characters that constitute a whole word can be changed at any
  271. point in the file with the
  272. .B wholechars
  273. command. The left and right set of characters can be set separately
  274. with
  275. .PP
  276. .B wholechars
  277. .RB [ left | right ]
  278. .I characters
  279. .PP
  280. The
  281. .B exclusive
  282. option causes the text between the delimiters to be highlighted, but not
  283. the delimiters themselves.
  284. .PP
  285. Each rule is a line of the form:
  286. .PP
  287. .B keyword
  288. .RB [ whole | wholeright | wholeleft ]
  289. .RB [ linestart ]
  290. .I string foreground
  291. .RI [ background ]
  292. .PP
  293. Context or keyword strings are interpreted, so that you can include tabs
  294. and spaces with the sequences \\t and \\s. Newlines and backslashes are
  295. specified with \\n and \\\\ respectively. Since whitespace is used as a
  296. separator, it may not be used as is. Also, \\* must be used to specify
  297. an asterisk. The * itself is a wildcard that matches any length of
  298. characters. For example,
  299. .PP
  300. .nf
  301. keyword '*' green
  302. .fi
  303. .PP
  304. colors all C single character constants green. You also could use
  305. .PP
  306. .nf
  307. keyword "*" green
  308. .fi
  309. .PP
  310. to color string constants, but the matched string would not be allowed
  311. to span across multiple newlines. The wildcard may be used within
  312. context delimiters as well, but you cannot have a wildcard as the last
  313. or first character.
  314. .PP
  315. Important to note is the line
  316. .PP
  317. .nf
  318. keyword \\\\\\n brightgreen
  319. .fi
  320. .PP
  321. This line defines a keyword containing the backslash and newline
  322. characters. Since the keywords are matched before the context
  323. delimiters, this keyword prevents the context from ending at the end of
  324. the lines that end in a backslash, thus allowing C preprocessor
  325. directive to continue across multiple lines.
  326. .PP
  327. The possible colors are: black, gray, red, brightred, green,
  328. brightgreen, brown, yellow, blue, brightblue, magenta, brightmagenta,
  329. cyan, brightcyan, lightgray and white. If the syntax file is shared
  330. with
  331. .BR cooledit ,
  332. it is possible to specify different colors for
  333. .B mcedit
  334. and
  335. .B cooledit
  336. by separating them with a slash, e.g.
  337. .PP
  338. .nf
  339. keyword #include red/Orange
  340. .fi
  341. .PP
  342. .B mcedit
  343. uses the color before the slash. See cooledit(1) for supported
  344. .B cooledit
  345. colors.
  346. .PP
  347. Comments may be put on a separate line starting with the hash sign (#).
  348. .PP
  349. Because of the simplicity of the implementation, there are a few
  350. intricacies that will not be dealt with correctly but these are a minor
  351. irritation. On the whole, a broad spectrum of quite complicated
  352. situations are handled with these simple rules. It is a good idea to
  353. take a look at the syntax file to see some of the nifty tricks you can
  354. do with a little imagination. If you cannot get by with the rules I
  355. have coded, and you think you have a rule that would be useful, please
  356. email me with your request. However, do not ask for regular expression
  357. support, because this is flatly impossible.
  358. .PP
  359. A useful hint is to work with as much as possible with the things you
  360. can do rather than try to do things that this implementation cannot deal
  361. with. Also remember that the aim of syntax highlighting is to make
  362. programming less prone to error, not to make code look pretty.
  363. .SH COLORS
  364. The default colors may be changed by appending to the
  365. .B MC_COLOR_TABLE
  366. environment variable. Foreground and background colors pairs may be
  367. specified for example with:
  368. .PP
  369. .nf
  370. MC_COLOR_TABLE="$MC_COLOR_TABLE:\\
  371. editnormal=lightgray,black:\\
  372. editbold=yellow,black:\\
  373. editmarked=black,cyan"
  374. .fi
  375. .SH OPTIONS
  376. Most options can now be set from the editors options dialog box. See
  377. the
  378. .B Options
  379. menu. The following options are defined in
  380. .B ~/.mc/ini
  381. and have obvious counterparts in the dialog box. You can modify them to
  382. change the editor behavior, by editing the file. Unless specified, a 1
  383. sets the option to on, and a 0 sets it to off, as is usual.
  384. .TP
  385. .I use_internal_edit
  386. This option is ignored when invoking
  387. .BR mcedit .
  388. .TP
  389. .I editor_tab_spacing
  390. Interpret the tab character as being of this length.
  391. Default is 8. You should avoid using
  392. other than 8 since most other editors and text viewers
  393. assume a tab spacing of 8. Use
  394. .B editor_fake_half_tabs
  395. to simulate a smaller tab spacing.
  396. .TP
  397. .I editor_fill_tabs_with_spaces
  398. Never insert a tab space. Rather insert spaces (ascii 20h) to fill to the
  399. desired tab size.
  400. .TP
  401. .I editor_return_does_auto_indent
  402. Pressing return will tab across to match the indentation
  403. of the first line above that has text on it.
  404. .TP
  405. .I editor_backspace_through_tabs
  406. Make a single backspace delete all the space to the left
  407. margin if there is no text between the cursor and the left
  408. margin.
  409. .TP
  410. .I editor_fake_half_tabs
  411. This will emulate a half tab for those who want to program
  412. with a tab spacing of 4, but do not want the tab size changed
  413. from 8 (so that the code will be formatted the same when displayed
  414. by other programs). When editing between text and the left
  415. margin, moving and tabbing will be as though a tab space were
  416. 4, while actually using spaces and normal tabs for an optimal fill.
  417. When editing anywhere else, a normal tab is inserted.
  418. .TP
  419. .I editor_option_save_mode
  420. Possible values 0, 1 and 2. The save mode (see the options menu also)
  421. allows you to change the method of saving a file. Quick save (0) saves
  422. the file by immediately, truncating the disk file to zero length (i.e.
  423. erasing it) and the writing the editor contents to the file. This
  424. method is fast, but dangerous, since a system error during a file save
  425. will leave the file only partially written, possibly rendering the data
  426. irretrievable. When saving, the safe save (1) option enables creation
  427. of a temporary file into which the file contents are first written. In
  428. the event of an problem, the original file is untouched. When the
  429. temporary file is successfully written, it is renamed to the name of the
  430. original file, thus replacing it. The safest method is create backups
  431. (2). Where a backup file is created before any changes are made. You
  432. can specify your own backup file extension in the dialog. Note that
  433. saving twice will replace your backup as well as your original file.
  434. .TP
  435. .I editor_word_wrap_line_length
  436. line length to wrap. 72 default.
  437. .TP
  438. .I editor_backup_extension
  439. symbol for add extension to name of backup files. Default "~".
  440. .TP
  441. .I editor_line_state
  442. show state line of editor now it show number of file line (in future it
  443. can show things like folding, breakpoints, etc.). M\-n toglle this option.
  444. .TP
  445. .I editor_visible_spaces
  446. Toggle show visible trailing spaces (TWS), if editor_visible_spaces=1 TWS
  447. showed as '.'
  448. .TP
  449. .I editor_visible_tabs
  450. Toggle show visible tabs, if editor_visible_tabs=1 tabs showed as '<\-\-\-\->'
  451. .TP
  452. .I editor_persistent_selections
  453. Do not remove block selection after moving the cursor.
  454. .TP
  455. .I editor_cursor_beyond_eol
  456. Allow moving cursor beyond the end of line.
  457. .TP
  458. .I editor_syntax_highlighting
  459. enable syntax highlighting.
  460. .TP
  461. .I editor_edit_confirm_save
  462. show confirm dialog on save.
  463. .TP
  464. .I editor_option_typewriter_wrap
  465. to be described
  466. .TP
  467. .I editor_option_auto_para_formatting
  468. to be described
  469. .TP
  470. .I editor_option_save_position
  471. save file position on exit.
  472. .TP
  473. .I source_codepage
  474. symbol representation of codepage name for file (i.e. CP1251, ~ \- default).
  475. .TP
  476. .I editor_wordcompletion_collect_entire_file
  477. Search autocomplete candidates in entire of file or just from
  478. begin of file to cursor position (0)
  479. .SH MISCELLANEOUS
  480. You can use scanf search and replace to search and replace a C format
  481. string. First take a look at the
  482. .B sscanf
  483. and
  484. .B sprintf
  485. man pages to see what a format string is and how it works. Here's an
  486. example: suppose that you want to replace all occurrences of an open
  487. bracket, three comma separated numbers, and a close bracket, with the
  488. word
  489. .IR apples ,
  490. the third number, the word
  491. .I oranges
  492. and then the second number. You would fill in the Replace dialog box as
  493. follows:
  494. .PP
  495. .nf
  496. .B Enter search string
  497. (%d,%d,%d)
  498. .B Enter replace string
  499. apples %d oranges %d
  500. .B Enter replacement argument order
  501. 3,2
  502. .fi
  503. .PP
  504. The last line specifies that the third and then the second number are to
  505. be used in place of the first and second.
  506. .PP
  507. It is advisable to use this feature with Prompt On Replace on, because a
  508. match is thought to be found whenever the number of arguments found
  509. matches the number given, which is not always a real match. Scanf also
  510. treats whitespace as being elastic. Note that the scanf format %[ is
  511. very useful for scanning strings, and whitespace.
  512. .PP
  513. The editor also displays non\-us characters (160+). When editing
  514. binary files, you should set
  515. .B display bits
  516. to 7 bits in the Midnight Commander options menu to keep the spacing
  517. clean.
  518. .SH FILES
  519. .I @prefix@/share/mc/mc.hlp
  520. .IP
  521. The help file for the program.
  522. .PP
  523. .I @prefix@/share/mc/mc.ini
  524. .IP
  525. The default system\-wide setup for GNU Midnight Commander, used only if
  526. the user's own ~/.mc/ini file is missing.
  527. .PP
  528. .I @prefix@/share/mc/mc.lib
  529. .IP
  530. Global settings for the Midnight Commander. Settings in this file
  531. affect all users, whether they have ~/.mc/ini or not.
  532. .PP
  533. .I @prefix@/share/mc/syntax/*
  534. .IP
  535. The default system\-wide syntax files for mcedit, used only if
  536. the corresponding user's own ~/.mc/cedit/ file is missing.
  537. .PP
  538. .I $HOME/.mc/ini
  539. .IP
  540. User's own setup. If this file is present then the setup is loaded
  541. from here instead of the system\-wide setup file.
  542. .PP
  543. .I $HOME/.mc/cedit/
  544. .IP
  545. User's own directory where block commands are processed and saved and
  546. user's own syntax files are located.
  547. .SH LICENSE
  548. This program is distributed under the terms of the GNU General Public
  549. License as published by the Free Software Foundation. See the built\-in
  550. help of the Midnight Commander for details on the License and the lack
  551. of warranty.
  552. .SH AVAILABILITY
  553. The latest version of this program can be found at
  554. http://midnight\-commander.org/.
  555. .SH SEE ALSO
  556. cooledit(1), mc(1), gpm(1), terminfo(1), scanf(3).
  557. .SH AUTHORS
  558. Paul Sheer (psheer@obsidian.co.za) is the original author of
  559. the Midnight Commander's internal editor.
  560. .SH BUGS
  561. Bugs should be reported to mc\-devel@gnome.org