My WinMerge patch:
69c69
< function IsInCommentOrString(Editor: TCustomSynEdit; APoint: TPoint): Boolean;
---
> function IsInCommentOrString(Editor: TCustomSynEdit; APoint: TBufferCoord): Boolean;
96,98c96,98
< ThisWordStart: TPoint; // position where this word begins
< PrevWordStart: TPoint; // position where previous word start
< PrevWordStop: TPoint; //...
2009-09-10 00:02:16 UTC in DelphiWebScript