mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 22:20:25 +02:00
components: less hints
git-svn-id: trunk@51780 -
This commit is contained in:
parent
8c8bacd310
commit
33ce4f2bf5
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit allsynedit;
|
unit allsynedit;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit allsyneditdsgn;
|
unit allsyneditdsgn;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -1,22 +1,23 @@
|
|||||||
{ This file was automatically created by Lazarus. Do not edit!
|
{ This file was automatically created by Lazarus. Do not edit!
|
||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit SynUni;
|
unit SynUni;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
SynUniDesigner, SynUniHighlighter, SynUniReg, LazarusPackageIntf;
|
SynUniDesigner, SynUniHighlighter, SynUniReg, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('SynUniHighlighter', @SynUniHighlighter.Register);
|
RegisterUnit('SynUniHighlighter', @SynUniHighlighter.Register);
|
||||||
RegisterUnit('SynUniReg', @SynUniReg.Register);
|
RegisterUnit('SynUniReg', @SynUniReg.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('SynUni', @Register);
|
RegisterPackage('SynUni', @Register);
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user