Dmitry Shachnev
Dmitry Shachnev
Hi! I cannot reproduce this (but I have Qt 5.15.2). Can you please: - Attach source file and PDF file. - Tell me if you have “Edit → Use WebKit...
Found it. You probably have `toc` or a similar extension enabled, which adds `id` attribute to all headers. And when Qt sees such a header, it turns it into a...
Thanks for your translation too :)
I am sorry that you had data loss because of ReText. ReText writes files in order, not simultaneously. So when your computer crashed, at least one of the files should...
To know the root cause, I need some way to reproduce it. I tried killing ReText process when auto-save is enabled, in all cases the file was saved correctly (not...
This is fixed in the latest commit (83019dbaf1954ec3). However that commit breaks the CI tests, so I am not yet sure it is the right fix. If you could test...
Hm, no, in master this bug *should* be fixed. There is even an auto test that makes sure U+00A0 is preserved (and with fixed PyQt that test passes on Travis...
Can you try running the testsuite to see if it passes on your system? Please run `python3 setup.py test` in a directory where you cloned ReText.
Sorry for the delayed response again. The test passes, so at least some NBSP are converted properly. Can you please attach an example Markdown file (that contains NBSPs) where ReText...
I cannot reproduce this by just opening and saving. However I can reproduce it by cutting the text, pasting it again and then saving.