On Wed, May 20, 2015 at 8:40 AM, Edward K. Ream <[email protected]> wrote:
I am going to cut my losses and declare that the port of PythonTidy.py to Python 3 has failed. It's disappointing that so much recent work will soon be thrown away, but wrestling with PythonTidy seems like a waste of time. Applying autopep8 to external files rather than outlines seems like a more elegant way in the long run. The latest code now simply issues a warning and does nothing if g.isPython3 is True. Later, the code will issue a warning if autopep8 can not be imported. I do plan to use PythonTidy to beautify Leo's code. The present PythonTidy code does everything I want, except for a nodes containing Leo directives and section references. I'll simply to ignore those nodes, or fix them by hand. That should be good enough: it's time to move on to better things. 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.
