[issue22705] Idle extension configuration: add option-help option

2019-02-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: #27099 (converting built-in extensions to features) made this less important. But it is still relevant to actual extensions. There is a dummy extension, zzdummy, for testing. -- stage: needs patch -> patch review versions: +Python 3.8 -Python 2.7,

[issue22705] Idle extension configuration: add option-help option

2014-10-25 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Attached is a patch which attempts to display help text using a ToolTip. The additional requirement is that for entry 'name', there be another entry have a 'name_help' in the config-extensions.def(easier to see the file to understand what I mean). A few

[issue22705] Idle extension configuration: add option-help option

2014-10-23 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Would like to check if a tooltip would be appropriate for this? If yes, I would like to work on it. -- nosy: +sahutd ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22705

[issue22705] Idle extension configuration: add option-help option

2014-10-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: I was originally thinking of displaying 'option-help' beside a read-only text widget containing the value, just under the enable key-value pairs. But I can imagine that tooltips attached to the label (on the left) might be a better alternative. This would

[issue22705] Idle extension configuration: add option-help option

2014-10-22 Thread Terry J. Reedy
New submission from Terry J. Reedy: #3068 adds a extension configuration dialog, with some validation of user input. msg228890 suggest a new 'option-help' option to explain the meaning of options, limit int entries when appropriate, and limit string choices (with a drop-down list) when