Re: Minor problems with graphcanvas.py and possible fixes for them

2017-03-12 Thread 'Terry Brown' via leo-editor
On Sun, 12 Mar 2017 08:43:56 -0700 (PDT) Pavel Balashov wrote: > Terry, thank you for the explanation. I have already created a branch > and a pull request just for the zoom problem, so I will create a > separate branch for the layout problem. But next time I will follow >

Re: Minor problems with graphcanvas.py and possible fixes for them

2017-03-12 Thread Pavel Balashov
Terry, thank you for the explanation. I have already created a branch and a pull request just for the zoom problem, so I will create a separate branch for the layout problem. But next time I will follow your advice :) Pavel On Sunday, March 12, 2017 at 2:13:59 AM UTC+1, Pavel Balashov wrote: >

Re: Minor problems with graphcanvas.py and possible fixes for them

2017-03-12 Thread 'Terry Brown' via leo-editor
On Sun, 12 Mar 2017 01:06:39 -0800 (PST) Pavel Balashov wrote: > If you don't mind, I would like to try and commit my changes using > git and GitHub - it will be a new experience for me! But I don't > know, whether I should do 2 separate pull requests or a single one > with

Re: Minor problems with graphcanvas.py and possible fixes for them

2017-03-12 Thread Pavel Balashov
Edward and Terry, thank you both for warm welcome :) Terry, you are right, the problem with zooming is caused by incompatibility between PyQt4 and PyQt5, so it is easy to fix by checking Qt version with isQt5 variable from leo.core.leoQt. But the problem with layout is a bit different. After

Re: Minor problems with graphcanvas.py and possible fixes for them

2017-03-11 Thread Edward K. Ream
On Sat, Mar 11, 2017 at 2:46 PM, Pavel Balashov wrote: > > recently I have started to use Leo editor for outlining my university > projects and I like it a lot. Also I was really excited about one of its > plugins, graphcanvas.py, and its ability to automatically layout nodes

Re: Minor problems with graphcanvas.py and possible fixes for them

2017-03-11 Thread Terry Brown
P.s. my email's terrynbr...@gmail.com, can't work out why this email last hides my address. On March 11, 2017 7:53:30 PM CST, 'Terry Brown' via leo-editor wrote: >On Sat, 11 Mar 2017 12:46:32 -0800 (PST) >Pavel Balashov wrote: > >> Hello, >>

Re: Minor problems with graphcanvas.py and possible fixes for them

2017-03-11 Thread 'Terry Brown' via leo-editor
On Sat, 11 Mar 2017 12:46:32 -0800 (PST) Pavel Balashov wrote: > Hello, > > recently I have started to use Leo editor for outlining my university > projects and I like it a lot. Also I was really excited about one of > its plugins, graphcanvas.py, and its ability to

Minor problems with graphcanvas.py and possible fixes for them

2017-03-11 Thread Pavel Balashov
Hello, recently I have started to use Leo editor for outlining my university projects and I like it a lot. Also I was really excited about one of its plugins, graphcanvas.py, and its ability to automatically layout nodes in the graph. I had several problems with this plugin, but was able to