pyscripter / SynEdit

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

Synedit-2 fails to install using MultiInstaller #12

Closed raelb closed 5 years ago

raelb commented 5 years ago

Hi I was running the pyscripter MultiInstaller in Thirdparty folder. It fails to install SynEdit-2.

Error: It is missing unit SynMemo

Fix: Need to add unit SynMemo from other distribution, or remove part to install TSynMemo from SynEditReg.pas

RegisterComponents(SYNS_ComponentsPage, [TSynEdit, TSynMemo]);

pyscripter commented 5 years ago

SynMemo was removed from the project but had forgot to remove it from the registration unit. Fixed now.