Skip to content

Commit

Permalink
Update SynEdit component to latest sources from their master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarbecker committed Dec 9, 2018
1 parent 8675906 commit d71bb2a
Show file tree
Hide file tree
Showing 10 changed files with 23,012 additions and 22,918 deletions.
4 changes: 2 additions & 2 deletions components/synedit/Readme.md
@@ -1,7 +1,7 @@
SynEdit
=======

This is a fork of the Unicode version of SynEdit hosted ad SourceForge. When it became more and more difficult to maintain, Eric Grange decided to fork this project on GitHub. This way it's possible to fork, merge and maintain easier than before.
This is a fork of the Unicode version of SynEdit hosted at SourceForge. When it became more and more difficult to maintain, Eric Grange decided to fork this project on GitHub. This way it's possible to fork, merge and maintain easier than before.

The original project (with the original readme.txt file) is located here:

Expand All @@ -23,4 +23,4 @@ There would however be no such project if Martin had not started to develop mwEd

Misc.
-----
Delphinus support added
Delphinus support added
30 changes: 29 additions & 1 deletion components/synedit/Source/SynEdit.inc
Expand Up @@ -711,6 +711,34 @@
{$DEFINE SYN_COMPILER_25_UP}
{$ENDIF}

{$IFDEF SYN_COMPILER_26}
{$DEFINE SYN_COMPILER_1_UP}
{$DEFINE SYN_COMPILER_2_UP}
{$DEFINE SYN_COMPILER_3_UP}
{$DEFINE SYN_COMPILER_4_UP}
{$DEFINE SYN_COMPILER_5_UP}
{$DEFINE SYN_COMPILER_6_UP}
{$DEFINE SYN_COMPILER_7_UP}
{$DEFINE SYN_COMPILER_8_UP}
{$DEFINE SYN_COMPILER_9_UP}
{$DEFINE SYN_COMPILER_10_UP}
{$DEFINE SYN_COMPILER_11_UP}
{$DEFINE SYN_COMPILER_12_UP}
{$DEFINE SYN_COMPILER_14_UP}
{$DEFINE SYN_COMPILER_15_UP}
{$DEFINE SYN_COMPILER_16_UP}
{$DEFINE SYN_COMPILER_17_UP}
{$DEFINE SYN_COMPILER_18_UP}
{$DEFINE SYN_COMPILER_19_UP}
{$DEFINE SYN_COMPILER_20_UP}
{$DEFINE SYN_COMPILER_21_UP}
{$DEFINE SYN_COMPILER_22_UP}
{$DEFINE SYN_COMPILER_23_UP}
{$DEFINE SYN_COMPILER_24_UP}
{$DEFINE SYN_COMPILER_25_UP}
{$DEFINE SYN_COMPILER_26_UP}
{$ENDIF}


{$IFDEF SYN_DELPHI_2}
{$DEFINE SYN_DELPHI_2_UP}
Expand Down Expand Up @@ -1146,7 +1174,7 @@
{$ENDIF}

// Code Folding
{$IFDEF SYN_DELPHI_XE3_UP}
{$IFDEF SYN_DELPHI_XE_UP}
{$DEFINE SYN_CodeFolding}
{$ENDIF}

Expand Down

0 comments on commit d71bb2a

Please sign in to comment.