wok view mp/description.txt @ rev 25037

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