Message294735
We should not change simpledialog.py, but we could change bindings after import. However, since last summer, we can instead replace simpledialog.py with subclasses of ttk-using query.Query, with custom validators. editor.py uses askinterger for indent width, columns/tab, and goto line number. Iomenu uses askstring for encoding. I have already planned to use Query for the line# box. | |
| Date | User | Action | Args | | 2017-05-30 04:12:58 | terry.reedy | set | recipients: + terry.reedy, serhiy.storchaka, louielu | | 2017-05-30 04:12:58 | terry.reedy | set | messageid: <1496117578.87.0.120168020727.issue27115@psf.upfronthosting.co.za> | | 2017-05-30 04:12:58 | terry.reedy | link | issue27115 messages | | 2017-05-30 04:12:58 | terry.reedy | create | | |