Browse Source

CH: Added better description for the welcome message

Jean-Francois Goulet 20 years ago
parent
commit
6e6564b841
1 changed files with 7 additions and 1 deletions
  1. 7 1
      LuaEdit/WebSite/index.html

+ 7 - 1
LuaEdit/WebSite/index.html

@@ -37,7 +37,13 @@
 					<td>
 						  <font face="Arial" size="2">
 						  <p>
-						  	 Welcome to the LuaEdit official website! You should find everything you need to know about LuaEdit
+						  	 Welcome to the LuaEdit official website! LuaEdit is an IDE/Debugger/Script Editor designed for the
+							 version 5.0 of Lua. It features syntax highlighting, completion proposal list, parameter proposition
+							 engine, advance breakpoint management (including condition system on breakpoints and hit count), function
+							 listing, global and local variables listing, watches, project oriented management, etc.
+							 <br>
+							 <br>
+							 You should find everything you need to know about LuaEdit
 							 on this website. If you can't find what you want, see the <a href="ContactUs.html">Contact Us</a>
 							 section of the website.
 						  </p>