I am in the midst of several housekeeping projects: 1. No part of Leo's core now uses clones as a way of duplicating code. In most cases, I created new helper functions. However, the almost-never-used code in leoTangle.py is too horrible to refactor safely. Instead, I simply broke the clone links by copying/pasting node. This wouldn't work in the one place where the clones were siblings. Fortunately, it was easy enough to create a helper function.
2. I have already removed the newFilter switch in qtGui.py. Now, the code that remains are the calls to g.app.gui.setFilter. 3. Similarly, I am about to remove the switch "if True or isQt5" and remove the "else" clauses of those tests. Edward -- 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 http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
