diff options
author | 2013-11-07 22:59:13 -0500 | |
---|---|---|
committer | 2013-11-07 22:59:13 -0500 | |
commit | 4c01bce7d482d1f509f89e5b8304564007947a24 (patch) | |
tree | 32a50a90c0a43ac64c6c3db4aedc84ff29de9cd5 /doc/03_UserInterface.md | |
parent | 82477092f0c729e06f40826a546ed56781fd805c (diff) | |
download | textadept-4c01bce7d482d1f509f89e5b8304564007947a24.tar.gz textadept-4c01bce7d482d1f509f89e5b8304564007947a24.zip |
Added support for tabs.
Diffstat (limited to 'doc/03_UserInterface.md')
-rw-r--r-- | doc/03_UserInterface.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/03_UserInterface.md b/doc/03_UserInterface.md index d51101ef..6f232d37 100644 --- a/doc/03_UserInterface.md +++ b/doc/03_UserInterface.md @@ -20,6 +20,14 @@ key bindings. [key preferences]: 08_Preferences.html#Key.Bindings [complete list]: api/textadept.keys.html#Key.Bindings +## Tab Bar + +The tab bar displays all of Textadept's open buffers, although it's only visible +when two or more buffers are open. While only the GUI version supports tabs, +Textadept's [buffer browser][] is always available and far more powerful. + +[buffer browser]: 04_WorkingWithFiles.html#Buffers + ## Editor View Most of your time spent with Textadept is in the editor view. The GUI version |