Re: Restarting the vim-emulation project

2014-07-24 Thread Zoltan Benedek
Excellent! For me the main obstacle in adopting Leo was Vim. Vim is so powerful and efficient, you can work by keyboard only. Thanks Edward, for your endeavor and work. Zoltan On Wednesday, July 23, 2014 3:54:36 PM UTC+3, Edward K. Ream wrote: Encouraged by the success of the simplified

Re: @url not working?

2014-07-24 Thread Fidel N
Hey: Did you try control + click the headline? On Thu, Jul 24, 2014 at 6:25 AM, Indrajith indrajit...@gmail.com wrote: I am returning to Leo after a very long time. The last time I was using it was in 2008 or so, when it was still developed using Tk. I used to use @url quite a lot, and is

Re: @url not working?

2014-07-24 Thread Indrajith
Thanks, it works on Ctrl + Click (Left Button) But, some observations. Case 1: Node Headline in the format - @url address with *out* http:// It doesn't work. :( Case 2: Node Headline in the format - @url address with http:// :) Works Case 3: Node Headline in the format @url some text , body

Problem DnD of a file to Node

2014-07-24 Thread Indrajith
There seems to be a problem with Leo 4.11 Windows 8. DnD of file from Desktop to the node, only puts the name of the file. But, if the file is DnD from any other folder through explorer then file:// is appearing. Seems to be a bug. -- You received this message because you are subscribed to

Re: @url not working?

2014-07-24 Thread Fidel N
I think so, the only way a URL can be detected within a string is through the http// in the beginning. The fact is that common URL detection is being used for opening the url's, meaning, the common url detection script doesnt take the advantage of knowing that the node is a @url node to guess

Re: Standarized file importing, and keeping Leo updated

2014-07-24 Thread 'Terry Brown' via leo-editor
On Thu, 24 Jul 2014 02:31:34 -0700 (PDT) Fidel N fidelpe...@gmail.com wrote: #Replacement of your method: c.frame.tree.treeWidget.urlDrop = urlDrop c.frame.tree.treeWidget.urlDrop = types.MethodType(urlDrop, c.frame.tree. treeWidget.urlDrop) I think that should be just one assignment:

Re: Representing Leo outlines in git

2014-07-24 Thread Fidel N
When you cut an outline, then paste it otherwhere (same or other file), you loose the gnx of every node in that outline. The Paste Node As Clone (paste-retaining-clones) command preserves gnx's, and hence clone links. Edward Shouldn't paste-clone do a paste-retaining-clones by

Re: Standarized file importing, and keeping Leo updated

2014-07-24 Thread Fidel N
Hehe yes, thanks :) On Thu, Jul 24, 2014 at 3:31 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Thu, 24 Jul 2014 02:31:34 -0700 (PDT) Fidel N fidelpe...@gmail.com wrote: #Replacement of your method: c.frame.tree.treeWidget.urlDrop = urlDrop