diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-28 17:21:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-28 17:21:25 +0800 |
commit | 67d9f5c881aee8d7bd7cb7c1e7466cae90a79fd6 (patch) | |
tree | 85359dd318d83dd7b62056340eeeb896183b8d80 /editors/Makefile | |
parent | cf3c612095b1f1813f4168b8ad44b425a2cef61b (diff) | |
download | freebsd-ports-gnome-67d9f5c881aee8d7bd7cb7c1e7466cae90a79fd6.tar.gz freebsd-ports-gnome-67d9f5c881aee8d7bd7cb7c1e7466cae90a79fd6.tar.zst freebsd-ports-gnome-67d9f5c881aee8d7bd7cb7c1e7466cae90a79fd6.zip |
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>
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 |