[issue25031] IDLE - file list improvements

2020-06-06 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: -kbk, roger.serwy versions: +Python 3.10 -Python 3.6, Python 3.7 ___ Python tracker ___ ___ Pyt

[issue25031] IDLE - file list improvements

2017-06-19 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy stage: -> test needed versions: +Python 3.7 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___ _

[issue25031] IDLE - file list improvements

2015-09-08 Thread Mark Roseman
Mark Roseman added the comment: This first patch is a straight refactoring so that other modules do not touch the FileList internals. This is done in two steps. First, we remove references to inversedict etc. from outside FileList. Second, we run all notifications through FileList. So for ex

[issue25031] IDLE - file list improvements

2015-09-08 Thread Mark Roseman
New submission from Mark Roseman: This is a placeholder for what will be a series of patches to the FileList to generalize and enhance it. This is part of generalizing pieces of IDLE to be more flexible, including things like editors not necessarily being in toplevel windows, dialogs not bein