aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/4_UserInterface.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 19:55:39 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 19:55:39 -0500
commitc7b543e79b41d9a983cc89e264acd0472d09dc92 (patch)
tree9b28b836f65b396ea160ba91048fb030018ccdcc /doc/manual/4_UserInterface.md
parent6c1afd75fc048e65cef5bfdbe68c79a082bdad43 (diff)
downloadtextadept-c7b543e79b41d9a983cc89e264acd0472d09dc92.tar.gz
textadept-c7b543e79b41d9a983cc89e264acd0472d09dc92.zip
New manual.
Diffstat (limited to 'doc/manual/4_UserInterface.md')
-rw-r--r--doc/manual/4_UserInterface.md30
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/manual/4_UserInterface.md b/doc/manual/4_UserInterface.md
deleted file mode 100644
index 382bcb1d..00000000
--- a/doc/manual/4_UserInterface.md
+++ /dev/null
@@ -1,30 +0,0 @@
-# User Interface
-
-Textadept's user interface was designed to be simple. It consists of an optional
-menubar, editor view, and initially hidden dialogs for find/replace and command
-entry. Below are brief descriptions of these features. More in-depth discussion
-about each of them is provided later in the manual.
-
-## Menubar
-
-The completely customizable (and optional!) menubar typically provides access to
-all of Textadept's features.
-
-## Editor View
-
-The editor view is where you will spend most of your time in Textadept. It
-supports unlimited split views and is completely controllable by Lua.
-
-## Find/Replace Dialog
-
-This compact dialog is a great way to slice and dice through your document or
-directory of files. You can even find and replace text using Lua patterns. It is
-available when you need it and quickly gets out of your way when you do not,
-minimizing distractions.
-
-## Command Entry
-
-The versitile command entry functions as both a place to execute Lua commands
-with the internal Lua state and find text incrementally. You can extend it to do
-even more if you would like. Like the find/replace dialog, the command entry
-pops in and out as you wish.