aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 23:31:43 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 23:31:43 -0500
commitba15402dad3e2cb28a03361d5ad2b526da8d6899 (patch)
treed4fa7351dc4fdb94428822ea42b04d70d94e5877
parent217b12f6bfe1ad3ecc924e0107bd71b83dcb65b3 (diff)
downloadtextadept-ba15402dad3e2cb28a03361d5ad2b526da8d6899.tar.gz
textadept-ba15402dad3e2cb28a03361d5ad2b526da8d6899.zip
Updated manual.
-rw-r--r--doc/manual/1_Introduction.md9
-rw-r--r--doc/manual/4_WorkingWithFiles.md6
2 files changed, 12 insertions, 3 deletions
diff --git a/doc/manual/1_Introduction.md b/doc/manual/1_Introduction.md
index 2190c1ee..4fc9b8af 100644
--- a/doc/manual/1_Introduction.md
+++ b/doc/manual/1_Introduction.md
@@ -58,3 +58,12 @@ customization and extensibility from the start; the features come after that.
`Ctrl+N, N` vs. `Ctrl+N, Shift+N`. In the first key chain, `Control` and `N`
are pressed followed by `N` with no modifiers. The second has `Control` and
`N` pressed followed by `Shift` and `N`.
+
+## Features at a Glance
+
+* Self-contained executable - no installation necessary.
+* Entirely keyboard driven.
+* Unlimited split views.
+* Support for over 70 programming languages.
+* Powerful snippets and key commands.
+* Unparalleled extensibility.
diff --git a/doc/manual/4_WorkingWithFiles.md b/doc/manual/4_WorkingWithFiles.md
index fc072d9e..b57667bc 100644
--- a/doc/manual/4_WorkingWithFiles.md
+++ b/doc/manual/4_WorkingWithFiles.md
@@ -21,9 +21,9 @@ the buffer browser.
![Buffer Browser](images/bufferbrowser.png)
The buffer browser shows you a list of currently open buffers, the most recent
-towards the bottom. Typing part of any filename filters the list. You can also
-just use the arrow keys. Pressing `Enter` or clicking `OK` switches to the
-selected buffer.
+towards the bottom. Typing part of any filename filters the list. Spaces are
+wildcards. You can also just use the arrow keys. Pressing `Enter` or clicking
+`OK` switches to the selected buffer.
![Buffer Browser Filtered](images/bufferbrowserfiltered.png)