[issue31860] IDLE: Make font sample editable

2019-01-17 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

Closing #31777 as duplicate of this.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2018-01-22 Thread Terry J. Reedy

Terry J. Reedy  added the comment:

Postscript: I read a week or so ago that a new Windows 10 font chooser will 
have this feature.  There was not much detail and I believe it is currently 
only part of the Preview package.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-28 Thread Terry J. Reedy

Change by Terry J. Reedy :


--
pull_requests:  -4125

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-27 Thread Roundup Robot

Change by Roundup Robot :


--
pull_requests: +4125

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-27 Thread Terry J. Reedy

Change by Terry J. Reedy :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-27 Thread Terry J. Reedy

Change by Terry J. Reedy :


--
pull_requests:  -4123

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-27 Thread Terry J. Reedy

Terry J. Reedy  added the comment:


New changeset 6a2957de08e0c2d73f3124d12874b408cda4633d by Terry Jan Reedy (Miss 
Islington (bot)) in branch '3.6':
bpo-31860: Make the font sample in the IDLE font configuration dialog editable. 
(GH-4106) (#4154)
https://github.com/python/cpython/commit/6a2957de08e0c2d73f3124d12874b408cda4633d


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-27 Thread Roundup Robot

Change by Roundup Robot :


--
pull_requests: +4123

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-27 Thread Roundup Robot

Change by Roundup Robot :


--
pull_requests: +4122
stage: commit review -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-27 Thread Terry J. Reedy

Terry J. Reedy  added the comment:


New changeset ed6554c487fb2403bc88be6deee611c7a4171d33 by Terry Jan Reedy 
(Serhiy Storchaka) in branch 'master':
bpo-31860: Make the font sample in the IDLE font configuration dialog editable. 
(#4106)
https://github.com/python/cpython/commit/ed6554c487fb2403bc88be6deee611c7a4171d33


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-27 Thread Cheryl Sabella

Cheryl Sabella  added the comment:

Makes sense.  I guess I didn't think of it being frozen because I was thinking 
of it being more like the Recent Files list, but pre-populated if it were 
empty.  As you said, probably not worth the effort.  :-)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-27 Thread Terry J. Reedy

Terry J. Reedy  added the comment:

Cheryl, thanks for explaining, in part, why I don't want to do this ;-).  Using 
the the current .def, .cfg system would mean that the default sample would be 
frozen.  I want to be able to change it.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-27 Thread Cheryl Sabella

Cheryl Sabella  added the comment:

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.

--
nosy: +csabella

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-26 Thread Terry J. Reedy

Terry J. Reedy  added the comment:

Thanks for the patch.  Adding the feature is somehow easier than I expected.  
After moving the sample text to module level, which I considered doing before, 
saving edits for the duration of an IDLE session turned out to also be easy.  

With 11 point Lucida Console, there is room for 5 more lines, without erasing 
anything, before anything scrolls off the top.

I expect that saving changes across IDLE sessions would be much harder and 
likely not worth the effort.  I think that exploring font choices is likely 
rare enough that there is little need to do so.

--
stage: patch review -> commit review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-24 Thread Serhiy Storchaka

Change by Serhiy Storchaka :


--
keywords: +patch
pull_requests: +4076
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31860] IDLE: Make font sample editable

2017-10-24 Thread Serhiy Storchaka

New submission from Serhiy Storchaka :

The proposed patch makes the font sample in IDLE font configuration dialog 
editable. This allows users to test fonts with arbitrary samples.

--
assignee: terry.reedy
components: IDLE
messages: 304909
nosy: serhiy.storchaka, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: Make font sample editable
type: enhancement
versions: Python 3.6, Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com