ne (text editor)
{{Short description|Text editor for POSIX operating systems}}
{{Dablink|Not to be confused with Norton Editor, see Peter Norton Computing}}
{{primary sources|date=June 2015}}
{{lowercase title}}
{{Infobox software
| name = ne
| screenshot = Screenshot of ne (the nice editor) running under Mac OS X.png
| caption =
| developer = Sebastiano Vigna, Todd Lewis
| released = {{Start date and age|1993}}
| programming language = C
| genre = Text editor
| license = GPL-3.0-or-later
| website = {{Official URL}}
| latest release version = {{wikidata|property|edit|reference|P348}}
| latest release date = {{start date and age|{{wikidata|qualifier|P348|P577}}}}
| operating_system = POSIX/Unix/Linux
}}
ne (for "nice editor") is a console text editor for POSIX computer operating systems such as Linux or Mac OS X. It uses the terminfo library, but it can also be compiled using a bundled copy of the GNU termcap implementation. There is also a Cygwin version. It was developed by Sebastiano Vigna of the University of Milan.
ne is intended to provide an alternative to vi that will be more familiar to beginners [http://www.tuxarena.com/2011/06/20-text-editors-for-linux-overview-screenshots/] and modern users and still be portable across all POSIX-compliant operating systems, and remain usable on slow remote connections. It uses GUI-derived keyboard shortcuts such as {{keypress|Ctrl|Q}} to quit and {{keypress|Ctrl|O}} to open a file instead of the multi-mode command structure of vi. It supports many features common in advanced text editors, such as syntax highlighting, regular expressions, configurable menus and keybindings and autocomplete. ne can pipe a marked block of text through any command line filter using the Through
command bound to {{keypress|Meta|T}} by default.[https://web.archive.org/web/20130218092528/http://ne.dsi.unimi.it/docs/More-Advanced-Features.html#More-Advanced-Features] ne has some support for UTF-8 encoding[https://github.com/vigna/ne/issues/29] and is 8-bit clean.
ne was originally developed on an Amiga 3000T[https://web.archive.org/web/20130218021318/http://ne.dsi.unimi.it/docs/History.html#History] using the curses library and was inspired by that platform's TurboText editor, which was written by Martin Taillefer. Development then moved to Linux in order to take advantage of the terminfo library. Todd Lewis joined the development team, donating code he wrote to add features required at the University of North Carolina at Chapel Hill, which implemented ne as part of their migration of their research computers from MVS to UNIX.[https://web.archive.org/web/20130218021318/http://ne.dsi.unimi.it/docs/History.html#History]. Daniele Filaretti helped with syntax highlighting using code derived from the Joe editor.[https://web.archive.org/web/20130218021318/http://ne.dsi.unimi.it/docs/History.html#History]
Version 2.6 adds narrowing for the file open screen, adds status indicators in the open documents list and improves syntax highlighting. Version 3.1.0 is fully 64-bit: file size and line length are limited only by the core memory and disk space available, as large files are memory mapped transparently.
Linux Voice has rated ne as the third best editor for Linux.{{cite web|url=http://www.linuxvoice.com/issues/006/foss6.pdf|title=Linux Voice issue 6|quote=As decade-long Linux geeks we always recommend mastering Vim or Emacs, but we understand that some people simply don’t get along with the modal editing or key combinations of those editors. So NE has become our number 3 recommendation now...}}
See also
{{Portal|Free and open-source software}}
References
{{Reflist}}
External links
- {{Official website}}
{{DEFAULTSORT:Ne (Text Editor)}}
Category:Free software programmed in C
Category:Software using the GNU General Public License
{{Unix-stub}}