Tagged Questions
The synedit tag has no wiki summary.
7
votes
2answers
678 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 ...
7
votes
2answers
1k 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 ...
4
votes
2answers
723 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 ...
4
votes
1answer
277 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...
3
votes
0answers
70 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
253 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 ...
2
votes
1answer
147 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 ...
2
votes
2answers
151 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!!!
1
vote
1answer
605 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 ...
1
vote
1answer
723 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 ...
0
votes
1answer
231 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!!!!!!
0
votes
1answer
198 views
Delphi. SynEdit - load big files. Virtual mode?
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!!!
0
votes
1answer
354 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 ...
0
votes
4answers
663 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...