tallforasmurf / PPQT

A post-processing tool for PGDP written in Python, PyQt4, and Qt
GNU General Public License v3.0
4 stars 2 forks source link

Footnote conversion should refresh #123

Closed bibimbop closed 11 years ago

bibimbop commented 11 years ago

If I do:

I get in the resulting document:

/Q F:2 L:8 R:2 [5] Q/

and elsewhere, the footnote is intact:

[Footnote 5: Les noms de ...]

Forcing a refresh (and thus ensuring the notes are actually still correct) should fix that.

tallforasmurf commented 11 years ago

It is indeed critical to refresh before move, ascii-convert, html-convert, and indeed, now I think of it, renumber!

In one of the prior fixes I added some warning text to the ascii and html convert messages, but that's not very good.

My concern is that refresh may be time-consuming. And if you do a manual refresh (and wait for it to complete) and then click renumber or convert and it does ANOTHER refresh, that would be annoying.

I am trying to think how it could tell if the document has changed since the last refresh.

tallforasmurf commented 11 years ago

Well, that was easy. Commit a133785.