synedit

Making an IDE using Pascal Script and SynEdit

Hi, I'm creating a built-in script engine using PascalScript from RemObjects (excellent) and the SynEdit editor. It's almost finished using the IDE example shipped with PascalScript and the IDE example in SynEdit - but - I can't see how to ask PascalScript whether a numbered source line is 'executable' or not. (I can then use this to mar...

Open source editors using (Uni)SynEdit [except Dev-PHP/Dev-C++]

Hi, 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... ...

SynEdit - where to find community?

Hi, I'm looking for some forum/mailing list where can I find active SynEdit users community? Official forums on SourceForge looks like dead... ...

SynEdit change markers (yellow or green line on gutter)...

Hi, does anyone know how to add "change markers" functionality to SynEdit? I mean those lines, green for modified & saved, yellow for modified & unsaved parts of document... here is an example from other editor: ...

SynEdit & RegEx search

Hi, I'm looking for some example how to do regex search on SynEdit control in Delphi ? I'd like to implement something like "grep" search in the current document ... ...

Delphi, switching from [Uni]SynEdit to SyntaxMemo SDK

Hello, we're about to switch from SynEdit (Unicode version) to SyntaxMemo SDK, however prior to the final decision we need to estimate the real cost of the switch. We've been using custom syntax highlighter for SynEdit built to suit our needs. Now it'll be neccessary to rewrite it, in order to work with SyntaxMemo SDK. We have already be...