diff options
author | 2010-03-17 13:25:59 -0400 | |
---|---|---|
committer | 2010-03-17 13:25:59 -0400 | |
commit | 249971d51370dec0f2c98fe7ae57cfaa3e489c3d (patch) | |
tree | cd1f125479aec4a1bf26ee8581882e246b8d9d49 /doc/manual/4_UserInterface.md | |
parent | 0d2cf6a4b68d45810124caa1ada6ebc852f26265 (diff) | |
download | textadept-249971d51370dec0f2c98fe7ae57cfaa3e489c3d.tar.gz textadept-249971d51370dec0f2c98fe7ae57cfaa3e489c3d.zip |
Updated documentation to remove side pane references.
Diffstat (limited to 'doc/manual/4_UserInterface.md')
-rw-r--r-- | doc/manual/4_UserInterface.md | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/doc/manual/4_UserInterface.md b/doc/manual/4_UserInterface.md index 60ed9a18..382bcb1d 100644 --- a/doc/manual/4_UserInterface.md +++ b/doc/manual/4_UserInterface.md @@ -1,23 +1,15 @@ # User Interface Textadept's user interface was designed to be simple. It consists of an optional -menubar, left-hand side pane, 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, 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. -## Side Pane - -From the beginning, the side pane has been called the Project Manager, or PM. -This is a deceptive name though, as it can hold any hierarchical, treeview-based -data structure, not just a list of files in a project. By default, Textadept can -show opened buffers, a filesystem, and a list of Lua modules. (These can be seen -in `core/ext/pm/`.) If you choose, you can resize and/or hide the PM. - ## Editor View The editor view is where you will spend most of your time in Textadept. It |