Re: latex syntax coloring

2019-06-23 Thread Rob
That should work for me as I was using `@language=tex` anyway for all of my 
LaTeX work.

Rob...

On Sunday, June 23, 2019 at 3:03:09 PM UTC-4, Edward K. Ream wrote:
>
> On Tuesday, February 26, 2019 at 9:27:16 AM UTC-6, Josef wrote:
>
> latex syntax coloring colors only some common latex commands, for others 
>> only the first letter is colorized.
>>
>
> Rev 5e467b6 in devel completes #1088 
> . This was 
> surprisingly easy to do, though some choices are debatable.  The highlights:
>
> - Both `@language tex` and `@language latex` use leo/modes/tex.py. This 
> ignores the many special cases in latex.py. I'll retain leo/modes/latex.py 
> in case this choice becomes controversial.
>
> - Only slight changes were needed to tex.py. Similar changes could be 
> added to latex.py.
>
> Let me know how this works for you.
>
> 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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/b8072fef-9428-4e75-b1c0-9e3fb0687cb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: latex syntax coloring

2019-06-23 Thread Edward K. Ream
On Tuesday, February 26, 2019 at 9:27:16 AM UTC-6, Josef wrote:

latex syntax coloring colors only some common latex commands, for others 
> only the first letter is colorized.
>

Rev 5e467b6 in devel completes #1088 
. This was 
surprisingly easy to do, though some choices are debatable.  The highlights:

- Both `@language tex` and `@language latex` use leo/modes/tex.py. This 
ignores the many special cases in latex.py. I'll retain leo/modes/latex.py 
in case this choice becomes controversial.

- Only slight changes were needed to tex.py. Similar changes could be added 
to latex.py.

Let me know how this works for you.

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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/493f4c47-f351-4f6b-af2f-f2ecf5ca0d7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Lewis, please run another script

2019-06-23 Thread Rob
Discovered that I need to place arguments `after` the path and double 
quotes (spaces in path require "path to leo"), not inside the double 
quotes. Nevertheless, I still get goofy results from `--trace=startup` (see 
additional reply below).


On Sunday, June 23, 2019 at 8:17:40 AM UTC-4, Rob wrote:
>
> Would be glad to help. However, now that I'm using Anaconda3 on Win10 to 
> start Leo (via batch file), it won't accept command line arguments. I would 
> prefer a simpler way, but it's not obvious how to get there from here
>
>>
>>

-- 
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 email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/46a68119-9a19-4b31-9df8-189e43507616%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: bug-tracker on Launchpad

2019-06-23 Thread Edward K. Ream
On Sun, Jun 23, 2019 at 9:04 AM Josef  wrote:

> I was just looking for the Leo bug-tracker, and clicked on an old link in
> my bookmarks:
>
> https://bugs.launchpad.net/leo-editor
>
> I was about to file a new bug, but because I did not find much on latex
> there, I got suspicious and looked at the date of the new issues: 2017.
> Then it occurred to me, that this was the wrong website.
>
> Perhaps it would be a good idea to remove that bug tracker on Launchpad?
>

Actually, I am glad the old tracker exists.  I had lost the link myself.
I'll see if I can log in ;-)

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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS3DwEtRV2zAgTAi6reCmJZb_-8X6kXrde2piTekxrOMdQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


bug-tracker on Launchpad

2019-06-23 Thread Josef
I was just looking for the Leo bug-tracker, and clicked on an old link in 
my bookmarks:

https://bugs.launchpad.net/leo-editor

I was about to file a new bug, but because I did not find much on latex 
there, I got suspicious and looked at the date of the new issues: 2017. 
Then it occurred to me, that this was the wrong website.

Perhaps it would be a good idea to remove that bug tracker on Launchpad?

- Josef

-- 
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 email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/380cce00-09d5-4c3a-8791-0be7bcd16a14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Lewis, please run another script

2019-06-23 Thread Edward K. Ream
On Sun, Jun 23, 2019 at 7:17 AM Rob  wrote:

> Would be glad to help. However, now that I'm using Anaconda3 on Win10 to
> start Leo (via batch file), it won't accept command line arguments.
>

Append %* to your script. For example:

python c:\leo.repo\leo-editor\launchLeo.py --gui=qttabs %*

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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS29Fb35tdXw8xwe9YdezKoUcym%3DO45QqhpdWX%3DHvrUwVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Lewis, please run another script

2019-06-23 Thread Chris George
Hi Rob,

It has been 19 years since I used a Windows computer so I can't really help 
you directly but here is the bash script I use to start Leo on linux.

#!/bin/bash
cd leo-editor
git pull
python3 launchLeo.py $1 $2 $3

The $1 $2 $3 take three command line arguments and pass them to Leo. I 
think something similar should work on WIndows.

HTH,

Chris




On Sunday, June 23, 2019 at 5:17:40 AM UTC-7, Rob wrote:
>
> Would be glad to help. However, now that I'm using Anaconda3 on Win10 to 
> start Leo (via batch file), it won't accept command line arguments. I would 
> prefer a simpler way, but it's not obvious how to get there from here.
>
> Rob...
>
>

-- 
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 email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/ced6e077-e96b-41cf-8197-7ccaac4f14b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Leo's console GUI not longer working in 6.0 beta 1

2019-06-23 Thread Viktor Ransmayr
Hello everyone,

Am Sa., 22. Juni 2019 um 12:55 Uhr schrieb Viktor Ransmayr
:
> Am Sa., 22. Juni 2019 um 11:08 Uhr schrieb Viktor Ransmayr 
> :
> > Am Sa., 22. Juni 2019 um 09:38 Uhr schrieb Edward K. Ream 
> > :
> > > On Sat, Jun 22, 2019 at 1:43 AM Viktor Ransmayr 
> > >  wrote:
> > >> For me the problem still exists. - I've provided the necessary 
> > >> information in
> > >>
> > >> * 
> > >> https://github.com/leo-editor/leo-editor/issues/1223#issuecomment-504636322
> > >>
> > >> BTW, what's the expected procedure/ workflow in such a situation?
> > >>
> > >> Would you prefer me to open a new issue - or - do you re-open the closed 
> > >> issue?
> > >
> > > In this case, I believe you should fix your virtual environment.  Please 
> > > fix the problem at your end, without reopening the issue or creating a 
> > > new issue.
> >
> > What needs to be explained first is why Leo, within the same VE, using
> > Qt as the GUI, is starting ...
> >
> > I'll do the necessary investigation on my side!
>
> A short status update:
>
> I can fully re-produce the same behaviour I experience with Leo
> 6.0-b2-devel in the existing VE in a new VE - and - where in addition
> I ensured that every step was correct (at least to what I'd expected
> ;-)
>
> Going forward I see two options:
>
> Option #1: Delete my existing Python 3.6 environment on Windows 10 -
> and - start from scratch.
>
> Option #2: Try some other procedures & steps recommended by you before.
>
> I'll wait until tomorrow morning before making a decision ...

I'll defer the execution of Option #1 to 2019-06-28 or a day later ...

This way I'll be able to upgrade to the latest fix version of Python
3.7 for my investigations of / with Leo 6.0 going forward.

With kind regards,

Viktor

-- 
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 email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAAeSrGLG_i9sf1yC1qpWMptRpmus90rP-ajjDgBARu%3DJoFh3jw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Lewis, please run another script

2019-06-23 Thread Rob
Perhaps this will help. From an Anaconda3 prompt within the Leo main 
directory I entered:

python launchLeo.py --trace=startup

I got the following:

Exception in g.getGitVersion
Traceback (most recent call last):

  File "D:\Synced\github repos\leo\leo\core\leoGlobals.py", line 5076, in 
getGitVersion
shell=True,

  File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 395, in 
check_output
**kwargs).stdout

  File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 487, in run
output=stdout, stderr=stderr)

subprocess.CalledProcessError: Command 'git log -n 1 --date=iso' returned 
non-zero exit status 1.

Exception in g.getGitVersion
Traceback (most recent call last):

  File "D:\Synced\github repos\leo\leo\core\leoGlobals.py", line 5076, in 
getGitVersion
shell=True,

  File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 395, in 
check_output
**kwargs).stdout

  File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 487, in run
output=stdout, stderr=stderr)

subprocess.CalledProcessError: Command 'git log -n 1 --date=iso' returned 
non-zero exit status 1.

Not sure if that's what you're looking for.

Rob...


On Sunday, June 23, 2019 at 7:12:01 AM UTC-4, lewis wrote:
>
> I think Rob Keeney reported similar results in the console. 
> 
> It may be worth getting an update from him.
>
> Regards
> Lewis
>

-- 
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 email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/3767e2fd-9a98-4bff-b3ee-3328a502f921%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Usage of Leo plus mod_http plugin?

2019-06-23 Thread Viktor Ransmayr
Hello Lewis,

Am So., 23. Juni 2019 um 11:46 Uhr schrieb lewis :
> I use the plugin occasionally as an alternative way to view Leo data from 2 
> apps. I wasn't aware it offered anything more than 'Read Only' function.
>
> I had another serious play with it today and jotted some notes:

Thanks for your notes! - I'll revisit the usage of Leo plus the
"mod_http" plugin in a Leo 6.0 environment again ...

With kind regards,

Viktor

-- 
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 email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAAeSrGJbyPWy7X_oiVvS1JS7nUJc1gjK2%3DBZCAZGU0FfD01%3D6g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: My initial experience using ILeo ...

2019-06-23 Thread Viktor Ransmayr
Hello Edward,

Am So., 23. Juni 2019 um 12:49 Uhr schrieb Edward K. Ream :
> On Sun, Jun 23, 2019 at 4:32 AM Viktor Ransmayr  
> wrote:
>>
>> I was able to create an environment, where the Jupyter QtConsole (JQC) is 
>> started - however - the associated Leo outline, in my case "quickstart.leo", 
>> becomes unusable as soon as the JQC starts :-(
>>
>> Is anybody else experiencing the same issue - or - can you tell me what I'm 
>> doing wrong / what I should change? - TIA!
>
> Thanks for your researches.  I have no memory of any of this. So I am 
> unlikely to be of any help.

Thanks for your feedback. - In a while I might reach out to Ville,
since he seems to be the initiator of this sub-project.

With kind regards,

Viktor

-- 
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 email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAAeSrG%2B-nL8tbZNpTHh0UCSh6zDs138BO2fADesjz2bSO5j8yg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Lewis, please run another script

2019-06-23 Thread Rob
Would be glad to help. However, now that I'm using Anaconda3 on Win10 to 
start Leo (via batch file), it won't accept command line arguments. I would 
prefer a simpler way, but it's not obvious how to get there from here.

Rob...

On Sunday, June 23, 2019 at 7:12:01 AM UTC-4, lewis wrote:
>
> I think Rob Keeney reported similar results in the console. 
> 
> It may be worth getting an update from him.
>
> Regards
> Lewis
>

-- 
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 email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/7410033b-a377-47ff-bf38-e5a979acabd9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Lewis, please run another script

2019-06-23 Thread lewis
I think Rob Keeney reported similar results in the console. 

It may be worth getting an update from him.

Regards
Lewis

-- 
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 email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/624b451d-ee7a-4b53-b17a-60a3cbc11ffd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Usage of Leo plus mod_http plugin?

2019-06-23 Thread lewis
And now that I have read the docstring, it obviously does more than 'read 
only' :)

On Sunday, June 23, 2019 at 7:46:27 PM UTC+10, lewis wrote:
>
>  I wasn't aware it offered anything more than 'Read Only' function.
>

-- 
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 email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/cf514a47-5865-4e7f-8413-cd150ce5678e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: My initial experience using ILeo ...

2019-06-23 Thread Edward K. Ream
On Sun, Jun 23, 2019 at 4:32 AM Viktor Ransmayr 
wrote:

> Hello Edward & Community,
>
> Since I'm still waiting for feedback on the two other topics I raised here
> earlier, I spent some time this morning to investigate Leo’s IPython Bridge.
>
> I was able to create an environment, where the Jupyter QtConsole (JQC) is
> started - however - the associated Leo outline, in my case
> "quickstart.leo", becomes unusable as soon as the JQC starts :-(
>
> Is anybody else experiencing the same issue - or - can you tell me what
> I'm doing wrong / what I should change? - TIA!
>

Thanks for your researches.  I have no memory of any of this. So I am
unlikely to be of any help.

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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS3LWL78inM0sGZWPCp3EnJKeuMpZ-DzdNu8Es3%2B3Y%2Bquw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Usage of Leo plus mod_http plugin?

2019-06-23 Thread lewis
Hi Viktor,

I use the plugin occasionally as an alternative way to view Leo data from 2 
apps. I wasn't aware it offered anything more than 'Read Only' function.

I had another serious play with it today and jotted some notes:
With a page refresh your browser updates without having to save leo files. 
However a page refresh (F5) takes you back to the root node, so you have to 
re-navigate your way to the node you were focused on.

Pane/Font size - If I reduce font size to increase visible content, the 
scroll bar panes also reduce. The ratios are locked.

Browser behaviour:
Firefox browser displays the body text of local files, network files, and 
is the only browser which displays body text of files in ~home/.leo folder.
For example, Chrome and Edge do not display body text of MyLeoSettings file 
in a local ~home/.leo folder.

Using Chrome and Edge:
Local files - Headlines and body text are displayed.
Network files - Only Headlines are displayed. Body text is not displayed.

Someone more familiar with browser settings/ network access may want to 
comment further.

Regards
Lewis

-- 
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 email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/fe0255c2-3e85-4c5a-a6e0-0a749eb59c94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


My initial experience using ILeo ...

2019-06-23 Thread Viktor Ransmayr
Hello Edward & Community,

Since I'm still waiting for feedback on the two other topics I raised here 
earlier, I spent some time this morning to investigate Leo’s IPython Bridge.

I was able to create an environment, where the Jupyter QtConsole (JQC) is 
started - however - the associated Leo outline, in my case 
"quickstart.leo", becomes unusable as soon as the JQC starts :-(

Is anybody else experiencing the same issue - or - can you tell me what I'm 
doing wrong / what I should change? - TIA!

With kind regards,

Viktor

### 

Here are the notes from my investigations this morning:


   1. Create a new VE with Leo 5.9 from PyPI.


   - See "Log-001"


   1. Try to start Leo with the command-line option "--ipython" enabled.


   - OK - but - no indication is shown in the logs ...
   - See "Log-002"
   - Close this instance of Leo again - and - continue reading the 
   available documentation.


   1. Install IPython 7.5.0 from PyPI.


   - See "Log-003"
   

   1. Start Leo with the command-line option "--ipython" enabled again.


   - OK - but - still no indication is shown in the logs ...
   - Open the "quickstart.leo" outline - and - close the outlines 
   "WL2018.leo" & "WL2019.leo".
   - Close & restart this instance with the command-line option "--ipython" 
   enabled.
   - See "Log-004"
   - Close this instance of Leo again - and - continue reading ...


   1. Install Jupyter 1.0.0 from PyPI.


   - See "Log-005".


   1. Start Leo with the command-line option "--ipython" enabled again.


   - OK. - Now the Jupyter QtConsole is started in a separate window ...
   - See "Log-006"
   - The "quickstart.leo" outline is unusable - and - gets closed when you 
   quit the Jupyter QtConsole.


   1. Retry this scenario one more time


   - More or less the same behaviour. The "quickstart.leo" outline opens 
   first - but - becomes unusable again once the Jupyter QtConsole (JQC) 
   started.
   - JQC > Kernel > Confirm kernel restart ---> No change on Leo's side ...
   - JQC > Kernel > Restart current Kernel ---> No change on Leo's side ...
   - JQC > Kernel > Interrupt current Kernel ---> No change on Leo's side 
   ...
   - JQC > File > New Tab with New kernel ---> Not OK --> Error starting 
   QtConsole w/ traceback ...
   - JQC > File > Quit ---> Closes JQC - but - "quickstart.leo" outline 
   does not get closed & can only be closed by closing the window ...


   1. Retry this scenario another time w/o triggering the error on the 
   Jupyter side ...


   - The same behaviour, i.e. the "quickstart.leo" outline opens first - 
   but - becomes unusable again once the Jupyter QtConsole (JQC) started.
   - JQC > Kernel > Confirm kernel restart ---> No change on Leo's side ...
   - JQC > Kernel > Restart current Kernel ---> No change on Leo's side ...

Jupyter QtConsole 4.5.1
Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit 
(AMD64)]
Type 'copyright', 'credits' or 'license' for more information
IPython 7.5.0 -- An enhanced Interactive Python. Type '?' for help.
Cannot restart a Kernel I did not start


   - JQC > File > Quit ---> Closes JQC - but - "quickstart.leo" outline 
   does not get closed & can only be closed by closing the window ...


   1. Retry this scenario another time & close the Jupyter side after 
   displaying the copyright ...


   - The same behaviour, i.e. the "quickstart.leo" outline opens first - 
   but - becomes unusable again once the Jupyter QtConsole (JQC) started.

Jupyter QtConsole 4.5.1
Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit 
(AMD64)]
Type 'copyright', 'credits' or 'license' for more information
IPython 7.5.0 -- An enhanced Interactive Python. Type '?' for help.

copyright
Out[1]:
Copyright (c) 2001-2018 Python Software Foundation.
All Rights Reserved.

Copyright (c) 2000 BeOpen.com.
All Rights Reserved.

Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.

Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved.


   - JQC > File > Quit ---> Closes JQC - but - "quickstart.leo" outline 
   does not get closed & can only be closed by closing the window ...

Close the terminal "PS C:UsersViktorpyveVE4ILeo>" as well ...


Time to reflect & to start another discussion thread on the leo-editor 
google-group ;-)


-- 
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 email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/afb151a4-b292-47c1-8f3d-e213ff775588%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.