The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
261 views

How to enable line numbering in SynEdit?

I have recently downloaded SynEdit and I'm wondering how to enable line numbering (like in Lazarus)? I don't found anything at the internet. Thanks in advance.
2
votes
2answers
400 views

Drag and drop text into SynEdit control

I have a TSynEdit control on a form and I want to drag and drop the focused node text from a TVirtualStringTree. I would like it to behave in the same way as when you drag and drop the highlighted ...
0
votes
1answer
363 views

Install SynEdit into Delphi 2010 - SynEdit_R2010.bpl is missing

I am attempting to install SynEdit_D2010 into my Delphi 2010 IDE, and I get an error stating that the program can't start because SynEdit_R2010.bpl is missing from my system. As far as I can tell, ...
33
votes
1answer
1k views

SynEdit for Firemonkey?

Is there a synedit package that works with firemonkey (or someone working on it) ? From what I can gather there was a VGScene port earlier (see: this site), but it seems to been removed. Also see ...
4
votes
1answer
272 views

How Do You Update SynMemo Undo/RedoList When Deleting and Inserting a Line

If you delete a line and then insert a new line into TSynMemo how do you update the UndoList and RedoList so that the change can be undone with SynMemo.Undo? SynMemo1.BeginUpdate; iLineIndex := ...
3
votes
2answers
551 views

Help with integrating latest Delphi Web Script (DWS) with SynEdit

I decided to have a concerted effort to get the excellent DWScript (Delph Web Script DWS) integrated into a simple IDE using SynEdit. DWScript is currently being agressively developed and has a number ...
1
vote
1answer
686 views

Delphi: simply highlight text in SynEdit

I have 20 different words. How to highlight rows with those words in different colors in SynEdit? If it is not possible to highlight rows then just to highlight the words. Big Thanks!!!!!!
2
votes
1answer
285 views

How i can call the system popup menu from a TSynEdit component

When I make a right click in a TMemocomponent the system display a popup menu like this but when I use a TSynEdit component this popup menu is not shown, the question is exist any way to activate ...
-1
votes
1answer
377 views

Delphi. SynEdit - load big files. Virtual mode? [closed]

can anybody help? How to load big files (2-5 MB) into SynEdit/UniSynEdit and do not let application get stuck, to make fast work? Is there virtual mode? Thanks!!!
2
votes
2answers
243 views

Delphi. SynEdit - load last 500 KB of file

Please suggest me something. How can I load into UniSynEdit/SynEdit last 500 KB of file if it is more then 500 KB? Thanks!!!
7
votes
2answers
2k views

What is the latest SynEdit version or clone?

I havent used synEdit for a while, but today I found that I needed a good editor for a form with script support. As I went to download synEdit (which my mind had frozen in time as a "sure thing") I ...
4
votes
2answers
1k views

How to Install a Delphi 2009 Component Package in Delphi 2010 ( UniSynEdit Package )?

I downloaded the SynEdit Unicode Vervion ( UniSynEdit ) , it contains packages of D5-D2009 , but i want to install it in Delphi 2010 ! , I loaded D2009 Package in D2010 IDE , It compiles successfully ...
1
vote
1answer
821 views

Delphi, switching from [Uni]SynEdit to SyntaxMemo SDK

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 ...
0
votes
1answer
515 views

SynEdit & RegEx search

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 ...
1
vote
1answer
991 views

SynEdit change markers (yellow or green line on gutter)

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 ...
5
votes
1answer
352 views

SynEdit - where to find community?

I'm looking for some forum/mailing list where can I find active SynEdit users community? Official forums on SourceForge looks like dead...
0
votes
4answers
902 views

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

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...
8
votes
2answers
2k views

Making an IDE using Pascal Script and SynEdit

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