Re: Copying a node with clone status preserved

2014-12-09 Thread Joon Ro
On Tuesday, December 9, 2014 4:17:40 PM UTC-6, Joon Ro wrote: > > On Tuesday, December 9, 2014 6:10:29 AM UTC-6, Edward K. Ream wrote: >> >> >> ​Copy the tree, then do paste-retaining-clones. >> >> > I do not have this option in my context menu (I'm using 5.0 final). Is it > a newer functionalit

Re: Copying a node with clone status preserved

2014-12-09 Thread Joon Ro
On Tuesday, December 9, 2014 6:10:29 AM UTC-6, Edward K. Ream wrote: > > > ​Copy the tree, then do paste-retaining-clones. > > I do not have this option in my context menu (I'm using 5.0 final). Is it a newer functionality? -Joon -- You received this message because you are subscribed to the

Re: Bibtex Plugin no action after double clicking

2014-12-09 Thread Edward K. Ream
On Tue, Dec 9, 2014 at 2:32 PM, Juaco wrote: > > I tried today again with Python2.7, indeed it worked! Finally I can see > the chaos (!) in my *.bib files. > > It would be nice to have it also under Python 3. > ​Rev 7719f4f fixes several Python 3 compatibility issues: - Changed "file" to "open"

Re: Need help for a Zim importer

2014-12-09 Thread Edward K. Ream
On Tue, Dec 9, 2014 at 1:30 PM, Davy Cottet wrote: > OK, thanks. > I'm gonna have a look at this tomorrow. > ​I may get to fixing the bugs in ​ ​​RecursiveImportController this evening. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To u

Re: OT: fun game to boost your regex skills

2014-12-09 Thread Edward K. Ream
On Tue, Dec 9, 2014 at 1:36 PM, Jacob Peck wrote: > http://regexcrossword.com/ > ​Hehe. Who knew :-) 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 le

Re: Problems with git submodules

2014-12-09 Thread Edward K. Ream
On Tue, Dec 9, 2014 at 2:18 PM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > On Tue, 9 Dec 2014 11:27:42 -0800 (PST) > "Edward K. Ream" wrote: > > So I'd like to do the following: > > > > 1. Remove the ckeditor and rope submodules. > > > > 2. "git add" the files in leo/ex

Re: Bibtex Plugin no action after double clicking

2014-12-09 Thread Juaco
I'm sorry for not having answered yet. I had problems with my operating system. I tried today again with Python2.7, indeed it worked! Finally I can see the chaos (!) in my *.bib files. It would be nice to have it also under Python 3. Thanks for your support, Juaco Am Samstag, 29. November

Re: Problems with git submodules

2014-12-09 Thread 'Terry Brown' via leo-editor
On Tue, 9 Dec 2014 11:27:42 -0800 (PST) "Edward K. Ream" wrote: > Imo, the recent addition of the ckeditor and rope submodules are too > clever by half. > > The following discuss problems with using submodules: > > https://codingkilledthecat.wordpress.com/2012/04/28/why-your-company-shouldnt-us

OT: fun game to boost your regex skills

2014-12-09 Thread Jacob Peck
http://regexcrossword.com/ I'm enjoying it -- it's pretty fun, plus I always need brushing up on my regex skills... -->Jake -- 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

Re: Need help for a Zim importer

2014-12-09 Thread Davy Cottet
OK, thanks. I'm gonna have a look at this tomorrow. I'll try to write a very simple script based on RecursiveImportController since I don't need any fancy feature. Dealing with crosslinks, images, external file, checklist or other plugins may be more tricky for achieving a complete Zim importer..

Problems with git submodules

2014-12-09 Thread Edward K. Ream
Imo, the recent addition of the ckeditor and rope submodules are too clever by half. The following discuss problems with using submodules: https://codingkilledthecat.wordpress.com/2012/04/28/why-your-company-shouldnt-use-git-submodules/ http://blogs.atlassian.com/2013/05/alternatives-to-git-subm

Re: Help! rev b435458 is causing problems

2014-12-09 Thread Edward K. Ream
On Tue, Dec 9, 2014 at 1:13 PM, Davy Cottet wrote: > I'm using mercurial and its git interface plugin and I still see some \ > problems in some config files... > I remove the folder and clone it again, that seems to work now. > I made another pull request. > ​I just merged it. Edward -- You r

Re: Help! rev b435458 is causing problems

2014-12-09 Thread Davy Cottet
I'm using mercurial and its git interface plugin and I still see some \ problems in some config files... I remove the folder and clone it again, that seems to work now. I made another pull request. -- You received this message because you are subscribed to the Google Groups "leo-editor" group.

Re: Need help for a Zim importer

2014-12-09 Thread Edward K. Ream
On Mon, Dec 8, 2014 at 7:57 PM, Davy Cottet wrote: > Hi, > > Before knowing Leo, I've been using Zim as a PIM > and documentation tool, so I've my last year personal documentation in it's > format > I would like to make an importer for Leo, I think it's not a big deal, b

Re: Help! rev b435458 is causing problems

2014-12-09 Thread Edward K. Ream
On Tue, Dec 9, 2014 at 12:35 PM, Edward K. Ream wrote: > > > On Tue, Dec 9, 2014 at 12:10 PM, Davy Cottet > wrote: > >> That was it, I made a pull request to fix it. >> > ​I see the files in leo/external/rope only on my Windows machine. Doing a git pull on Ubuntu doesn't pull any files. git st

Re: Help! rev b435458 is causing problems

2014-12-09 Thread Edward K. Ream
On Tue, Dec 9, 2014 at 12:10 PM, Davy Cottet wrote: > That was it, I made a pull request to fix it. > ​Thanks! I thought I had fixed the backslash problem myself, but apparently not. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To un

Re: Help! rev b435458 is causing problems

2014-12-09 Thread Davy Cottet
That was it, I made a pull request to fix it. -- 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 leo-editor+unsubscr...@googlegroups.com. To post to this group, send

Re: Help! rev b435458 is causing problems

2014-12-09 Thread Davy Cottet
>From what I see on github CKeditor folder still fine... Concerning rope problem, it seems to be a back slash problem : http://stackoverflow.com/questions/24236088/git-will-escape-the-backslash-on-my-remote-path-for-network You could just try to replace \\ by / in .gitmodules https://github.com/

Re: Help! rev b435458 is causing problems

2014-12-09 Thread Jacob Peck
Try: git revert b4354581c19c916c9614436a3b88c35c20c1abbf git commit -am "Revert commit b4" git push Hopefully that will undo the commit without rewriting history on master. -->Jake On 12/9/2014 12:30 PM, Edward K. Ream wrote: Rev b435458 was intended to add rope as a submodule, but instead

Help! rev b435458 is causing problems

2014-12-09 Thread Edward K. Ream
Rev b435458 was intended to add rope as a submodule, but instead it deleted all the files in leo/external/ckeditor and ckeditor is no longer a submodule. And neither is rope. Worse, I have not been able to undo rev b435458. Does anyone have a suggestion about what to do? Edward -- You rece

Re: Leo Doc & Sphinx

2014-12-09 Thread Davy Cottet
I've just updated the API part on the website : http://davy39.github.io/leo-editor/apidoc/leo.html Instead of manually listing modules with sphinx.ext.autosummary, I've tryed to call sphinx-apidoc for an automatic building. I got errors from Qt4 modules import so I had to Mock Qt4 modules to ach

Re: Copying a node with clone status preserved

2014-12-09 Thread Edward K. Ream
On Mon, Dec 8, 2014 at 6:30 PM, Joon Ro wrote: > Hi, > > I have a node with multiple child nodes, and only some of the child nodes > are clones of nodes from other parent. I want to create an exact copy of > this node - with clone status of its children preserved. Is this possible? > If I just co

Copying a node with clone status preserved

2014-12-09 Thread Joon Ro
Hi, I have a node with multiple child nodes, and only some of the child nodes are clones of nodes from other parent. I want to create an exact copy of this node - with clone status of its children preserved. Is this possible? If I just copy and paste it, all children become non clones, and if I

Re: Leo Doc & Sphinx

2014-12-09 Thread Davy Cottet
Hi, I'm pretty satisfied of my work now, so I just publish it on github : https://github.com/davy39/leo-editor/tree/experimental You can download it and start playing by opening *doc/leoDocs.leo*. It should work out of the box...