RttiControls: Modifies the .lpk file to include the path to the documentation directory. Enables CodeHelp in the IDE. Patch by Don Siders. Issue #40113.

This commit is contained in:
wp_xyz 2023-02-07 15:49:00 +01:00
parent 4d4153fa89
commit 7f92cc7c98

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="5">
<Name Value="RunTimeTypeInfoControls"/> <Name Value="RunTimeTypeInfoControls"/>
<Type Value="RunAndDesignTime"/>
<AddToProjectUsesSection Value="True"/> <AddToProjectUsesSection Value="True"/>
<Author Value="Mattias Gaertner"/> <Author Value="Mattias Gaertner"/>
<CompilerOptions> <CompilerOptions>
@ -32,8 +33,8 @@
<UnitName Value="RTTIGrids"/> <UnitName Value="RTTIGrids"/>
</Item2> </Item2>
</Files> </Files>
<LazDoc Paths="/home/mattias/pascal/wichtig/lazarus/components/rtticontrols/fpdoc"/> <CompatibilityMode Value="True"/>
<Type Value="RunAndDesignTime"/> <LazDoc Paths="$(LazarusDir)/components/rtticontrols/fpdoc" PackageName="RunTimeTypeInfoControls"/>
<RequiredPkgs Count="3"> <RequiredPkgs Count="3">
<Item1> <Item1>
<PackageName Value="LCL"/> <PackageName Value="LCL"/>
@ -52,7 +53,6 @@
</UsageOptions> </UsageOptions>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions> </PublishOptions>
</Package> </Package>
</CONFIG> </CONFIG>