mped

Minimum profit, a programmer's text editor
  http://triptico.com/software/mp.html
  0
  no reviews



Minimum profit is a curses/gtk text editor for programmers. some of the highlights include:
* multiple files can be edited at the same time and blocks copied
and pasted among them.
* syntax highlighting for many popular languages / file formats: c, c++,
perl, shell scripts, ruby, php, sql, python, html...
* creative use of tags: tags created by the external utility _ctags_
are used to move instantaneously to functions or variables inside
your current source tree. tags are visually highlighted (underlined),
and symbol completion can be triggered to avoid typing your own function
names over and over.
* intelligent help system: pressing f1 over any word of a text being edited
triggers the underlying system help (calling _man_ when editing c or shell
files, _perldoc_ with perl, _ri_ on ruby, _winhelp_ on ms windows...).
* understandable interface: drop-down menus, reasonable default key bindings.
* configurable keys, menus and colors.
* text templates can be easily defined / accessed.
* multiplatform: console/curses, gtk+ (1.2 and 2.0), ms windows.
* automatic indentation, word wrapping, internal _grep_, learning /
repeating functions.
* search and replace using plain text or regular expressions (including
a special function to replace text on all open files).
* small memory footprint.
* multilingual.
* password-protected, encrypted text files (using the arcfour algorithm).
* it helps you abandon vi, emacs and other six-legged freaks definitely.
* awesome easter egg.