> > > File "c:\leo.repo\leo-editor\leo\commands\editFileCommands.py", line > 580, in compute_dicts > assert v1.context != v2.context > > AssertionError > > > Edward >
I plan to use something similar to NodeIndices for assigning unique string keys to every created Commander instance. That way it would not matter if two commander instances are opened with the same file, or if a user executes saveAs and fileName get changed. Using fileName() was my first guess, but it would be much better to have stable and unique key for commanders. Vitalije -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
