On Sunday, July 2, 2023 at 10:09:56 AM UTC-4 Edward K. Ream wrote: Leo's now requires only two methods from leoSessions.py: *SM.save_snapshot* and *SM.load_snapshot*. These two methods read and write json data to *~/.leo/session.leo*. Issue #3409 <https://github.com/leo-editor/leo-editor/issues/3409> suggests writing session data to Leo's global cache instead.
I am wondering: is there any reason to retain any of the commands defined in leoSessions.py? I think not. Imo, leoSessions.py should contain only load_snapshot and save_snapshot. What do you say? I agree that going forward, probably only those two are needed. But if the existing commands still work, why remove them? Someone may be using them, someone who isn't following this discussion. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/1ec35faa-41a0-417c-b1b6-03566b74e88an%40googlegroups.com.
