[issue27115] IDLE: replace uses of tkinter simpledialog with query.Query

2017-05-31 Thread Louie Lu
Louie Lu added the comment: Terry, on the original issue about goto dialog, I would like to propose another approach, instead of using query.Query or simpledialog, how about to make it as a single-window application like sublime text:

[issue27115] IDLE: replace uses of tkinter simpledialog with query.Query

2017-05-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: Louie, please don't revert header corrections made by a core developer. I see no mention of binding to press versus release in the original query issue: #27380. Since the original query code is an edited version of previous code, I suspect I left the binding

[issue27115] IDLE: replace uses of tkinter simpledialog with query.Query

2017-05-30 Thread Louie Lu
Louie Lu added the comment: Ok, changed to query.Query will be good. But the problem still exist, query.Query use "" to bind at button ok, should it re-bind to "" at subclass such as AskInteger(Query) ? -- versions: +Python 3.5 -Python 3.7 ___

[issue27115] IDLE: replace uses of tkinter simpledialog with query.Query

2017-05-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: IDLE: replace used of tkinter simpledialog with query.Query -> IDLE: replace uses of tkinter simpledialog with query.Query ___ Python tracker