[issue20403] Idle options dialog: add help

2020-06-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: The help file is help.html. Pulling snippet from this would be rather awkward. The suggested additions to help.txt more or less duplicate the Setting preferences subsection. So closing. -- resolution: -> out of date stage: needs patch -> resolved

[issue20403] Idle options dialog: add help

2017-06-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: Help has been restored, but perhaps not with this patch. Before closing, I should check if there is anything I want to use. -- assignee: -> terry.reedy components: +IDLE versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.3, Python 3.4 __

[issue20403] Idle options dialog: add help

2014-02-22 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: This patch brings back the help button to idle config dialog. It uses regex to "get" the correct section from the help.txt file(the same file used to display IDLE help). To make it more useful,i have added few help sentences to each of the tabs present in t

[issue20403] Idle options dialog: add help

2014-01-26 Thread Terry J. Reedy
New submission from Terry J. Reedy: The Idle options/configuration dialog had a useless Help button that did nothing. #17721 commented out the creation and packing of the button. This issue is about making the Help method work. Perhaps it should open the general help document at the options se