aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/3_UserInterface.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-03-07 09:31:09 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2012-03-07 09:31:09 -0500
commitcbe7f531f956573cf55efba417965976672e6c63 (patch)
tree17fb2eaa554fa188484d5ee5bb8db4217afd7e33 /doc/manual/3_UserInterface.md
parent96c85498c019e381d0aeed2e33e626563563ea8c (diff)
downloadtextadept-cbe7f531f956573cf55efba417965976672e6c63.tar.gz
textadept-cbe7f531f956573cf55efba417965976672e6c63.zip
Renamed manual pages 1-9 to preserve sort order.
Diffstat (limited to 'doc/manual/3_UserInterface.md')
-rw-r--r--doc/manual/3_UserInterface.md37
1 files changed, 0 insertions, 37 deletions
diff --git a/doc/manual/3_UserInterface.md b/doc/manual/3_UserInterface.md
deleted file mode 100644
index bda4d1fe..00000000
--- a/doc/manual/3_UserInterface.md
+++ /dev/null
@@ -1,37 +0,0 @@
-# User Interface
-
-![UI](images/ui.png)
-
-Textadept's user interface was designed to be simple. It consists of a menubar,
-editor view, initially hidden find/replace dialog, initially hidden command
-entry, and statusbar. Below are brief descriptions of these features. More
-in-depth discussion about some of them is provided later in the manual.
-
-## Menubar
-
-The completely customizable (and optional!) menubar 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 and 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 versatile 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.
-
-## Statusbar
-
-The left side of the statusbar displays any status messages. The right side
-shows the current buffer's status.