diff options
author | 2012-03-07 09:28:43 -0500 | |
---|---|---|
committer | 2012-03-07 09:28:43 -0500 | |
commit | 96c85498c019e381d0aeed2e33e626563563ea8c (patch) | |
tree | a44a3ff017cc7c5de3e4845434324c7798689d24 /doc/manual/3_UserInterface.md | |
parent | 6c5bda943d87c629e3fbeaa9178d5fdcb96134c5 (diff) | |
download | textadept-96c85498c019e381d0aeed2e33e626563563ea8c.tar.gz textadept-96c85498c019e381d0aeed2e33e626563563ea8c.zip |
Documentation overhaul with Discount (Markdown implementation).
The standard LuaDoc template is no longer used. Instead, the new
`scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc`
has the template for the Manual.
Also added README, CHANGELOG, and THANKS files.
Diffstat (limited to 'doc/manual/3_UserInterface.md')
-rw-r--r-- | doc/manual/3_UserInterface.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/manual/3_UserInterface.md b/doc/manual/3_UserInterface.md index f610d423..bda4d1fe 100644 --- a/doc/manual/3_UserInterface.md +++ b/doc/manual/3_UserInterface.md @@ -1,8 +1,6 @@ # User Interface -<div style="float: right; margin: 0 0 1em 1em;"> - <img src="images/ui.png" alt="UI" /> -</div> + Textadept's user interface was designed to be simple. It consists of a menubar, editor view, initially hidden find/replace dialog, initially hidden command @@ -37,5 +35,3 @@ pops in and out as you wish. The left side of the statusbar displays any status messages. The right side shows the current buffer's status. - -<br/><br/><br/><br /> |