This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cheryl.sabella
Recipients cheryl.sabella, serhiy.storchaka, terry.reedy
Date 2017-10-27.17:33:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509125611.71.0.213398074469.issue31860@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know if saving the changes would be too difficult.

1.  Create a new config file for the text (I think it would clutter the existing config files, but could also add it there).
2.  Load font_sample_text from the config file.
3.  In apply(), write the text back to the config file.

Issues:
1.  Have a reset button so that the original sample text could be restored at some point?  If so, then need to store the original (current) text somewherem maybe a .def and .cfg version like for the other settings?  A reset button would also require some screen space from the text frame.
History
Date User Action Args
2017-10-27 17:33:31cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy, serhiy.storchaka
2017-10-27 17:33:31cheryl.sabellasetmessageid: <1509125611.71.0.213398074469.issue31860@psf.upfronthosting.co.za>
2017-10-27 17:33:31cheryl.sabellalinkissue31860 messages
2017-10-27 17:33:31cheryl.sabellacreate