extrasyn: rename synedit.inc to extrasyn.inc to avoid compiler warning.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6321 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-18 23:43:21 +00:00
parent 6845c9f3bb
commit 75fd4af778
40 changed files with 156 additions and 47 deletions

View File

@ -42,9 +42,10 @@ The highlighter formats 8051 source code highlighting keywords, strings, numbers
unit SynHighlighter8051; unit SynHighlighter8051;
//SynEdit.inc is the synedit.inc from laz 1.2.0 synedit package source if it has changed // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
//in newer version you might need to copy it again. Remember to redclare the syn_lazarus define. // If it has changed in newer version you might need to copy it again.
{$I synedit.inc} // Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -42,9 +42,10 @@ The highlighter formats Lua Script source code highlighting keywords, strings, n
unit SynHighlighterLua; unit SynHighlighterLua;
//SynEdit.inc is the synedit.inc from laz 1.2.0 synedit package source if it has changed // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
//in newer version you might need to copy it again. REmeber to redclare the syn_lazarus define. // If it has changed in newer version you might need to copy it again.
{$I synedit.inc} // Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -42,9 +42,10 @@ The highlighter formats Prolog source code highlighting keywords, strings, numbe
unit SynHighlighterProlog; unit SynHighlighterProlog;
//SynEdit.inc is the synedit.inc from laz 1.2.0 synedit package source if it has changed // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
//in newer version you might need to copy it again. REmeber to redclare the syn_lazarus define. // If it has changed in newer version you might need to copy it again.
{$I synedit.inc} // Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -43,7 +43,10 @@ The SynHighlighterADSP21xx unit provides a ADSP21xx DSP assembler highlighter fo
} }
unit SynHighlighterADSP21xx; unit SynHighlighterADSP21xx;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -45,7 +45,10 @@ Thanks to Martin Waldenburg, Hideo Koiso.
} }
unit SynHighlighterAsm; unit SynHighlighterAsm;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -45,7 +45,10 @@ unit SynHighlighterAWK;
interface interface
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
uses uses
Graphics, Graphics,

View File

@ -44,7 +44,10 @@ Thanks to Martin Waldenburg.
} }
unit SynHighlighterBaan; unit SynHighlighterBaan;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -44,7 +44,10 @@ Thanks to Primoz Gabrijelcic, Andy Jeffries.
} }
unit SynHighlighterCAC; unit SynHighlighterCAC;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -45,7 +45,10 @@ Thanks to Martin Waldenburg.
unit SynHighlighterCache; unit SynHighlighterCache;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -36,7 +36,10 @@ located at http://SynEdit.SourceForge.net
-------------------------------------------------------------------------------} -------------------------------------------------------------------------------}
unit SynHighlighterCobol; unit SynHighlighterCobol;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -48,7 +48,10 @@ Based on SynHighlighterCpp.pas
} }
unit SynHighlighterCS; unit SynHighlighterCS;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -44,7 +44,10 @@ The SynHighlighterDml unit provides SynEdit with a Dml highlighter.
} }
unit SynHighlighterDml; unit SynHighlighterDml;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -43,7 +43,10 @@ The highlighter formats DOT source code ref.: http://www.research.att.com/sw/too
} }
unit SynHighlighterDOT; unit SynHighlighterDOT;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -42,7 +42,10 @@ The SynHighlighterEiffel unit provides SynEdit with an Eiffel highlighter.
} }
unit SynHighlighterEiffel; unit SynHighlighterEiffel;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -44,7 +44,10 @@ Thanks to Martin Waldenburg.
} }
unit SynHighlighterFortran; unit SynHighlighterFortran;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -44,7 +44,10 @@ Thanks to Martin Waldenburg.
} }
unit SynHighlighterFoxpro; unit SynHighlighterFoxpro;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -45,7 +45,10 @@ The keywords in the string list KeyWords have to be in UPPERCASE and sorted.
} }
unit SynHighlighterGalaxy; unit SynHighlighterGalaxy;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -47,7 +47,10 @@ The SynHighlighterGeneral unit provides a customizable highlighter for SynEdit.
unit SynHighlighterGeneral; unit SynHighlighterGeneral;
{$ENDIF} {$ENDIF}
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -51,7 +51,10 @@ The SynHighlighterGnuplot unit provides SynEdit with a highlighter for gnuplot.
unit synhighlightergnuplot; unit synhighlightergnuplot;
{$ENDIF} {$ENDIF}
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -37,7 +37,10 @@ unit SynHighlighterGWS;
{ This unit provides a syntax highlighter for GW-TEL Scripts } { This unit provides a syntax highlighter for GW-TEL Scripts }
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -48,7 +48,10 @@ ashley@ashleybrown.co.uk
} }
unit SynHighlighterHaskell; unit SynHighlighterHaskell;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -44,7 +44,10 @@ The unit SynHighlighterHP48 provides SynEdit with a HP48 assembler highlighter.
} }
unit SynHighlighterHP48; unit SynHighlighterHP48;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -35,7 +35,10 @@ located at http://SynEdit.SourceForge.net
-------------------------------------------------------------------------------} -------------------------------------------------------------------------------}
unit SynHighlighterIDL; unit SynHighlighterIDL;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -43,7 +43,10 @@ and http://www.wintax.nl/isx/ for My Inno Setup Extensions.
} }
unit SynHighlighterInno; unit SynHighlighterInno;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -43,7 +43,10 @@ The SynHighlighterKix unit provides SynEdit with a Kix script file syntax highli
} }
unit SynHighlighterKix; unit SynHighlighterKix;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -42,7 +42,10 @@ The SynHighlighterLDraw unit provides SynEdit with a LEGO LDraw (.ldr / .dat) hi
} }
unit SynHighlighterLDraw; unit SynHighlighterLDraw;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -39,7 +39,10 @@ The SynHighlighterM3 unit provides SynEdit with a Modula-3 (.m3) highlighter.
} }
unit SynHighlighterM3; unit SynHighlighterM3;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -34,7 +34,10 @@ Known Issues:
-------------------------------------------------------------------------------} -------------------------------------------------------------------------------}
unit SynHighlighterModelica; unit SynHighlighterModelica;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -45,7 +45,10 @@ highlighter is based.
} }
unit SynHighlighterProgress; unit SynHighlighterProgress;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -35,7 +35,10 @@ located at http://SynEdit.SourceForge.net
unit SynHighlighterRC; unit SynHighlighterRC;
{$ENDIF} {$ENDIF}
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -46,9 +46,10 @@ The SynHighlighterVisualLisp unit provides SynEdit with a Ruby highlighter.
unit SynHighlighterRuby; unit SynHighlighterRuby;
{$ENDIF} {$ENDIF}
//SynEdit.inc is the synedit.inc from laz 1.2.0 synedit package source if it has changed // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
//in newer version you might need to copy it again. REmeber to redclare the syn_lazarus define. // If it has changed in newer version you might need to copy it again.
{$I synedit.inc} // Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -36,7 +36,10 @@ located at http://SynEdit.SourceForge.net
unit SynHighlighterSDD; unit SynHighlighterSDD;
{$ENDIF} {$ENDIF}
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -46,7 +46,10 @@ be disabled for backwards compatibility with older ML compilers that do not have
unit SynHighlighterSml; unit SynHighlighterSml;
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -40,7 +40,10 @@ Known Issues:
unit SynHighlighterST; unit SynHighlighterST;
{$ENDIF} {$ENDIF}
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -46,7 +46,10 @@ The SynHighlighterTclTk unit provides SynEdit with a TCL/Tk highlighter.
unit SynHighlighterTclTk; unit SynHighlighterTclTk;
{$ENDIF} {$ENDIF}
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -44,7 +44,10 @@ Known Issues:
unit SynHighlighterUnreal; unit SynHighlighterUnreal;
{$ENDIF} {$ENDIF}
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -69,7 +69,10 @@ www.host.org
unit SynHighlighterURI; unit SynHighlighterURI;
{$ENDIF} {$ENDIF}
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -47,7 +47,10 @@ Thanks to Primoz Gabrijelcic and Martin Waldenburg.
unit SynHighlighterVBScript; unit SynHighlighterVBScript;
{$ENDIF} {$ENDIF}
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface

View File

@ -48,7 +48,10 @@ The highlighter formats Vrml97/X3D source code highlighting keywords, strings, n
unit SynHighlighterVrml97; unit SynHighlighterVrml97;
{$ENDIF} {$ENDIF}
{$I synedit.inc} // extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
// If it has changed in newer version you might need to copy it again.
// Remember to redclare the syn_lazarus define.
{$I extrasyn.inc}
interface interface