diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-28 09:21:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-28 09:21:25 +0000 |
commit | 73bc0390dc3765601b3e0a9697c91e161d9aa07c (patch) | |
tree | b7fadc92d299da2a0c66720cfbfc327161d3d07b /editors/Makefile | |
parent | 31632f816d426a3baed95028ac30ce25d53405b8 (diff) |
y is a multi-windowed console text editor, primarly intended for program-
mers and system administrators.
y main features is:
- multi-windows interface with up and down menu lines
- Operable window list
- Copy/paste between windows
- Inter-windows search and replace
- Help window with ablility to browse manual pages and info files
- Internal terminal window
- Internal GDB interface with ability to set up breakpoints
inside text window
- Status saving - you can load 20 files from your program project
by one click
- C-style Syntax highlight
Rashid N. Achilov (citycat4@ngs.ru)
PR: ports/110836
Submitted by: Rashid N. Achilov <citycat4 at ngs.ru>
Notes
Notes:
svn path=/head/; revision=188645
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index f519ce1c0d7f..33cbd0e8ad88 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -195,6 +195,7 @@ SUBDIR += xvile SUBDIR += xxe SUBDIR += yudit + SUBDIR += yui SUBDIR += zed SUBDIR += zile SUBDIR += zim |