Programming Languages: Delphi/Kylix
License: Mozilla Public License 1.0 (MPL), GNU General Public License version 2.0 (GPLv2), Apache Software License
browse code,
statistics,
last commit on 2013-05-21
svn co https://synedit.svn.sourceforge.net/svnroot/synedit synedit
romankassebaum committed revision 109 to the SynEdit SVN repository, changing 2 files.
2013-05-21 09:14:20 PDT by romankassebaum
Hi I have tried to find the version from letter press, I wa tn to help add the feature of code folding. Sorry for posting this here but have not found a way to contact the leading team, please email at: fduenas at gmail dot com regards.
2013-05-16 11:12:47 PDT by fduenas77
egrange committed revision 108 to the SynEdit SVN repository, changing 1 files.
2013-05-04 04:29:05 PDT by egrange
romankassebaum committed revision 107 to the SynEdit SVN repository, changing 11 files.
2013-04-25 00:31:46 PDT by romankassebaum
egrange committed revision 106 to the SynEdit SVN repository, changing 1 files.
2013-04-18 05:45:26 PDT by egrange
AFAIK this is on par with how TDBEdit and other DB-aware controls behave?.
2013-03-22 22:08:55 PDT by etrusco
The parameter could just be changed to TCustomIniFile, so it keeps code compatibility but at least allows the user to pass in an TMemIniFile instance.
2013-03-22 21:59:41 PDT by etrusco
The fixes proposed here: https://sourceforge.net/tracker/?func=detail&aid=3463370&group_id=3221&atid=103221 ... and implemented in UpdateScrollBars tend to cause a lot of redrawing, making SynEdit feel rather sluggish. if Visible then SendMessage(Handle, WM_SETREDRAW, 0, 0); (line 5492) if Visible then SendMessage(Handle, WM_SETREDRAW, -1, 0); (line 5580)
2013-02-26 13:00:21 PST by orwelldevcpp
egrange committed revision 105 to the SynEdit SVN repository, changing 1 files.
2013-02-18 07:12:23 PST by egrange
egrange committed revision 104 to the SynEdit SVN repository, changing 1 files.
2013-02-18 00:22:43 PST by egrange