This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author markroseman
Recipients kbk, markroseman, roger.serwy, terry.reedy
Date 2015-09-08.15:53:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441727599.54.0.0383020553407.issue25031@psf.upfronthosting.co.za>
In-reply-to
Content
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 being modal, etc.

The goal is to turn the FileList into an application "hub" that knows about the various pieces of the application, and can be used for communication between them. Some aspects of this will include:

1. Ensuring other modules don't use internal implementation (e.g. dict/inversedict) so can change it later.

2. Merging PyShellFileList into here (will keep things simpler).

3. Having FileList launch/keep track of certain dialogs (e.g. config) or other non-editor components.

4. Eventually take on some other responsibilities from editors, part of a general component/container refactoring.
History
Date User Action Args
2015-09-08 15:53:19markrosemansetrecipients: + markroseman, terry.reedy, kbk, roger.serwy
2015-09-08 15:53:19markrosemansetmessageid: <1441727599.54.0.0383020553407.issue25031@psf.upfronthosting.co.za>
2015-09-08 15:53:19markrosemanlinkissue25031 messages
2015-09-08 15:53:18markrosemancreate