0

does anyone know some good open source editors / IDES that are using SynEdit? this is very powerful control, but it definitely lacks some advanced demos...

migajek
  • 8,524
  • 15
  • 77
  • 116

5 Answers5

3

The Lazarus IDE is built around SynEdit. That's about as advanced a "demo" as you can get.

Mason Wheeler
  • 82,511
  • 50
  • 270
  • 477
  • Lazarus uses "own" version of synedit, fork of SynEdit 1.*something* version. It is quite different in fact. And, to be honest, I was looking for some less advanced demo ;) ;) – migajek Aug 01 '09 at 18:36
  • mwedit even. Though they synced later with some synedit version. – Marco van de Voort Aug 02 '09 at 10:13
3

Innosetup uses SynEdit and you can get the source to examine for free. I found the demos that come with Synedit quite acceptable though. Bri

Brian Frost
  • 13,334
  • 11
  • 80
  • 154
1

My favorite programmer's editor, ConTEXT Editor that recently has turned Open Source.

The project is hosted on Google Code.

paolorossi
  • 369
  • 4
  • 9
0

There is Syn text editor. Somewhat dated but should give you an idea.

utku_karatas
  • 6,163
  • 4
  • 40
  • 52
0

Tinn-R uses the latest version (UNICODE) of SynEdit:

jcfaria
  • 312
  • 3
  • 14