mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user