wok annotate 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
rev   line source
Hans-G?nter@24920 1 A text editor for programmers including the following features:
Hans-G?nter@24920 2
Hans-G?nter@24920 3 Fully scriptable using a C-like scripting language.
Hans-G?nter@24920 4 Unlimited undo levels.
Hans-G?nter@24920 5 Complete Unicode support.
Hans-G?nter@24920 6 Multiple files can be edited at the same time and blocks copied
Hans-G?nter@24920 7 and pasted among them.
Hans-G?nter@24920 8 Syntax highlighting for many popular languages and file formats:
Hans-G?nter@24920 9 C, C++, Perl, Shell Scripts, Ruby, Php, Python, HTML...
Hans-G?nter@24920 10 Creative use of tags: tags created by the external utility ctags
Hans-G?nter@24920 11 are used to move instantaneously to functions or variables
Hans-G?nter@24920 12 inside your current source tree. Tags are visually highlighted
Hans-G?nter@24920 13 (underlined), and symbol completion can be triggered to avoid
Hans-G?nter@24920 14 typing your own function names over and over.
Hans-G?nter@24920 15 Intelligent help system: pressing F1 over any word of a text
Hans-G?nter@24920 16 being edited triggers the underlying system help (calling man
Hans-G?nter@24920 17 when editing C or Shell files, perldoc with Perl, ri on Ruby...).
Hans-G?nter@24920 18 Understandable interface: drop-down menus, reasonable default
Hans-G?nter@24920 19 key bindings.
Hans-G?nter@24920 20 Configurable keys, menus and colors.
Hans-G?nter@24920 21 Text templates can be easily defined and accessed.
Hans-G?nter@24920 22 Multiplatform: Unix/Linux ANSI and Curses, Qt4/Qt5, GTK+, KDE4,
Hans-G?nter@24920 23 MS Windows (both windowed and console).
Hans-G?nter@24920 24 Automatic indentation, word wrapping, internal grep, learning and
Hans-G?nter@24920 25 repeating functions.
Hans-G?nter@24920 26 Spellchecking support (via the ispell package).
Hans-G?nter@24920 27 Multilingual.
Hans-G?nter@24920 28 Password-protected, encrypted text files (using the ARCFOUR
Hans-G?nter@24920 29 algorithm).
Hans-G?nter@24920 30 It helps you abandon vi, emacs and other six-legged freaks
Hans-G?nter@24920 31 definitely.