texstudio icon indicating copy to clipboard operation
texstudio copied to clipboard

Editor typing is extremely slow

Open christianhaas94 opened this issue 9 months ago • 3 comments

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

christianhaas94 avatar Jun 13 '25 13:06 christianhaas94

I don't see that here. ( Several win11 computers).

sunderme avatar Jun 13 '25 14:06 sunderme

maybe try default settings for a while. Go to %appdata% and rename folder texstudio while txs is not running.

octaeder avatar Jun 13 '25 15:06 octaeder

Unfortunately no changes if i delete the appdata. I think it might be a problem with my document. But still searching.

christianhaas94 avatar Jun 15 '25 14:06 christianhaas94

not reproducible, no hints on underlying cause

sunderme avatar Jul 05 '25 08:07 sunderme

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.

pmdscully avatar Sep 19 '25 02:09 pmdscully