Browse Source

CH: added new contributor to the list

Jean-Francois Goulet 20 years ago
parent
commit
62d39e656a

BIN
LuaEdit/Bin/Help/LuaEdit.chm


BIN
LuaEdit/Bin/LuaEdit.exe


+ 50 - 6
LuaEdit/Contributors.dfm

@@ -4,7 +4,7 @@ object frmContributors: TfrmContributors
   BorderIcons = [biSystemMenu]
   BorderStyle = bsSingle
   Caption = 'Contributors list'
-  ClientHeight = 193
+  ClientHeight = 263
   ClientWidth = 466
   Color = clBtnFace
   Font.Charset = DEFAULT_CHARSET
@@ -17,12 +17,12 @@ object frmContributors: TfrmContributors
   Position = poOwnerFormCenter
   DesignSize = (
     466
-    193)
+    263)
   PixelsPerInch = 96
   TextHeight = 13
   object btnClose: TButton
     Left = 384
-    Top = 162
+    Top = 232
     Width = 75
     Height = 25
     Anchors = [akRight, akBottom]
@@ -71,9 +71,9 @@ object frmContributors: TfrmContributors
     object Label4: TLabel
       Left = 96
       Top = 40
-      Width = 254
+      Width = 248
       Height = 13
-      Caption = 'Created and developped LuaEdit for Lua 5.0 in Delphi'
+      Caption = 'Created and developed LuaEdit for Lua 5.0 in Delphi'
     end
   end
   object GroupBox2: TGroupBox
@@ -103,7 +103,7 @@ object frmContributors: TfrmContributors
       Font.Name = 'MS Sans Serif'
       Font.Style = []
       ParentFont = False
-      OnClick = Label6Click
+      OnClick = Label2Click
     end
     object Label7: TLabel
       Left = 24
@@ -120,4 +120,48 @@ object frmContributors: TfrmContributors
       Caption = 'Tested LuaEdit for Lua 5.0 under several Operating Systems'
     end
   end
+  object GroupBox3: TGroupBox
+    Left = 16
+    Top = 160
+    Width = 441
+    Height = 65
+    Caption = 'Massimo Magnano'
+    TabOrder = 3
+    object Label9: TLabel
+      Left = 24
+      Top = 24
+      Width = 32
+      Height = 13
+      Caption = 'E-Mail:'
+    end
+    object Label10: TLabel
+      Left = 96
+      Top = 24
+      Width = 94
+      Height = 13
+      Cursor = crHandPoint
+      Caption = '[email protected]'
+      Font.Charset = DEFAULT_CHARSET
+      Font.Color = clBlue
+      Font.Height = -11
+      Font.Name = 'MS Sans Serif'
+      Font.Style = []
+      ParentFont = False
+      OnClick = Label2Click
+    end
+    object Label11: TLabel
+      Left = 24
+      Top = 40
+      Width = 59
+      Height = 13
+      Caption = 'Contribution:'
+    end
+    object Label12: TLabel
+      Left = 96
+      Top = 40
+      Width = 226
+      Height = 13
+      Caption = 'Helped developing LuaEdit for Lua 5.0 in Delphi'
+    end
+  end
 end

+ 5 - 6
LuaEdit/Contributors.pas

@@ -19,8 +19,12 @@ type
     Label6: TLabel;
     Label7: TLabel;
     Label8: TLabel;
+    GroupBox3: TGroupBox;
+    Label9: TLabel;
+    Label10: TLabel;
+    Label11: TLabel;
+    Label12: TLabel;
     procedure Label2Click(Sender: TObject);
-    procedure Label6Click(Sender: TObject);
   private
     { Private declarations }
   public
@@ -45,9 +49,4 @@ begin
   SendEMail(TLabel(Sender).Caption);
 end;
 
-procedure TfrmContributors.Label6Click(Sender: TObject);
-begin
-  SendEMail(TLabel(Sender).Caption);
-end;
-
 end.

+ 1 - 1
LuaEdit/HelpCore/Legal.html

@@ -809,7 +809,7 @@
 							Portions created by Jean-Francois Goulet are Copyright © 2004-2005. 
 							All Rights Reserved.
 							
-							Contributor(s): Jean-Francois Goulet, Shmuel Zeigerman.						  
+							Contributor(s): Jean-Francois Goulet, Shmuel Zeigerman, Massimo Magnano.						  
 						  </font>
 					</td>
 				</tr>

BIN
LuaEdit/HelpCore/LuaEdit.chm


+ 12 - 3
LuaEdit/LuaEdit.dof

@@ -94,7 +94,7 @@ OutputDir=.\bin
 UnitOutputDir=
 PackageDLLOutputDir=
 PackageDCPOutputDir=
-SearchPath=.\Syntax
+SearchPath=.\Syntax;.\LuaCore
 Packages=vcl;rtl;vclx;indy;inet;xmlrtl;vclie;inetdbbde;inetdbxpress;dbrtl;dsnap;dsnapcon;vcldb;soaprtl;VclSmp;dbexpress;dbxcds;inetdb;bdertl;vcldbx;webdsnap;websnap;adortl;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;vclshlctrls;IntrawebDB_50_70;Intraweb_50_70;Rave50CLX;Rave50VCL;dclOfficeXP;DJcl;JvStdCtrlsD7R;JvAppFrmD7R;JvCoreD7R;JvBandsD7R;JvDockingD7R;JvDotNetCtrlsD7R;JvEDID7R;qrpt;JvGlobusD7R;JvHMID7R;JvInspectorD7R;JvInterpreterD7R;JvJansD7R;JvManagedThreadsD7R;JvCmpD7R;JvMMD7R;JvNetD7R;JvPageCompsD7R;JvPluginD7R;JvPrintPreviewD7R;JvCtrlsD7R;JvSystemD7R;JvTimeFrameworkD7R;JvUIBD7R;JvValidatorsD7R;JvWizardD7R;JvXPCtrlsD7R;JvCryptD7R;JvCustomD7R;JvBDED7R;JvDBD7R;JvDlgsD7R
 Conditionals=
 DebugSourceDirs=
@@ -115,7 +115,7 @@ AutoIncBuild=1
 MajorVer=2
 MinorVer=0
 Release=1
-Build=625
+Build=626
 Debug=0
 PreRelease=0
 Special=0
@@ -126,7 +126,7 @@ CodePage=1252
 [Version Info Keys]
 CompanyName=Open Source
 FileDescription=IDE for Lua 5.0.2
-FileVersion=2.0.1.625
+FileVersion=2.0.1.626
 InternalName=LuaEdit
 LegalCopyright=LuaEdit Copyright 2004-2005 ©
 LegalTrademarks=
@@ -134,3 +134,12 @@ OriginalFilename=LuaEdit.exe
 ProductName=LuaEdit for Lua 5.0
 ProductVersion=2.0.1.0
 Comments=This project was originally created by Jean-Francois Goulet
+[HistoryLists\hlUnitAliases]
+Count=1
+Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
+[HistoryLists\hlSearchPath]
+Count=1
+Item0=.\Syntax;.\LuaCore
+[HistoryLists\hlOutputDirectorry]
+Count=1
+Item0=.\bin

BIN
LuaEdit/LuaEdit.res


+ 9 - 1
LuaEdit/WebSite/ContactUs.html

@@ -40,7 +40,7 @@
 						  <br>
 						  <a href="mailto:[email protected]?subject=About LuaEdit...">[email protected]</a>
 						  <br>
-						  Created and developped LuaEdit for Lua 5.0 in Delphi/Pascal
+						  Created and developed LuaEdit for Lua 5.0 in Delphi/Pascal
 						  <br>
 						  <br>
 						  <br>
@@ -49,6 +49,14 @@
 						  <a href="mailto:[email protected]?subject=About LuaEdit...">[email protected]</a>
 						  <br>
 						  Tested LuaEdit for Lua 5.0 under several Operating Systems
+						  <br>
+						  <br>
+						  <br>
+						  Massimo Magnano										 
+						  <br>														
+						  <a href="mailto:[email protected]?subject=About LuaEdit...">[email protected]</a>
+						  <br>
+						  Helped developing LuaEdit for Lua 5.0 in Delphi/Pascal
 						  </font>
 					</td>
 				</tr>