From f004c9da96ec90dd7e33da84e8be59a54eebaf84 Mon Sep 17 00:00:00 2001
From: mitchell <70453897+667e-11@users.noreply.github.com>
Date: Mon, 19 Sep 2016 21:45:30 -0400
Subject: Updated "Why Textadept?" section to be more factual; doc/index.html
---
doc/index.html | 43 ++++++++++++++++++++++++++++---------------
1 file changed, 28 insertions(+), 15 deletions(-)
diff --git a/doc/index.html b/doc/index.html
index d120f8fa..d79a27d5 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -297,35 +297,48 @@
-
- Textadept has a proven track record, with at least one release every
- 2 months for 6+ years and no signs of inactivity. Also, as an
- open-source project, the editor will never fade away.
+ Textadept has a proven track record,
+ with at least one release every 2 months for 6+ years and no signs
+ of inactivity. Also, as an open-source project, the editor will
+ never fade away.
-
- Textadept is a real cross-platform desktop application, not a web
- application masquerading as a desktop application from within a web
- browser.
+ Textadept is a real cross-platform desktop application, backed by a
+ world-class editing engine that
+ dozens
+ of editors and IDEs have depended on for
+ over 15
+ years.
-
Textadept is scriptable in a language that was
- carefully designed,
- not a language that was cobbled together in a matter of days or a
- language that was written for (or limited to) a single purpose.
+ carefully
+ designed to run on any platform at high speed and with a
+ minimal memory footprint. Lua is used everywhere from video games to embedded devices.
-
- Textadept will not consume all of your available RAM and CPU, it
- will not eat your laptop battery, and it will not choke on 2MB
- files.
+ Textadept is very resource efficient, consuming merely 15MB of RAM
+ at startup and hardly any CPU while under load. Even with over 20 of
+ its own source files open at once, Textadept does not exceed 20MB of
+ RAM usage and has no input lag at all.
-
- Textadept does not suffer from “acute package/extension
- syndrome”, nor does it encourage such an affliction. The
- editor gives you plenty of the tools you need out of the box.
+ Textadept does not rely on external packages to provide its
+ functionality and does not depend on a package ecosystem to thrive.
+ The editor gives you plenty of the tools you need out of the box.
-
Textadept has sensible defaults and does not expect you to spend
hours customizing it before you can start being productive.
+ -
+ With fewer than 30 main source files comprising less than 6000 lines
+ of heavily documented code, Textadept’s internals are
+ remarkably easy to read, understand, keep track of, and extend to
+ your liking.
+
-
Did you see that there is a terminal version in case you need to do
work on a remote server?
--
cgit v1.2.3