Menu

#190 tab and font size not remembered with recordWindowState

9.0.2
closed
nobody
None
Bug
major
2018-12-21
2018-11-07
No

I have a file I need to view in a very small font size (12) and a very large tab size (24).
So I select recordWindowState and set these. But when I reopen the file later, the settings are not respected. Instead the file opens in my standard settings (fontsize 18 and tabsize 4).
Thisbug is seen both in the new 9.0.1 and in the previous version from before the file window menu was made into an [I] button.

Discussion

  • Bernard Desgraupes

    At the moment, this is not a bug, but rather a design. Currently the Record Window State feature records the encoding, the window geometry and the selection as extended file system attributes. You can see this from a Terminal window using the xattr command line tool. For instance, if you enabled Record Window State on a file called foobar, type:

    xattr -l foobar
    

    That said, we could turn this ticket into a feature request...

     
  • Bernard Desgraupes

    This RFE is now implemented.
    Changes committed to the repository (rev. 1568). The core must be rebuilt.

     
  • Bernard Desgraupes

    • status: open --> fixed
     
  • Bernard Desgraupes

    • status: fixed --> closed
    • Version: 9.0.1 --> 9.0.2
     

Log in to post a comment.