Re: Code academy: icons

2016-02-06 Thread 'Terry Brown' via leo-editor
On Sat, 6 Feb 2016 14:36:29 -0600 "'Terry Brown' via leo-editor" wrote: > If you'd tested > 'icons' instead of 'lineYOffset', you'd have seen no problem. I see you were following an example that tested 'lineYOffset'. Also, I see no use of 'lineYOffset' in the code

Re: Code academy: icons

2016-02-06 Thread 'Terry Brown' via leo-editor
On Sat, 6 Feb 2016 11:00:38 -0800 (PST) Richard Andersen wrote: [snip] > ''' create a listing of all nodes which have icons ''' > > aList = [p.copy() for p in c.all_unique_positions() if 'lineYOffset' > in p.u] #print('\n'.join([p.h for p in aList])) >

I've been working on the make_stub_files project

2016-02-06 Thread Edward K. Ream
This project (the code is here , scroll down for the docs) has taken *all* my attention. I expect that this project will be well and truly finished in about a week. I shall not

Re: Code academy: icons

2016-02-06 Thread Richard Andersen
Would certainly appreciate understanding where my mistake is in my code below.It's rather perplexing because the GUI is doing what I want, but something isn't changing within the underlying data structure. The icon manipulations scripts are really great, except for one. Adding icons