lazarus/components/synedit/allunits.pp
lazarus df362b22e7 MG: added perl highlighter
git-svn-id: trunk@502 -
2001-12-10 22:39:37 +00:00

61 lines
1.5 KiB
ObjectPascal

{ $Id$ }
{
/***************************************************************************
allunits.pp
dummy unit to compile all units
/***************************************************************************
}
unit AllUnits;
{$mode objfpc}{$H+}
interface
uses
SynTextDrawer, SynEditKeyCmds, SynEditTypes, SynEditStrConst,
SynEditSearch, SynEditMiscProcs, SynEditmiscClasses, SynEditTextbuffer,
SynEdit, SynEditHighlighter, SynhighlighterPas, SynCompletion,
SynEditAutoComplete, SynhighlighterHTML, SynhighlighterCPP, SynHighlighterXML,
SynHighlighterLFM, SynHighlighterPerl;
implementation
end.
{ =============================================================================
$Log$
Revision 1.9 2001/12/10 22:39:37 lazarus
MG: added perl highlighter
Revision 1.8 2001/12/06 10:15:06 lazarus
MG: added xml and lfm highlighter
Revision 1.7 2001/03/19 18:51:57 lazarus
MG: added dynhasharray and renamed tsynautocompletion
Revision 1.6 2001/03/19 14:00:48 lazarus
MG: fixed many unreleased DC and GDIObj bugs
Revision 1.4 2001/02/21 22:55:25 lazarus
small bugfixes + added TOIOptions
Revision 1.3 2001/02/01 19:34:50 lazarus
TScrollbar created and a lot of code added.
It's cose to working.
Shane
Revision 1.2 2001/01/30 22:55:00 lazarus
MWE:
+ Added $mode objfpc directive
Revision 1.1 2001/01/28 16:16:11 lazarus
MWE:
+ Added synedit to the components
}