From de3a745e1af2e441de868c2aa4849102d376acb5 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sun, 11 Apr 2021 09:34:17 -0400 Subject: Initial pass reformatting all code. Use clang-format, LuaFormatter, and 100 character limit on lines. --- docs/index.html | 220 +++++++++++++++++++++++--------------------------------- 1 file changed, 90 insertions(+), 130 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 678ba8f7..6f07d5f2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -36,9 +36,7 @@ #main div.right-col { float: right; } #main div.clear-col { clear: both; } #main div.left-col h3, #main div.right-col h3 { text-align: center; } - #main div.left-col .center, #main div.right-col .center { - text-align: center; - } + #main div.left-col .center, #main div.right-col .center { text-align: center; } @media screen and (max-width: 1000px) { #main div.left-col, #main div.right-col { width: 100%; } @@ -48,22 +46,17 @@

Download (v11.1)

- Atom + Atom
@@ -100,8 +91,7 @@

Quick Reference

- Cover + Cover

@@ -111,10 +101,8 @@ Textadept Platforms

- Please - donate or purchase - the quick reference to help fund continuous - development. + Please donate or purchase the quick reference to help fund continuous development.

@@ -122,28 +110,24 @@

Features


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

Fast and Minimalist

- Textadept’s user interface is sleek and simple. Relentlessly - optimized for speed and minimalism over the years, the editor - consists of less than 2000 lines of C code and less than 4000 lines - of Lua code. -

-

- Textadept + Textadept’s user interface is sleek and simple. Relentlessly optimized for + speed and minimalism over the years, the editor consists of less than 2000 lines + of C code and less than 4000 lines of Lua code.

+

Textadept

Cross Platform

- Textadept runs on Windows, macOS, Linux, and BSD. It also has a - terminal version, which is ideal for work on remote machines. + Textadept runs on Windows, macOS, Linux, and BSD. It also has a terminal version, + which is ideal for work on remote machines.

Linux   @@ -158,77 +142,66 @@

Remarkably Extensible

- Textadept is an ideal editor for programmers who want endless - extensibility without sacrificing speed or succumbing to code bloat - and featuritis. The editor gives you complete control over the - entire application using the Lua programming language. Everything - from moving the caret to changing menus and key bindings on-the-fly - to handling core events is possible. Its potential is vast. + Textadept is an ideal editor for programmers who want endless extensibility + without sacrificing speed or succumbing to code bloat and featuritis. The editor + gives you complete control over the entire application using the Lua programming + language. Everything from moving the caret to changing menus and key bindings + on-the-fly to handling core events is possible. Its potential is vast.

Multiple Language Support

- Being a programmer’s editor, Textadept excels at editing - source code. It understands the syntax and structure of more than - 100 different programming languages and recognizes hundreds of file - types. Textadept uses this knowledge to make viewing and editing - code faster and easier. It can also compile and run simple source - files. + Being a programmer’s editor, Textadept excels at editing source code. It + understands the syntax and structure of more than 100 different programming languages + and recognizes hundreds of file types. Textadept uses this knowledge to make viewing + and editing code faster and easier. It can also compile and run simple source files.

Unlimited Split Views

- Both the graphical version and the terminal version of Textadept - support unlimited vertical and horizontal view splitting, even of - the same file. -

-

- Split Views + Both the graphical version and the terminal version of Textadept support unlimited + vertical and horizontal view splitting, even of the same file.

+

Split Views

Customizable Themes

- Textadept uses themes to customize its look and feel. It comes with - built-in light, dark, and terminal themes. + Textadept uses themes to customize its look and feel. It comes with built-in light, + dark, and terminal themes.

Light Theme   Dark Theme

-

- Term Theme -

+

Term Theme

Code Autocompletion

- Not only can Textadept autocomplete words in files, but it can also - autocomplete symbols for programming languages and display API - documentation. + Not only can Textadept autocomplete words in files, but it can also autocomplete + symbols for programming languages and display API documentation.

Adeptsense Lua  - Adeptsense Lua String + Adeptsense Lua String

Keyboard Driven

- Textadept can be entirely keyboard driven. The editor defines key - bindings for nearly every action. You can easily reassign existing - bindings or create new ones. Keys may be chained together or grouped - into language-specific keys or key modes. + Textadept can be entirely keyboard driven. The editor defines key bindings for nearly + every action. You can easily reassign existing bindings or create new ones. Keys + may be chained together or grouped into language-specific keys or key modes.

Self Contained

- Textadept’s binary packages are self-contained and need not be - installed. No administrator privilages are required either. + Textadept’s binary packages are self-contained and need not be installed. No + administrator privilages are required either.

@@ -237,21 +210,19 @@

Comprehensive Manual

- Textadept comes with a comprehensive user - manual in the application’s docs/ directory. It - covers all of Textadept’s main features, including - installation, usage, configuration, theming, scripting, and - compilation. + Textadept comes with a comprehensive user manual in the + application’s docs/ directory. It covers all of Textadept’s + main features, including installation, usage, configuration, theming, scripting, + and compilation.

Exhaustive API Documentation

- Since Textadept is entirely scriptable with Lua, its API is heavily - documented. This documentation is also - located in docs/ and is the ultimate resource on scripting - Textadept. (The editor’s Lua internals also provide abundant - scripting examples.) + Since Textadept is entirely scriptable with Lua, its API is heavily documented. This documentation is also located in docs/ + and is the ultimate resource on scripting Textadept. (The editor’s Lua + internals also provide abundant scripting examples.)

@@ -259,34 +230,29 @@

Quick Reference

- Cover2 + Cover2

- This reference contains a wealth of knowledge on how to script and - configure Textadept using Lua. It groups the editor’s rich API - into a series of tasks in a convenient and easy-to-use manner. It - serves as the perfect complement to Textadept’s Manual and API - documentation. + This reference contains a wealth of knowledge on how to script and configure + Textadept using Lua. It groups the editor’s rich API into a series of tasks + in a convenient and easy-to-use manner. It serves as the perfect complement to + Textadept’s Manual and API documentation.

Try It Yourself

- Learn even more about Textadept by downloading and trying it out - yourself. If you’re not completely satisfied, contact - us or e-mail me personally (orbitalquark.att.triplequasar.com). - You may also fork the project, submit patches, or - sponsor a feature. Textadept is - 100% open source. + Learn even more about Textadept by downloading and trying + it out yourself. If you’re not completely satisfied, contact us or e-mail + me personally (orbitalquark.att.triplequasar.com). You may also fork the project, + submit patches, or sponsor a feature. Textadept + is 100% open source.

- + margin: 0 auto 0 auto; padding: 0.25em; text-align: center; width: 6em;"> + Download

@@ -296,56 +262,50 @@ @@ -364,9 +324,9 @@

- *Warning: nightly builds are untested, may have bugs, and are - the absolute cutting-edge versions of Textadept. Do not use them in - production, but for testing purposes only. + *Warning: nightly builds are untested, may have bugs, and are the absolute + cutting-edge versions of Textadept. Do not use them in production, but for testing + purposes only.

-- cgit v1.2.3