aboutsummaryrefslogtreecommitdiffhomepage
path: root/TECHNOLOGY.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-03-12 18:20:24 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-03-12 18:20:24 -0400
commitec391b6bfe8d87f4fb1bbb2a4e6033eaad9f4672 (patch)
tree3e465bb700187ef104363c31525a73a4147c0edb /TECHNOLOGY.md
parentf82726891b4cd2f323ce882e5aa6d71227dda887 (diff)
Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.
Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required. Since C++11 includes regex capability, drop TRE dependency.
Diffstat (limited to 'TECHNOLOGY.md')
-rw-r--r--TECHNOLOGY.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/TECHNOLOGY.md b/TECHNOLOGY.md
index 06044914..309a9f11 100644
--- a/TECHNOLOGY.md
+++ b/TECHNOLOGY.md
@@ -31,17 +31,6 @@ Textadept's core text editing component is Scintilla.
=[Scintilla][] - Scintilla=
Textadept uses Scintilla as its core text editing component.
-=[TRE][] - Regular Expression Library=
- Textadept replaces Scintilla's bare-bones Regex capabilities with TRE.
- Approximate matching is not turned on.
-
-=[Scinterm][]\* - Scintilla for curses=
- Textadept uses Scinterm as its core text editing component for the terminal
- version.
-
-=[Scintillua][]\* - Dynamic Lua LPeg Lexers for Scintilla=
- Textadept uses Scintillua and its lexers for highlighting source code.
-
## Scripting
Textadept uses Lua as its scripting language. The editor is primarily written in
@@ -55,7 +44,7 @@ Lua and includes a few external libraries.
Textadept optionally uses LuaJIT as a substitute for vanilla Lua.
=[LPeg][] - Parsing Expression Grammars for Lua=
- Textadept uses LPeg in its Scintillua lexers.
+ Textadept uses LPeg in its Scintilla lexers.
=[LuaFileSystem][] - Library for accessing directories and file attributes=
Textadept uses LFS for accessing the host filesystem.
@@ -67,11 +56,8 @@ Lua and includes a few external libraries.
[GTK+]: http://www.gtk.org
[Scintilla]: http://scintilla.org
-[TRE]: https://github.com/laurikari/tre
[Lua]: http://www.lua.org
[LuaJIT]: http://luajit.org
-[Scintillua]: http://foicica.com/scintillua
-[Scinterm]: http://foicica.com/scinterm
[LPeg]: http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html
[LuaFileSystem]: http://keplerproject.github.io/luafilesystem/
[lspawn]: http://foicica.com/hg/lspawn