vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
812 stars 129 forks source link

PyCharm freezing on long caption lines #887

Open mbhall88 opened 3 years ago

mbhall88 commented 3 years ago

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 commented 3 years ago

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