diff options
author | 2012-06-27 15:17:53 -0400 | |
---|---|---|
committer | 2012-06-27 15:17:53 -0400 | |
commit | fb7e2d2d29485ed4698cbb0c873c189a9660cdb7 (patch) | |
tree | bf2965ac52aba2ad5cdf15f2aa0717cd9f20475a /doc/03_UserInterface.md | |
parent | 85c589f9228d829741246a11982014e5e580a9a1 (diff) | |
download | textadept-fb7e2d2d29485ed4698cbb0c873c189a9660cdb7.tar.gz textadept-fb7e2d2d29485ed4698cbb0c873c189a9660cdb7.zip |
Updated the manual, README, and FAQ with new ncurses information.
Diffstat (limited to 'doc/03_UserInterface.md')
-rw-r--r-- | doc/03_UserInterface.md | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/03_UserInterface.md b/doc/03_UserInterface.md index bda4d1fe..0bbb3d5e 100644 --- a/doc/03_UserInterface.md +++ b/doc/03_UserInterface.md @@ -2,20 +2,24 @@  -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. +Textadept's user interface was designed to be simple. It consists of a menubar +(GUI version), 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. +Textadept's features. It is only available in the GUI version of Textadept. +In the terminal, you can use the +[command selection](10_Advance.html#Command.Selection) dialog instead. ## 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. +supports unlimited split views (GUI version) and is completely controllable by +Lua. ## Find and Replace Dialog |