triptico.com: Angel Ortega's Site

Minimum Profit

A text editor for programmers

Latest version is 5.1.2. Minimum Profit Release Notes.

This software is licensed under the GPL.

Features

  • Fully scriptable using a C-like scripting language.
  • Unlimited undo levels.
  • Complete Unicode support.
  • 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, 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, KDE4, GTK+, MS Windows.
  • Automatic indentation, word wrapping, internal grep, learning / repeating functions.
  • Spellchecking support (via the ispell package).
  • Multilingual.
  • Password-protected, encrypted text files (using the ARCFOUR algorithm).
  • It helps you abandon vi, emacs and other six-legged freaks definitely.

Online documentation

Mailing list

You can subscribe to the Minimum Profit mailing list by writing to mp-subscribe@lists.triptico.com , where you can write your suggestions and be informed about new releases.

There is also an archive of the mailing list.

Screenshots

Downloads

Source tarballs

http://triptico.com/download/mp-5.1.2.tar.gz - [GPG Signature]

Signed files can be tested using my GPG key.

MS Windows binaries

http://triptico.com/download/mp-5.1.2.exe - [GPG Signature]

Git repositories

	git-clone http://git.triptico.com/mpdm
	git-clone http://git.triptico.com/mpsl
	git-clone http://git.triptico.com/mp-5.x

If you download the sources this way, you'll also need Grutatxt and mp_doccer to build the documentation, GNU Flex and Yacc or Bison.

History