ENB: Tips and the tips branch

2018-01-18 Thread Edward K. Ream
I have just created the tips branch . This will contain work related to #597: Show tips when Leo starts up. This Engineering Notebook post documents implementation details and work to

Re: leo4sqlite plugin

2018-01-18 Thread tscv11
*I thought you should have the latest version because of these changes:* a) I fixed a 'fatal' error in @g.command('sqlite-extract-blob'), thanks to some previous advice from you. b) I also fixed dozens of pyflakes errors - everything checks out clean now and the script appears to function as

Re: My javascript mistake

2018-01-18 Thread Edward K. Ream
On Thu, Jan 18, 2018 at 5:13 AM, Edward K. Ream wrote: > On Wed, Jan 17, 2018 at 5:30 AM, vitalije wrote: > Attached to this message are two files one Leo file trying to import the >> other js file. Put them in the same folder and try import. It fails,

Re: leo4sqlite plugin

2018-01-18 Thread Edward K. Ream
On Wed, Jan 17, 2018 at 6:59 PM, tscv11 wrote: > I thought you might want to review the current docstring for leo4sqlite, > so here it is. > Hopefully reST is okay - I saw it in another plugin's docstring so I went > ahead. > ​I'm not a database guy, so I'll let others

Re: Letter of appreciation

2018-01-18 Thread Edward K. Ream
On Wed, Jan 17, 2018 at 5:49 PM, Adrian wrote: Thanks for keeping up your effort, and not letting your illness defeat > you. TSCV11. Don't forget you are not alone. > ​And I'm glad you felt safe enough here to make your initial post.​ When in doubt, remember that

Re: Undoer class Problem

2018-01-18 Thread Edward K. Ream
On Wed, Jan 17, 2018 at 6:18 PM, Adrian wrote: ok "setUndoTypingParams" gets called frequently, of course, but > "recognizeStartOfTypingWord" NEVER gets called which would explain why > "word" granularity seems identical to "char" granularity. > (I can move this to

Re: My javascript mistake

2018-01-18 Thread Edward K. Ream
On Wed, Jan 17, 2018 at 5:30 AM, vitalije wrote: Well, obviously we don't agree on what "reasonably" imported code look > like. I have had encountered dozens of js files that *are* imported > correctly in terms that they can be written again with the file content >

Re: Letter of appreciation

2018-01-18 Thread T C
Thanks for your thoughtful words - you are both very kind! tscv11 On Thu, Jan 18, 2018 at 2:52 AM, Edward K. Ream wrote: > On Wed, Jan 17, 2018 at 5:49 PM, Adrian > wrote: > > Thanks for keeping up your effort, and not letting your illness

Re: My javascript mistake

2018-01-18 Thread Edward K. Ream
On Wed, Jan 17, 2018 at 6:09 AM, vitalije wrote: In the file from the previous post, there few special regex patterns that > make js importer fail. > ​Please file a separate issue for this. Problems here can almost certainly be fixed in js_i.scan_line and its helper,