Menu

#108 Recent file browser

9.0b1
closed
nobody
None
Bug
AlphaTcl
minor
2017-02-27
2017-02-20
No

If I select Help->Examples->Browser, then select "recent files", and then select a file and hit enter, I have a dialog with the following message:
File "{...} UTF8" not found.
where ... is an actual path to a file.
Maybe a consequence of the new format for remembering the encoding with the pathname in recent file?
Best,
Sylvain

Discussion

  • Bernard Desgraupes

    You are right. The procedural fileset invokes recentfiles::listItems which now returns a list of pairs {path encoding} instead of a simple list of paths. I have fixed this now (but we loose the information about the encoding). I have also fixed the window's position in proc browse::OpenWindow to cope with new geometry syntax.

    Changes committed to the repository (rev. 1261).

     
  • Bernard Desgraupes

    • status: open --> fixed
     
  • Bernard Desgraupes

    • status: fixed --> closed
    • Version: 9.0a14 --> 9.0b1
     

Log in to post a comment.