TurboPack / SynEdit

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

Fix issue #217 #222

Closed vincentparrett closed 1 year ago

vincentparrett commented 1 year ago

Assert in release mode would remove required code.

pyscripter commented 1 year ago

I would just remove the assert altogether. In any case the next statement would raise an exception.

pyscripter commented 1 year ago

Fixed #217 slightly differently.