wok diff mp/description.txt @ rev 24920

updated mp (5.2.10 -> 5.58)
author Hans-G?nter Theisgen
date Sun Apr 10 07:48:27 2022 +0100 (2022-04-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mp/description.txt	Sun Apr 10 07:48:27 2022 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +A text editor for programmers including the following features:
     1.5 +
     1.6 +Fully scriptable using a C-like scripting language.
     1.7 +Unlimited undo levels.
     1.8 +Complete Unicode support.
     1.9 +Multiple files can be edited at the same time and blocks copied
    1.10 +  and pasted among them.
    1.11 +Syntax highlighting for many popular languages and file formats:
    1.12 +  C, C++, Perl, Shell Scripts, Ruby, Php, Python, HTML...
    1.13 +Creative use of tags: tags created by the external utility ctags
    1.14 +  are used to move instantaneously to functions or variables
    1.15 +  inside your current source tree. Tags are visually highlighted
    1.16 +  (underlined), and symbol completion can be triggered to avoid
    1.17 +  typing your own function names over and over.
    1.18 +Intelligent help system: pressing F1 over any word of a text
    1.19 +  being edited triggers the underlying system help (calling man
    1.20 +  when editing C or Shell files, perldoc with Perl, ri on Ruby...).
    1.21 +Understandable interface: drop-down menus, reasonable default
    1.22 +  key bindings.
    1.23 +Configurable keys, menus and colors.
    1.24 +Text templates can be easily defined and accessed.
    1.25 +Multiplatform: Unix/Linux ANSI and Curses, Qt4/Qt5, GTK+, KDE4,
    1.26 +  MS Windows (both windowed and console).
    1.27 +Automatic indentation, word wrapping, internal grep, learning and
    1.28 +  repeating functions.
    1.29 +Spellchecking support (via the ispell package).
    1.30 +Multilingual.
    1.31 +Password-protected, encrypted text files (using the ARCFOUR
    1.32 +  algorithm).
    1.33 +It helps you abandon vi, emacs and other six-legged freaks
    1.34 +  definitely.