Help: Conflicts in commit_timestamp.json after doing a clean git clone

2015-04-13 Thread Edward K. Ream
There is a clever something or other that allows us to commit commit_timestamp.json without causing conflicts, but I forget what it was. Can somebody remind me? Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this gr

@_spt_: is there a shortcut key to insert the current date/time in text/body?

2015-04-13 Thread Edward K. Ream
When asking a question in Leo's IRC channel it's wise not to log off. That way people can respond to your question over the next hours or days. There are several ways to insert dates or times: 1. Bind a key to the insert-body-time or insert-headline-time commands. See leoSettings.leo, the nod

Re: Leo 5.1-final due by Friday April 17

2015-04-13 Thread Edward K. Ream
On Mon, Apr 13, 2015 at 3:00 PM, john lunzer wrote: Just out of curiosity, what does the timeline look like for #156? > ​Sometime early in Leo 5.2 cycle. ​Before asking the IPython folk any questions I would have to study the relevant parts of the IPython folk. Also, I've only tested on Windows

Re: Leo 5.2 will be about porcelain, not plumbing

2015-04-13 Thread Edward K. Ream
On Mon, Apr 13, 2015 at 9:30 AM, Jacob Peck wrote: The wiki could easily be on github > ​:​ > > ​https://github.com/leo-editor/leo-editor/wiki > ​ Thanks. I didn't know github could host wiki's. I'll investigate. EKR -- You received this message because you are subscribed to the Google Grou

Re: Leo 5.1-final due by Friday April 17

2015-04-13 Thread john lunzer
Just out of curiosity, what does the timeline look like for #156? I know you said this became a much trickier issue than you had anticipated. Just wondering if you had an update beyond what was posted on git. On Monday, April 13, 2015 at 12:40:19 PM UTC-4, Edward K. Ream wrote: > > It may happen

too many columns... off by default?

2015-04-13 Thread 'Terry Brown' via leo-editor
Just added (not pushed) some code to change the background color of "status area 1", the part of the status bar that looks like: line: 2, col: 0, fcol: 0 whenever fcol exceeds some limit, like 78. This alerts you to too many columns. But it will trigger all the time in wrapped text that might n

Re: Eliminating clone wars: use clones only as temporary scaffolding

2015-04-13 Thread Edward K. Ream
On Monday, April 13, 2015 at 11:43:00 AM UTC-5, Edward K. Ream wrote: > *Soon*: an @button script that warns if leoProjects.txt or leoToDo.txt contains clones. Looks like a syntax coloring fail. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" gro

Re: Eliminating clone wars: use clones only as temporary scaffolding

2015-04-13 Thread Edward K. Ream
On Monday, April 13, 2015 at 10:08:29 AM UTC-5, Edward K. Ream wrote: *> Soon*: an @button script that warns if leoProjects.txt or leoToDo.txt contains clones. Here it is: '''Warn if leoProjects.txt or leoToDo.txt contain any clones.''' clones,nodes,seen = 0,0,set() table = (

Leo 5.1-final due by Friday April 17

2015-04-13 Thread Edward K. Ream
It may happen earlier. Leo 5.0-final is dangerous. The only way to deprecate it properly is to release 5.1-final. I know of no remaining serious issues. #143 will be fixed. #156 probab

Re: Clones speed reorganization of outlines

2015-04-13 Thread Edward K. Ream
On Mon, Apr 13, 2015 at 10:09 AM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > > > While reorganizing Leo's to-do list I realized that clones speed the > > process significantly. Afaik, bookmarks can not emulate the process > > I use. > > True, they can't. quickMove.py el

Re: loading a .md file in a @path tree

2015-04-13 Thread 'Terry Brown' via leo-editor
On Mon, 13 Apr 2015 10:26:31 -0500 Kent Tenney wrote: > We've been here before I think ... > > @path mkdocs/ > /docs/ > nodecontent.md > > dclick on the nodecontent.md file results in an @auto file with > @ignore due to: I should probably look at that one, active_path.py I think takes a

loading a .md file in a @path tree

2015-04-13 Thread Kent Tenney
We've been here before I think ... @path mkdocs/ /docs/ nodecontent.md dclick on the nodecontent.md file results in an @auto file with @ignore due to: Error: @auto did not import nodecontent.md perfectly ... Original file... 0 u'# NodeContent\n' ... Imported file... 0 u'The NodeCont

Re: Clones speed reorganization of outlines

2015-04-13 Thread 'Terry Brown' via leo-editor
On Mon, 13 Apr 2015 07:14:34 -0700 (PDT) "Edward K. Ream" wrote: > While reorganizing Leo's to-do list I realized that clones speed the > process significantly. Afaik, bookmarks can not emulate the process > I use. True, they can't. quickMove.py eliminates the need for clones when reorganizin

Eliminating clone wars: use clones only as temporary scaffolding

2015-04-13 Thread Edward K. Ream
This post describes how to get the benefits of clones without having to worry about *clone wars*: the dreaded multiple updated problem arising from differing contents of clones contained in multiple external files. Clone wars can be most annoying, especially when git updates files. My solution

Re: Leo 5.2 will be about porcelain, not plumbing

2015-04-13 Thread Jacob Peck
The wiki could easily be on github -- that keeps code and notes in one place :) https://github.com/leo-editor/leo-editor/wiki The old zwiki (I think) could be revived too, but much of what's out there is outdated. -->Jake On 4/13/2015 10:28 AM, Edward K. Ream wrote: Git's distinction betwee

Leo 5.2 will be about porcelain, not plumbing

2015-04-13 Thread Edward K. Ream
Git's distinction between porcelain and plumbing applies to Leo as well. Imo, Leo's plumbing (code) needs little or no further work. Oh sure, Leo's code could always be cleaned up, but the value to Leo's users will be small.

Clones speed reorganization of outlines

2015-04-13 Thread Edward K. Ream
While reorganizing Leo's to-do list I realized that clones speed the process significantly. Afaik, bookmarks can not emulate the process I use. As I explored the to-do list, I created top-level clones of all the nodes I kept coming back to. In this way of working, moving a node was a snap: ju

Re: Off topic: Programmer Collective Nouns

2015-04-13 Thread john lunzer
Nesting is clever! On Monday, April 13, 2015 at 7:26:46 AM UTC-4, Edward K. Ream wrote: > > On Sun, Apr 12, 2015 at 8:58 PM, gatesphere > wrote: > >> https://gist.github.com/mariusGundersen/6925246 >> >> So, if it's an Indentation of Pythonistas... are we a Vnode of Leonistas >> here? :P A Clon

Leo's reorganized to-do list

2015-04-13 Thread Edward K. Ream
I have spent several hours lately thoroughly reorganizing Leo's to-do list in leo/doc/leoToDo.py. This post discusses the new list, and priorities for Leo 5.2 that emerged from the reorganization. *A better wishlist* I reviewed and reorganized all the items in the Wishlist subtree: 1. Distribu

Re: Focused border suggestions

2015-04-13 Thread Edward K. Ream
On Thu, Apr 9, 2015 at 7:42 AM, john lunzer wrote: > I made a demonstration of my recent style sheet work. My work adds focus > borders to both the minibuffer (which I think is awesome) and to the find > pane. Additionally it disables hover focus borders. > ​I agree. The additional focus border

Re: [MAC]SSD reinstall Yosemite error again [was]Leo5.0-final can not running

2015-04-13 Thread Edward K. Ream
On Sun, Apr 12, 2015 at 4:07 PM, Ludwig Schwardt wrote: > Hi Zoom, > > I would remove qt, sip and pyqt and reinstall them, in other words: > > ​​ > brew remove pyqt sip qt > brew install qt sip pyqt > > They are supposed to work on OS X 10.10 since the end of last year. > ​Thanks for this. I'll

Re: Off topic: Programmer Collective Nouns

2015-04-13 Thread Edward K. Ream
On Sun, Apr 12, 2015 at 8:58 PM, gatesphere wrote: > https://gist.github.com/mariusGundersen/6925246 > > So, if it's an Indentation of Pythonistas... are we a Vnode of Leonistas > here? :P A Clone? A Subtree (with Edward as our root)? :P > ​Hehe. An indentation of Pythonistas. Clever. What a