Re: cross-platform file references - how to deal with?

2017-09-05 Thread jkn
On Tuesday, September 5, 2017 at 9:02:55 PM UTC+1, Edward K. Ream wrote: > > On Tue, Sep 5, 2017 at 11:05 AM, jkn > wrote: > > >> I was looking at the 'Directives Reference' page myself last night, but >> missed the (rather short) 'Path Expressions' section. Perhasp

Re: cross-platform file references - how to deal with?

2017-09-05 Thread Edward K. Ream
On Tue, Sep 5, 2017 at 11:05 AM, jkn wrote: > I was looking at the 'Directives Reference' page myself last night, but > missed the (rather short) 'Path Expressions' section. Perhasp if it were to > be a bit bigger, say by incorporating your example above, that might

Re: Cross pollination: Hopscotch: dynamic browser-style IDE and Leisure: document-based computing environment

2017-09-05 Thread Edward K. Ream
On Tue, Sep 5, 2017 at 11:52 AM, Offray Vladimir Luna Cárdenas < off...@riseup.net> wrote: > I think that the big idea is hypertext and hypermedia. Web, browser, > eclectic full stack development frameworks, and other current trends and > common techs are just, kind of poor overcomplicated,

Re: New commands for synchronizing Leo documents

2017-09-05 Thread Edward K. Ream
On Tue, Sep 5, 2017 at 12:14 PM, vitalije wrote: > I've never built up enough value in my personal copies >> to care about replacing them with a fresh copy of the shared file. >> > > I do use clones. My desire for this kind of functionality is driven mostly > from the fact

Re: ENB: About late bindings

2017-09-05 Thread Edward K. Ream
On Tue, Sep 5, 2017 at 12:01 PM, Terry Brown wrote: > so > > @g.command('blah') > def blah(event): > c = event.get('c') > qs = getattr(c, '_quicksearch') > > or something similar works. That patterns very common in plugins. > > So at least for quicksearch,

Re: New commands for synchronizing Leo documents

2017-09-05 Thread vitalije
> > I've never built up enough value in my personal copies > to care about replacing them with a fresh copy of the shared file. > I do use clones. My desire for this kind of functionality is driven mostly from the fact that I always forget to update reference file. The other equally

Re: ENB: About late bindings

2017-09-05 Thread Terry Brown
On Tue, 5 Sep 2017 10:18:32 -0500 "Edward K. Ream" wrote: > On Tue, Sep 5, 2017 at 9:55 AM, Terry Brown > wrote: > > > So prior to the​ [bindlate] branch myLeoSettings.leo couldn't define > > shortcuts for commands from plugins?  Surprised that hadn't

Re: Cross pollination: Hopscotch: dynamic browser-style IDE and Leisure: document-based computing environment

2017-09-05 Thread Offray Vladimir Luna Cárdenas
I think that the big idea is hypertext and hypermedia. Web, browser, eclectic full stack development frameworks, and other current trends and common techs are just, kind of poor overcomplicated, implementations of such ideas and the way to interact/develop in them. A web browser has 25+ million

Re: New commands for synchronizing Leo documents

2017-09-05 Thread Terry Brown
On Tue, 5 Sep 2017 08:43:44 -0700 (PDT) vitalije wrote: > Recently I have added three new commands to Leo as a solution for > issue #540 . > > When using Leo in projects with more than one developer, it is often >

Re: cross-platform file references - how to deal with?

2017-09-05 Thread jkn
Hi Edward On Tuesday, September 5, 2017 at 3:05:56 PM UTC+1, Edward K. Ream wrote: > > On Tue, Sep 5, 2017 at 3:56 AM, jkn > wrote: > > ​>> ​ > I would suggest using a folder relative to your home folder. Say >> >> ~/shared/ >>> >> > ​> ​ > Are you 'reminding' me that

New commands for synchronizing Leo documents

2017-09-05 Thread vitalije
Recently I have added three new commands to Leo as a solution for issue #540 . When using Leo in projects with more than one developer, it is often desirable to have one or more official reference Leo documents that are part of repository.

Re: ENB: About late bindings

2017-09-05 Thread Edward K. Ream
On Tue, Sep 5, 2017 at 9:55 AM, Terry Brown wrote: > ​Is Shift-Ctrl-F working for you as before? > > Yep, just disabled the @command workaround and it works as previously, > with no binding except the one from the plug-in. > ​Good.​ So prior to the > ​ [bindlate] branch

Re: ENB: About late bindings

2017-09-05 Thread Terry Brown
On Tue, 5 Sep 2017 08:50:46 -0500 "Edward K. Ream" wrote: > On Tue, Sep 5, 2017 at 8:35 AM, Terry Brown > wrote: > > > On Mon, 4 Sep 2017 08:02:17 -0700 (PDT) > > "Edward K. Ream" wrote: > > > > > - The bookmarks plugin will

Re: dot changes state from insert to normal

2017-09-05 Thread Edward K. Ream
On Mon, Aug 28, 2017 at 8:02 AM, zhaohe wang wrote: > After restart leo, it runs well now. > ​Thanks for this confirmation. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop

Re: cross-platform file references - how to deal with?

2017-09-05 Thread Edward K. Ream
On Tue, Sep 5, 2017 at 3:56 AM, jkn wrote: ​>> ​ I would suggest using a folder relative to your home folder. Say > > ~/shared/ >> > ​> ​ Are you 'reminding' me that I can use '~' under Windows as well as Linux? ​I'm glad ~ is working for you. Here are some further

Re: ENB: About late bindings

2017-09-05 Thread Edward K. Ream
On Tue, Sep 5, 2017 at 8:35 AM, Terry Brown wrote: > On Mon, 4 Sep 2017 08:02:17 -0700 (PDT) > "Edward K. Ream" wrote: > > > - The bookmarks plugin will define Shift-Ctrl-F as before. > > quicksearch, not bookmarks, just to stem any confusion. > ​Oh.

Re: Cross pollination: Hopscotch: dynamic browser-style IDE and Leisure: document-based computing environment

2017-09-05 Thread john lunzer
The "web" (as in always connected to the net and files saved on the cloud) as a development platform is dubious. However, the "browser" being the driver is another matter. Given what browsers are designed to display this might be the most natural environment for mixing

Re: cross-platform file references - how to deal with?

2017-09-05 Thread jkn
Hi Edward On Monday, September 4, 2017 at 9:40:32 PM UTC+1, jkn wrote: > > Hi Edward > > On Monday, September 4, 2017 at 8:58:24 PM UTC+1, Edward K. Ream wrote: >> >> >> >> On Mon, Sep 4, 2017 at 2:36 PM, jkn wrote: >> >>> Apologies if this is a well-understood issue, I