summaryrefslogtreecommitdiffstats
path: root/rules/jed.in
blob: d981a907fd29043ad024e744dcd7a65aa0b4c42d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## SECTION=editors
config JED
	tristate
	select SLANG
	select LIBC_UTIL
	prompt "jed"
	help
	  JED - An editor for programmers

 	  Jed offers:
	  Extensible in a language resembling C. Completely customizable.
	  Capable of read GNU info files from within JED's info browser.
	  A variety of programming modes (with syntax highlighting) are
	  available including Pascal, Java, Perl, C, C++, FORTRAN, TeX,
	  HTML,	SH, IDL, DCL, NROFF, PostScript, Basic. Folding support.
	  Edit TeX files with AUC-TeX style editing (BiBTeX support too).
	  Rectangular cut/paste; regular expressions; incremental searches;
	  search replace across multiple files; multiple windows; multiple
	  buffers; shell modes; directory editor (dired); mail; rmail;
	  ispell; and much more.