TurboPack / SynEdit

SynEdit is a syntax highlighting edit control, not based on the Windows common controls.
221 stars 73 forks source link

TSynedit.SetOptions() group UNDO #243

Open JaFi-cz opened 1 year ago

JaFi-cz commented 1 year ago

In the code Synedit.pas, procedure TCustomSynEdit.SetOptions() line 7232

GroupUndo is set before FOptions := Value is assigned. It means GroupUndo isn't set according to eoGroupUndo options.

Please move line 7238 (FOptions := Value) before some values are testing and assigning, it means before 7232

pyscripter commented 1 year ago

FYI This has been fixed in pyscripter/synedit