Leo documentation

2019-10-02 Thread rengel
Have you ever thought of publishing Leo's documentation on ReadTheDocs (https://readthedocs.org/)? This might help 'mainstreaming' Leo. -- 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

Rev 8d7006 in devel uses triple double quotes for all docstrings

2019-10-02 Thread Edward K. Ream
This has been a minor irritation for some time. I have reviewed all the substitutions. The new code passes all tests. I have retained triple *single* quotes where they are not used as docstrings. I have no plans to change single quotes, of either kind. Edward -- You received this message

Re: Pytest command

2019-10-02 Thread Brian Theado
Vitalije, I was looking at the execute-pytest code and it looked to me like only the assertion rewrite functionality from pytest is being used. I would guess none of the hooks or fixtures and maybe most plugins will work. I don't much trust my code reading so I figured I'd better test it, but I

Re: Looking for documentation about automatic setting of dirty flag

2019-10-02 Thread Edward K. Ream
On Wed, Oct 2, 2019 at 3:47 PM Robert Cholette wrote: > I open leoPyRef.leo and unfold the code node, and then the core classes node. Then just type a single letter in the body pane of 'core classes' : all @files below are now dirty... is this normal? Yeah, it's normal. Probably because

Re: Looking for documentation about automatic setting of dirty flag

2019-10-02 Thread Robert Cholette
> Setting a node dirty will not set any children dirty. Can you elaborate? When I write text in the body of a node that has direct children that are @clean or @files, those children become dirty. For example, I open leoPyRef.leo and unfold the code node, and then the core classes node. Then

Re: Discuss: is it time to retire the python_terminal plugin?

2019-10-02 Thread Edward K. Ream
On Tuesday, October 1, 2019 at 8:32:09 AM UTC-5, Edward K. Ream wrote: > #1155 suggests retiring the python_terminal plugin. Upon further review, I am not going to do this, for the following reasons: 1. #1212

Re: For devs: the new "delegated" label

2019-10-02 Thread Edward K. Ream
On Wed, Oct 2, 2019 at 1:40 AM vitalije wrote: I'm impressed with your fix. It seems so easy, now that I saw it. > Thanks. > I do apologize for all the fuss I have made about it, I was wrong. > No apology needed. I wouldn't have taken the issue seriously without you. Edward -- You received

Re: Looking for documentation about automatic setting of dirty flag

2019-10-02 Thread Edward K. Ream
On Tue, Oct 1, 2019 at 3:38 PM Robert Cholette wrote: > Just looking for docs or part of code that would explain it. > Because of clones, the code is complex. Don't bother trying to understand the code's intent from reading it :-) We want to mark a node "dirty" (changed) if its headline or

Re: For devs: the new "delegated" label

2019-10-02 Thread vitalije
On Monday, September 30, 2019 at 6:56:00 PM UTC+2, Edward K. Ream wrote: > > > I'll look into this. We are past the point were additional explanations > would be useful. > > Edward > I'm impressed with your fix. It seems so easy, now that I saw it. I do apologize for all the fuss I have made