diff options
author | 2010-03-30 19:07:04 -0400 | |
---|---|---|
committer | 2010-03-30 19:07:04 -0400 | |
commit | cc13d3e2c10e684543e1ebdd4a56daede7fe7565 (patch) | |
tree | 99747ad31aeb120e3c39f176b87b83553f816020 /src | |
parent | ffe93793928977d79d620e6f580ccff85f3983ef (diff) | |
download | textadept-cc13d3e2c10e684543e1ebdd4a56daede7fe7565.tar.gz textadept-cc13d3e2c10e684543e1ebdd4a56daede7fe7565.zip |
Updated documentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/textadept.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/textadept.c b/src/textadept.c index afa3b9c6..171e1730 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -101,8 +101,6 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, * The UI consists of: * - A menubar initially hidden and empty. It should be populated by script * and then shown. - * - A side pane. It contains a treeview for hierarchical data sets, such as - * a file structure for project management. * - A frame for Scintilla windows. * - A find text frame initially hidden. * - A command entry initially hidden. This entry accepts and runs Lua code |