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

add encoding used when saving #154

Closed bibimbop closed 10 years ago

bibimbop commented 11 years ago

It is useful to know what encoding was used while saving the document. I think a good place for it is in the title bar, next to the name of the file. It could stay there until the document is saved.

i.e. before saving:

my_project.html [*]

right after saving:

my_project.html [saved in UFT-8]

right after a new keystroke:

my_project.html [*]

I had a patch that kind-of worked, but no longer since the latest patch. It was a one-liner.

tallforasmurf commented 10 years ago

I think it would be better to put in the status message area for 10 seconds (pqMsgs.flash(msg,msecs=10000)). I will add this to fileSave tomorrow.

bibimbop commented 10 years ago

That's probably good too.