You've already forked lazarus-ccr
richmemo: the package unit shouldn't be attached to the project
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4023 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -261,7 +261,7 @@ var
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
WSRichMemo;
|
RichMemoFactory, WSRichMemo;
|
||||||
|
|
||||||
procedure InitFontParams(var p: TFontParams);
|
procedure InitFontParams(var p: TFontParams);
|
||||||
begin
|
begin
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<Package Version="4">
|
<Package Version="4">
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Name Value="richmemopackage"/>
|
<Name Value="richmemopackage"/>
|
||||||
<AddToProjectUsesSection Value="True"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<Author Value="Dmitry 'skalogryz' Boyarintsev"/>
|
<Author Value="Dmitry 'skalogryz' Boyarintsev"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
@ -111,7 +111,6 @@
|
|||||||
<Type Value="LFM"/>
|
<Type Value="LFM"/>
|
||||||
</Item18>
|
</Item18>
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="RunAndDesignTime"/>
|
|
||||||
<RequiredPkgs Count="3">
|
<RequiredPkgs Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="IDEIntf"/>
|
<PackageName Value="IDEIntf"/>
|
||||||
|
Reference in New Issue
Block a user