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

Python Highlighter doesn't work #248

Open
Andyk1234 opened this issue Jan 16, 2024 · 0 comments
Open

Python Highlighter doesn't work #248

Andyk1234 opened this issue Jan 16, 2024 · 0 comments

Comments

@Andyk1234
Copy link

Just downloaded and installed the latest version of SynEdit and surprised to find the Python highlighter has the same bug as the 2014 version I was using.

Bug is in the IdentKind function and to fix need to delete line 327 and replace with new code....

old line 327
if FKeywords.Find(s, i) then

To be replaced by
i:=keywords.IndexOf(s);
if i>=0 then

pyscripter added a commit to pyscripter/SynEdit that referenced this issue Jan 16, 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

1 participant