Editor typing is extremely slow
Environment
- TeXstudio 4.8.7
- Qt: 6.9.0
- OS: Windows 11
Expected behavior
Typing in the editor should be possible without any noticable delay, worked that way until I upgradet to windows 11
Actual behavior
Every character needs about one second to apear. If I type longer centences, TexStudio even frezes. Tryed to dissable any spell or language checking, but without any progress. I have no idea, how to solve that issue. I recogniced, for new or verry short files the editor works normal. Nevertheless my files are in my view not so long (~200 lines)
How to reproduce
I don't see that here. ( Several win11 computers).
maybe try default settings for a while. Go to %appdata% and rename folder texstudio while txs is not running.
Unfortunately no changes if i delete the appdata. I think it might be a problem with my document. But still searching.
not reproducible, no hints on underlying cause
Similar issue: I have experienced 1-2 second slow down, particularly when switching between lines.
- Solved by: Closed other open file streams to file. Closed TexStudio, reopened - ok. Restarting operating system would likely have the same effect.
I had two read/write editors opened on the same file (in this case, utilizing TexStudio to edit and compile markdown into internal PDF viewer, while markdown file was open in a separate editor). Closed both; reopened in a TexStudio, which resolved the slow down.
- Expected cause: operating system holding two file stream objects on the single file, suggesting race-like condition on read/write operations.