mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 05:28:17 +02:00
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:
parent
4d4153fa89
commit
7f92cc7c98
@ -1,7 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<Package Version="5">
|
||||
<Name Value="RunTimeTypeInfoControls"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<AddToProjectUsesSection Value="True"/>
|
||||
<Author Value="Mattias Gaertner"/>
|
||||
<CompilerOptions>
|
||||
@ -32,8 +33,8 @@
|
||||
<UnitName Value="RTTIGrids"/>
|
||||
</Item2>
|
||||
</Files>
|
||||
<LazDoc Paths="/home/mattias/pascal/wichtig/lazarus/components/rtticontrols/fpdoc"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<CompatibilityMode Value="True"/>
|
||||
<LazDoc Paths="$(LazarusDir)/components/rtticontrols/fpdoc" PackageName="RunTimeTypeInfoControls"/>
|
||||
<RequiredPkgs Count="3">
|
||||
<Item1>
|
||||
<PackageName Value="LCL"/>
|
||||
@ -52,7 +53,6 @@
|
||||
</UsageOptions>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<IgnoreBinaries Value="False"/>
|
||||
</PublishOptions>
|
||||
</Package>
|
||||
</CONFIG>
|
||||
|
Loading…
Reference in New Issue
Block a user