Browse Source

CH: Old modifications

Jean-Francois Goulet 19 years ago
parent
commit
e3359751c2

+ 2 - 2
LuaEdit/WebSite/ContactUs.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 2 - 2
LuaEdit/WebSite/Download.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 2 - 2
LuaEdit/WebSite/EMailError.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 48 - 12
LuaEdit/WebSite/History.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>
@@ -37,28 +37,64 @@
 				<tr valign="top">
 					<td>
 						  <font face="Arial" size="2">
-						  <table width="100%">
+						  <table width="100%">	
 						  		 <tr>
-								 	 <b><font face="Arial" size="3">&nbsp;Major Release: v2.6.1.???</font></b>
+								 	 <b><font face="Arial" size="3">&nbsp;Major Pre-Release: v3.0.2.117a</font></b>
+									 <br>
+									 <font face="Arial" size="1">&nbsp;Published on 05.07.2006</font>
+									 <br>
+									 <br>
+									 <ul type="square"> 					
+									 	  <li>Added support of madExcept component within LuaEdit to allow bug reports when LuaEdit is crashing. (Should improve trouble shooting)</li>			
+									 	  <li>Added new Lua profiler to get a better idea where to optimize your code.</li>	 												
+									 	  <li>Added new compile action to allow precompiling Lua scripts from LuaEdit.</li>
+										  <li>Added new Create GUID tool.</li>
+										  <li>Added new Component List in help menu.</li>
+										  <li>Added new Compile Directory setting in project's settings.</li>
+										  <li>Added new Compile Extension setting in project's settings.</li>
+										  <li>Added maximum sub-table setting in editor's settings.</li>
+										  <li>Bug fixed for infinite recursivity in tables such as: t={}; t.st={}; t.st=t;.</li>
+										  <li>Bug fixed in editor's settings with color set option.</li>							   
+										  <li>Bug fixed in editor's settings with search path option corruption.</li>
+									 	  <li>Added working directory option in project's settings.</li>
+									 </ul>
+									 <hr size="1" color="#000000">
+									 <br>
+								 </tr>
+						  		 <tr>
+								 	 <b><font face="Arial" size="3">&nbsp;Major Pre-Release: v3.0.1.546a</font></b>
 									 <br>
-									 <font face="Arial" size="1">&nbsp;Published on ??.??.2005</font>
+									 <font face="Arial" size="1">&nbsp;Published on 03.22.2006</font>
 									 <br>
 									 <br>
 									 <ul type="square"> 								
 									 	  <li>Changed GUI of editor's settings window.</li>	 												
 									 	  <li>Changed GUI of project's settings window.</li>
+										  <li>Added home page link in help menu.</li>
+										  <li>Changed LuaEdit's main logo.</li>
+										  <li>Changed LuaEdit's Splash and About dialogs to adapt to the new "theme".</li>							   
+										  <li>Added target lua unit option in project's settings.</li>
+									 	  <li>Added working directory option in project's settings.</li>
+										  <li>Added remote debugging information in project's settings.</li>
 										  <li>Moved editor settings from ini file to the registry. (Backward compatibility with ini files is still handle)</li>
 									 	  <li>Added color set management to make it easier for programmers to modify syntax highlighting colors.</li>  
-									 	  <li>Added target lua unit option in project's settings.</li>
-									 	  <li>Added working directory option in project's settings.</li>
 										  <li>Added options for web browser in editor's settings.</li>
 										  <li>Added animated tabs speed option in editor's settings.</li>
+										  <li>Added temporary directory in editor's settings for *.tag files. (Auto clean-up on quit)</li>
+										  <li>Added new Debug section in editor's settings.</li>
+										  <li>Bug fix with infinite table reference when setting a global or a local variable to _G. (pointer comparaison)</li>
+										  <li>Bug fix with Search Path setting and spaces in that string.</li>
+										  <li>Bug fix in Watches window and delete action.</li>
+										  <li>Bug fix in Project Tree window popup menu synchronization for enabled/disabled items.</li>
+										  <li>Bug fix with breakpoint conditions and local variable testing.</li>
+										  <li>Bug fix with Save Project As... menu enabling/disabling.</li>
+										  <li>Bug fix with all saving actions and slow execution. (Now saving is fast)</li>
 									 </ul>
 									 <hr size="1" color="#000000">
 									 <br>
 								 </tr>
 						  		 <tr>
-								 	 <b><font face="Arial" size="3">&nbsp;Major Release: v2.5.1.949</font></b>
+								 	 <b><font face="Arial" size="3">&nbsp;Minor Release: v2.5.1.949</font></b>
 									 <br>
 									 <font face="Arial" size="1">&nbsp;Published on 09.14.2005</font>
 									 <br>
@@ -75,7 +111,7 @@
 									 <br>
 								 </tr>
 						  		 <tr>
-								 	 <b><font face="Arial" size="3">&nbsp;Major Release: v2.4.1.944</font></b>
+								 	 <b><font face="Arial" size="3">&nbsp;Minor Release: v2.4.1.944</font></b>
 									 <br>
 									 <font face="Arial" size="1">&nbsp;Published on 09.05.2005</font>
 									 <br>
@@ -99,7 +135,7 @@
 									 <br>
 								 </tr>
 						  		 <tr>
-								 	 <b><font face="Arial" size="3">&nbsp;Major Release: v2.3.1.902</font></b>
+								 	 <b><font face="Arial" size="3">&nbsp;Minor Release: v2.3.1.902</font></b>
 									 <br>
 									 <font face="Arial" size="1">&nbsp;Published on 08.28.2005</font>
 									 <br>
@@ -121,7 +157,7 @@
 									 <br>
 								 </tr>
 						  		 <tr>
-								 	 <b><font face="Arial" size="3">&nbsp;Major Release: v2.2.1.881</font></b>
+								 	 <b><font face="Arial" size="3">&nbsp;Minor Release: v2.2.1.881</font></b>
 									 <br>
 									 <font face="Arial" size="1">&nbsp;Published on 08.16.2005</font>
 									 <br>
@@ -159,7 +195,7 @@
 									 <br>
 								 </tr>
 								 <tr>
-								 	 <b><font face="Arial" size="3">&nbsp;Quick Release: v2.0.1.626</font></b>
+								 	 <b><font face="Arial" size="3">&nbsp;Minor Release: v2.0.1.626</font></b>
 									 <br>
 									 <font face="Arial" size="1">&nbsp;Published on 04.25.2005</font>
 									 <br>

+ 2 - 2
LuaEdit/WebSite/ImgDebugger.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 2 - 2
LuaEdit/WebSite/ImgLiveDebug.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 2 - 2
LuaEdit/WebSite/ImgSettings1.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 2 - 2
LuaEdit/WebSite/ImgSettings2.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 2 - 2
LuaEdit/WebSite/ImgSettings3.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 2 - 2
LuaEdit/WebSite/ImgSettings4.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 2 - 2
LuaEdit/WebSite/JoinUs.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 2 - 2
LuaEdit/WebSite/LastNameError.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 2 - 2
LuaEdit/WebSite/NameError.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 2 - 2
LuaEdit/WebSite/ScreenShots.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 2 - 2
LuaEdit/WebSite/Support.html

@@ -12,8 +12,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>

+ 78 - 3
LuaEdit/WebSite/index.html

@@ -13,8 +13,8 @@
 		 <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 				<tr> 			   					
 					<td height="135" valign="top">
-						<img width="382" height="81" src="Medias/LuaEditLogo.jpg" align="left">
-						<img width="77" height="135" src="Medias/WebCorner.jpg" align="right">
+						<img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
+						<img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
 					</td>
 				</tr>
 				<tr>
@@ -59,7 +59,82 @@
 						  </font>
 					</td>
 				</tr> 
-				<tr>   
+				<tr>
+					<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
+						<tr>
+							<td width="10" bgcolor="#000066">								
+							</td>
+							<td>
+								<b><font face="Arial" size="3">&nbsp;New LuaEdit 3.0.2a Released!</font></b>
+								<br>
+								<font face="Arial" size="1">&nbsp;Posted on 05.07.2006 by Jean-François Goulet
+							</td>
+						</tr>
+						<tr>  
+							 <td>
+							 </td>
+							 <td height="20">
+							 </td>
+						</tr>
+						<tr>   
+							<td>
+							</td>
+							<td style="text-align: justify">
+								<img width="32" height="32" src="Medias/LuaEditLogo.ico" align="left"> 
+								<font face="Arial" size="2">
+								LuaEdit version 3.0.2a has just been released! Some major bugs were fixed in that version including
+								the infinite sub-table reference one. Also, new features like a whole new Lua profiler and support
+								of madExcept component to allow bug reports by email. As far as development goes, a new member recently
+								joined our team. A very experienced programmer in network programming. This will help the development of
+								the remote debugging feature that's coming up. Also, we should soon welcome another new member in our team
+								for web development. That means a complete make uover of the current website coming ahead. As usual, if you
+								are experiencing any troubles or have comments/suggestions to do, please proceed via our
+								<a href="http://luaforge.net/tracker/?group_id=84">trackers</a> or our <a href="http://luaforge.net/forum/?group_id=84">forum</a>.
+							</td>
+						</tr>
+					</table>	
+					<br>
+					<br>
+					<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
+						<tr>
+							<td width="10" bgcolor="#000066">								
+							</td>
+							<td>
+								<b><font face="Arial" size="3">&nbsp;New LuaEdit 3.0.1a Released!</font></b>
+								<br>
+								<font face="Arial" size="1">&nbsp;Posted on 03.22.2006 by Jean-François Goulet
+							</td>
+						</tr>
+						<tr>  
+							 <td>
+							 </td>
+							 <td height="20">
+							 </td>
+						</tr>
+						<tr>   
+							<td>
+							</td>
+							<td style="text-align: justify">
+								<img width="32" height="32" src="Medias/LuaEditLogo.ico" align="left"> 
+								<font face="Arial" size="2">
+								LuaEdit version 3.0.1a has just been released! Many features and bug fixes are included
+								in this new version. Also, as you probably noticed by now, some of the graphics were
+								changed. Most of the interface has been kept the way it was besides the Editor Settings
+								and the Project Settings windows. For a more detailed list of the changes, please consult
+								our <a href="History.html">project history</a> page. This release is the alpha version of
+								LuaEdit's newest major revision. We've decided this mostly because of the new remote
+								debugging feature that should be operational in in the beta or official release of this major
+								revision. (So this feature is still not completed, even though it's partialy part of the interface,
+								but it's on its way...) Keep in mind that this is an alpha version and that many other features and
+								bug fixes will be added to the official release. New feature requests at this point of the developpement
+								are still welcome for those interested. Simply add a feature request post in our
+								<a href="http://luaforge.net/tracker/?group_id=84">trackers</a>. We still recommend the version 2.5 for
+								stable Lua developpement. Enjoy!
+							</td>
+						</tr>
+					</table>	
+					<br>
+					<br>   
 					<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
 						<tr>
 							<td width="10" bgcolor="#000066">