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

BUG : Inconsistent application of custom lexer to mainly .py files and others #20

Closed
parazeeknova opened this issue Jul 27, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@parazeeknova
Copy link
Owner

Introduced after implementing autocorrection, calltips for python

When you open a Python (.py) file, it will have both a custom lexer, calltips, and autocompletions, but when you open a second Python file, the first file's lexer and autocompletion are gone, and it will have the default lexer (uncustomized one). This occurs in a loop in which the new file opened will have both custom lexers and completions working, but the previous files and tabs will default to the default lexer and will not have autocompletions and calltips.

Ig Threading is causing the issue

Check the logs for more details; they are located at the root and named 'zenith-debug.txt'.

@parazeeknova parazeeknova self-assigned this Jul 27, 2024
@parazeeknova parazeeknova added the bug Something isn't working label Jul 27, 2024
@parazeeknova parazeeknova pinned this issue Jul 27, 2024
@parazeeknova
Copy link
Owner Author

Phew finally fixed it after two freaking days...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant