Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A bug with exception #203

Open
achinastone opened this issue Jan 25, 2024 · 2 comments
Open

A bug with exception #203

achinastone opened this issue Jan 25, 2024 · 2 comments

Comments

@achinastone
Copy link

achinastone commented Jan 25, 2024

in SynEdit.pas
line 5515:
move(TargetText[1], pTarget^, Length(TargetText) * sizeof(Char));

When the TargetText is a empty string with length zero, The TargetText[1] with lead exception.

@Lajos-Juhasz
Copy link
Contributor

This fork of the SynEdit is not (very) active lately, you should switch to the fork that is active at: https://github.com/pyscripter/SynEdit-2.

@ansgarbecker
Copy link

@Lajos-Juhasz the one from pyscripter has its last commit from Sep 2020, while this repo has commits from Jan 22.
Also, pyscripter/SynEdit-2 shows a message saying "This repository has been archived by the owner on Oct 22, 2022. It is now read-only."

pyscripter added a commit to pyscripter/SynEdit that referenced this issue Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants