Changed MPSL sections to be the same as in C.
[mp-5.x.git] / README
blobf3371bf8847d3c07ef803ee9d6c77c8b1f423cc4
1 Minimum Profit README
2 =====================
4  Minimum Profit - Programmer Text Editor
5  Copyright (C) 1991-2010 Angel Ortega <angel@triptico.com>
6  Home Page: http://triptico.com/software/mp.html
7  Mailing List: mp-subscribe@lists.triptico.com
9 Minimum Profit (mp) is a text editor for programmers. Among its features
10 are the following:
12  - Fully scriptable using a C-like scripting language.
13  - Unlimited undo levels.
14  - Complete Unicode support.
15  - Multiple files can be edited at the same time and blocks copied
16    and pasted among them.
17  - Syntax highlighting for many popular languages / file formats: C, C++,
18    Perl, Shell Scripts, Ruby, Php, Python, HTML...
19  - Creative use of tags: tags created by the external utility _ctags_
20    are used to move instantaneously to functions or variables inside
21    your current source tree. Tags are visually highlighted (underlined),
22    and symbol completion can be triggered to avoid typing your own function
23    names over and over.
24  - Intelligent help system: pressing F1 over any word of a text being edited
25    triggers the underlying system help (calling _man_ when editing C or Shell
26    files, _perldoc_ with Perl, _ri_ on Ruby, _winhelp_ on MS Windows...).
27  - Understandable interface: drop-down menus, reasonable default key bindings.
28  - Configurable keys, menus and colors.
29  - Text templates can be easily defined / accessed.
30  - Multiplatform: Console/curses, Qt4, GTK+, KDE4, MS Windows.
31  - Automatic indentation, word wrapping, internal _grep_, learning /
32    repeating functions.
33  - Spellchecking support (via the ispell package).
34  - Multilingual.
35  - Password-protected, encrypted text files (using the ARCFOUR algorithm).
36  - It helps you abandon vi, emacs and other six-legged freaks definitely.
38 Compiling & Installing from source
39 ----------------------------------
41          $ ./config.sh
42          $ make
43          # make install
45 See the included documentation for more information.
47 ---
48 Angel Ortega <angel@triptico.com>