Update UniSynEdit to latest version from October 3, 2008 (no repository available unfortunately)

* Merge with heidi related changes (basically only SingleLineMode)
* Readd missing file changelog.htm to keep that file list consistent with the downloaded one
* Merge our own compiler detection again
* Disable including a further compiler includefile jedi.inc
This commit is contained in:
Ansgar Becker
2008-10-18 13:09:16 +00:00
parent a70a0f5bd8
commit e7874bc4b7
99 changed files with 8403 additions and 2703 deletions

View File

@ -26,7 +26,7 @@ replace them with the notice and other provisions required by the GPL.
If you do not delete the provisions above, a recipient may use your version
of this file under either the MPL or the GPL.
$Id: SynEditPythonBehaviour.pas,v 1.5.2.2 2006/05/21 11:59:34 maelh Exp $
$Id: SynEditPythonBehaviour.pas,v 1.5.2.3 2008/09/14 16:24:59 maelh Exp $
You may retrieve the latest version of this file at the SynEdit home page,
located at http://SynEdit.SourceForge.net
@ -110,7 +110,7 @@ procedure TSynEditPythonBehaviour.doProcessUserCommand(Sender: TObject;
HandlerData: pointer);
var
iEditor: TCustomSynEdit;
iPrevLine: WideString;
iPrevLine: UnicodeString;
cSpace: integer;
begin
if (Command = ecLineBreak) and AfterProcessing then