Re: bug in JSON scanner?

2019-03-12 Thread Edward K. Ream
On Sun, Mar 10, 2019 at 10:34 AM Josef wrote: > Hi Edward > > well, after saving the @auto file the node gets restored next time, but > the content of the file is not what you see in the node (body), but a > special JSON file, which describes the node, it's children, even the uA's > etc. Such a

Re: bug in JSON scanner?

2019-03-10 Thread Josef
Hi Edward well, after saving the @auto file the node gets restored next time, but the content of the file is not what you see in the node (body), but a special JSON file, which describes the node, it's children, even the uA's etc. Such a file is of course useless when I want to edit an

Re: bug in JSON scanner?

2019-03-08 Thread Edward K. Ream
On Friday, March 8, 2019 at 6:23:45 AM UTC-6, Edward K. Ream wrote: On Thu, Mar 7, 2019 at 11:01 AM Josef wrote: > >> I can't load the simplest JSON file into Leo... >> > At present, Leo's json scanner only handles .json files that Leo itself wrote. That is, the scanner can only read files

Re: bug in JSON scanner?

2019-03-08 Thread Edward K. Ream
On Thu, Mar 7, 2019 at 11:01 AM Josef wrote: > I can't load the simplest JSON file into Leo, I always get an error message > ... > Thanks for this report. I have just created #1098 for this. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor"

bug in JSON scanner?

2019-03-07 Thread Josef
I can't load the simplest JSON file into Leo, I always get an error message like: Exception running JSON_Scanner Traceback (most recent call last): File "/home/dalcolmo/bin/leo-editor/leo/core/leoApp.py", line 1530, in scanner_for_ext_cb return scanner.run(s, parent) File