slackbuilds/development/textadept
Arn0 213f12006d
development/textadept: updated for version 12.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-11-11 08:07:55 +07:00
..
README development/textadept: Update for version 12.1, new maint. 2023-09-23 11:33:40 +07:00
doinst.sh development/textadept: Update for version 12.1, new maint. 2023-09-23 11:33:40 +07:00
slack-desc
textadept.SlackBuild development/textadept: updated for version 12.2 2023-11-11 08:07:55 +07:00
textadept.info development/textadept: updated for version 12.2 2023-11-11 08:07:55 +07:00
update_urls.sh development/textadept: updated for version 12.2 2023-11-11 08:07:55 +07:00

README

Textadept is a fast, minimalist, and remarkably extensible
cross-platform text editor for programmers.

Written in a combination of C and Lua and relentlessly optimized for
speed and minimalism over the years, Textadept is an ideal editor for
programmers who want endless extensibility without sacrificing speed
or succumbing to code bloat and featuritis.

The following executables are symlinked from /usr/share/textadept/
to /usr/bin/:

  -textadept
  -textadept-gtk
  -textadept-curses
  -tad
  -tadc
  -tadg

Note that `tad`, `tadg` and `tadc` are just easier ways to type
`textadept`, `textadept-gtk` and `textadept-curses`, respectively.

python3-markdown-it-py is only required for building HTML
documentation, and the scripts works fine without it.
But since the local HTML pages are opened when using the menu/help,
it is not marked as optional.