On Thu, 24 Apr 2008 20:21:11 -0500 "Edward K. Ream" <[EMAIL PROTECTED]> wrote:
> See leoPy.leo: > > Code-->Core classes...-->@thin leoConfig.py-->class > configClass-->Reading and writing .leoRecentFiles.txt (g.app.config) I read through that without working out when entries are removed from the list, I'm sure it's there but there's so much going on to handle .leoRecentFiles.txt in different places it's hard to spot. Or maybe there is no criteria for removing entries? I see where duplicate entries are removed, in Code-->Core classes...-->@thin leoConfig.py-->class configClass-->Setters (g.app.config)-->appendToRecentFiles (g.app.config) but it looks like there's a non-damaging bug there, not all items in the list will be tested because it removes items from the list over which it's iterating. Cheers -Terry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
