idea-multimarkdown icon indicating copy to clipboard operation
idea-multimarkdown copied to clipboard

PyCharm freezing on long caption lines

Open mbhall88 opened this issue 5 years ago • 1 comments

When writing a long caption I have noticed it sometimes causes PyCharm to freeze.

An example of the syntax I am using

![caption](path/to/img){#fig:myfigure}

When writing in the caption section, when the line starts to get wider than the editor screen PyCharm starts to get a little bit "glitch-y" and sometimes freezes completely and I have to kill the process. I don't know why it doesn't autowrap these lines for. But when I try to wrap them myself it automatically adds in a double-space/newline which I don't want in the caption.

Using plugin version 3.0.202.112
PyCharm version 2020.2.2
Ubuntu 18.04

mbhall88 avatar Sep 24 '20 00:09 mbhall88

Update: I think it may have something to do with the popup box that shows up when typing in the caption section.

mbhall88 avatar Sep 24 '20 01:09 mbhall88