DeltaEscher / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

Reload with encoding does not update status bar #373

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a document
2. Goto file=>reload with encoding
3. Reload with a different encoding

What is the expected output? What do you see instead?
The statusbar should show the new encoding that the document is loaded
with, instead it still shows the old encoding even though the document is
using the newly set encoding.

Original issue reported on code.google.com by CodyPrec...@gmail.com on 10 Jun 2009 at 7:07

GoogleCodeExporter commented 8 years ago
Listen for file opened messages and update the statusbar when they happen.

Original comment by CodyPrec...@gmail.com on 11 Jun 2009 at 11:42