Skip to content

Commit

Permalink
Additional files from SynEdit GitHub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarbecker committed Feb 4, 2017
1 parent 712054a commit e0b03c1
Show file tree
Hide file tree
Showing 15 changed files with 5,468 additions and 63 deletions.
7 changes: 7 additions & 0 deletions components/synedit/Delphinus.Info.json
@@ -0,0 +1,7 @@
{
"id": "{1FD66E41-B157-4C69-BC56-BCC3CCF0C47E}",
"license_type": "MPL-1.1",
"picture": "Logo.png",
"platforms": "Win32;Win64",
"package_compiler_min": 21
}
85 changes: 85 additions & 0 deletions components/synedit/Delphinus.Install.json
@@ -0,0 +1,85 @@
{
"search_pathes":
[
{
"pathes": "Source",
"platforms": "Win32;Win64"
}
],
"browsing_pathes":
[
{
"pathes": "Source",
"platforms": "Win32;Win64"
}
],

"source_folders":
[
{
"folder": "Source",
"base": ".",
"recursive": true,
"filter": "*"
}
],

"projects":
[
{
"project": "Packages\\2010\\SynEdit.groupproj",
"compiler_min": 21,
"compiler_max": 21
},
{
"project": "Packages\\XE\\SynEdit.groupproj",
"compiler_min": 22,
"compiler_max": 22
},
{
"project": "Packages\\XE2\\SynEdit.groupproj",
"compiler_min": 23,
"compiler_max": 23
},
{
"project": "Packages\\XE3\\SynEdit.groupproj",
"compiler_min": 24,
"compiler_max": 24
},
{
"project": "Packages\\XE4\\SynEdit.groupproj",
"compiler_min": 25,
"compiler_max": 25
},
{
"project": "Packages\\XE5\\SynEdit.groupproj",
"compiler_min": 26,
"compiler_max": 26
},
{
"project": "Packages\\XE6\\SynEdit.groupproj",
"compiler_min": 27,
"compiler_max": 27
},
{
"project": "Packages\\XE7\\SynEdit.groupproj",
"compiler_min": 28,
"compiler_max": 28
},
{
"project": "Packages\\XE8\\SynEdit.groupproj",
"compiler_min": 29,
"compiler_max": 29
},
{
"project": "Packages\\RX\\SynEdit.groupproj",
"compiler_min": 30,
"compiler_max": 30
},
{
"project": "Packages\\RX1\\SynEdit.groupproj",
"compiler_min": 31,
"compiler_max": 31
}
]
}
Binary file added components/synedit/Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions components/synedit/Readme.md
@@ -0,0 +1,26 @@
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.

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

http://synedit.sourceforge.net

To get started check out the different examples. If you have questions, please subscribe to the SynEdit user list and ask there, if you want to hack SynEdit you should subscribe to the SynEdit developer list. General feedback and suggestions or fixes are welcome.

There is no documentation yet, help in this area is especially welcome!

Historical Note
---------------
SynEdit had been started as an attempt to continue the no longer maintained
sources of the mwEdit project. The last public version 0.92a of mwEdit can be
found at the SynEdit website in the download section.

The mwEdit project was started in 1998 by Martin Waldenburg, aim was to produce a syntax highlighting editor component for an Open Source IDE. In the 15 months that mwEdit was developed in public Martin was increasingly dissatisfied with the direction the development of mwEdit took, so he finally requested that his name and initials had to be removed from the project.
Therefore this is now called SynEdit, and it is an Open Source project under the MPL (Mozilla Public License, but see the individual source files for the terms).
There would however be no such project if Martin had not started to develop mwEdit, so we would like to thank Martin Waldenburg for his efforts, and of course all the other developers of the mwEdit project.

Misc.
-----
Delphinus support added
63 changes: 0 additions & 63 deletions components/synedit/Readme.txt

This file was deleted.

0 comments on commit e0b03c1

Please sign in to comment.