You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
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'.
The text was updated successfully, but these errors were encountered: