mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:01:49 +02:00
codetools: define templates for lazarus src dir: packager frames
git-svn-id: trunk@30912 -
This commit is contained in:
parent
26d83c6ed2
commit
3d778b6492
@ -6193,7 +6193,7 @@ begin
|
|||||||
SubDirTempl.AddChild(TDefineTemplate.Create('src path addition',
|
SubDirTempl.AddChild(TDefineTemplate.Create('src path addition',
|
||||||
Format(ctsAddsDirToSourcePath,['ide']),
|
Format(ctsAddsDirToSourcePath,['ide']),
|
||||||
SrcPathMacroName,
|
SrcPathMacroName,
|
||||||
d(LazarusSrcDir+'/ide;'+SrcPath)
|
d(LazarusSrcDir+'/ide;'+LazarusSrcDir+'/packager;'+SrcPath)
|
||||||
,da_Define));
|
,da_Define));
|
||||||
// <LazarusSrcDir>/packager/registration
|
// <LazarusSrcDir>/packager/registration
|
||||||
SubDirTempl:=TDefineTemplate.Create('Registration',
|
SubDirTempl:=TDefineTemplate.Create('Registration',
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Description Value="IDE extensions using Codetools."/>
|
<Description Value="IDE extensions using Codetools."/>
|
||||||
<License Value="GPL2"/>
|
<License Value="GPL2"/>
|
||||||
<Version Major="1" Release="1"/>
|
|
||||||
<Files Count="9">
|
<Files Count="9">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="ppulistdlg.pas"/>
|
<Filename Value="ppulistdlg.pas"/>
|
||||||
|
@ -68,6 +68,7 @@ begin
|
|||||||
DescriptionMemo.Text := LazPackage.Description;
|
DescriptionMemo.Text := LazPackage.Description;
|
||||||
AuthorEdit.Text := LazPackage.Author;
|
AuthorEdit.Text := LazPackage.Author;
|
||||||
LicenseMemo.Text := LazPackage.License;
|
LicenseMemo.Text := LazPackage.License;
|
||||||
|
//debugln(['TPackageDescriptionOptionsFrame.ReadSettings ',lazpa]);
|
||||||
VersionMajorSpinEdit.Value := LazPackage.Version.Major;
|
VersionMajorSpinEdit.Value := LazPackage.Version.Major;
|
||||||
VersionMinorSpinEdit.Value := LazPackage.Version.Minor;
|
VersionMinorSpinEdit.Value := LazPackage.Version.Minor;
|
||||||
VersionReleaseSpinEdit.Value := LazPackage.Version.Release;
|
VersionReleaseSpinEdit.Value := LazPackage.Version.Release;
|
||||||
|
Loading…
Reference in New Issue
Block a user