aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/1_Introduction.md4
-rw-r--r--doc/manual/2_Installation.md4
-rw-r--r--doc/manual/4_UserInterface.md14
-rw-r--r--doc/manual/5_FolderStructure.md4
4 files changed, 7 insertions, 19 deletions
diff --git a/doc/manual/1_Introduction.md b/doc/manual/1_Introduction.md
index 57a16cb0..6878023f 100644
--- a/doc/manual/1_Introduction.md
+++ b/doc/manual/1_Introduction.md
@@ -32,10 +32,6 @@ Worried that your existing shell scripts for transforming text in other editors
will not be compatible with Lua or Textadept? No need to be. You can tell Lua to
run them in your shell.
-Wish that you could add a feature to another editor's document/file browser/etc.
-side pane? Textadept allows you to create as many different kinds of browsers
-for heirarchical data as you want.
-
These are just some of Textadept's strengths. Textadept is not about
constraining the user to a certain set of features while allowing minimal
custimization and/or extensibility. Textadept is about allowing that
diff --git a/doc/manual/2_Installation.md b/doc/manual/2_Installation.md
index e83805d8..5e065532 100644
--- a/doc/manual/2_Installation.md
+++ b/doc/manual/2_Installation.md
@@ -3,8 +3,8 @@
## Requirements
In its bid for minimalism, Textadept also needs very little to run. In fact, the
-only thing it needs is [GTK+ 2.0][GTK2]. It has it's own version of Lua compiled
-in.
+only thing it needs is [GTK+ 2.0][GTK2] >= 2.16. Textadept has it's own version
+of Lua compiled in.
#### Linux
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
diff --git a/doc/manual/5_FolderStructure.md b/doc/manual/5_FolderStructure.md
index 7cb0f4b3..a9a61299 100644
--- a/doc/manual/5_FolderStructure.md
+++ b/doc/manual/5_FolderStructure.md
@@ -13,8 +13,8 @@ Lua to C interface, event structure, file input/output, and localization.
Core extension Lua modules are in `core/ext/`. These are optional and not
required, but are stored in `core/` because they could be considered "core
-functionality". They are responsible for PM functionality and features like
-find/replace and the handling of key commands, menus, and file types.
+functionality". They are responsible for features like find/replace and the
+handling of key commands, menus, and file types.
## Lexers