Re: New plugin line_numbering

2017-07-28 Thread Edward K. Ream
On Fri, Jul 28, 2017 at 8:29 PM, zhaohe wang wrote: > Why dose linenumber start from 3 not 1 after run line-numbering-toggle? > ​Probably because there are two hidden sentinel comment lines preceding the first "visible" lines of the external file. Edward -- You received this message because y

Re: New plugin line_numbering

2017-07-28 Thread zhaohe wang
Why dose linenumber start from 3 not 1 after run line-numbering-toggle? 在 2017年7月28日星期五 UTC+8上午8:29:28,zhaohe wang写道: > > Could you explain the command *'toggle-line-numbering-root'* more info, I > can not understand it. Thanks! > > 在 2017年7月28日星期五 UTC+8上午6:23:34,vitalije写道: >> >> Revision 7fe321

Re: How does instant update work in Pharo?

2017-07-28 Thread Offray Vladimir Luna Cárdenas
On 26/07/17 07:59, Edward K. Ream wrote: > > > On Sun, Jul 23, 2017 at 3:43 AM, Offray Vladimir Luna Cárdenas > mailto:off...@riseup.net>> wrote: > > I would go trying to emulate the features of Leo files, > particularly clones in the Grafoscopio world, so that would be > like the opp

Re: New plugin line_numbering

2017-07-28 Thread zhaohe wang
ok, thanks! It is clear enough! 在 2017年7月28日星期五 UTC+8下午5:42:44,vitalije写道: > > On Friday, July 28, 2017 at 2:29:28 AM UTC+2, zhaohe wang wrote: >> >> Could you explain the command *'toggle-line-numbering-root'* more info, >> I can not understand it. Thanks! >> > > If you are developing a script t

Re: command to move between outlines but keep focus in Body - am I missing something?

2017-07-28 Thread vitalije
I usually use Alt-arrows to start moving through nodes, and Return when I want to enter body focus again. I am not aware of any command that combines the two, but it is just one key stroke. Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" grou

Re: ENB: What I learned from Vitalije's new read/write code

2017-07-28 Thread vitalije
> > compatibility, but worrying about unlikely uses of v._bodyString may be > overly cautious. Would reopening #366 help you? > It can be implemented as one-way property. Assigning to lines maybe disabled or it may immediately assign to _bodyString. Reading lines will check if _bodyString has

command to move between outlines but keep focus in Body - am I missing something?

2017-07-28 Thread jkn
I've just (!) realised that I am missing (ie. have need of) key bindings for moving up or down within the Headline tree, ** but keeping the focus in the Body ** Do the command for such movement exist? I can't see anything likely... Would anyone else find these useful? Thanks Jon N --

Re: ENB: What I learned from Vitalije's new read/write code

2017-07-28 Thread Edward K. Ream
On Mon, Jul 24, 2017 at 3:58 PM, vitalije wrote: > I've just pushed new version in snippets repository > > . > This file now contains dev nodes exp-7 and exp-8. > ​Still haven't looked at this, but even on vacatio

Re: New plugin line_numbering

2017-07-28 Thread vitalije
On Friday, July 28, 2017 at 2:29:28 AM UTC+2, zhaohe wang wrote: > > Could you explain the command *'toggle-line-numbering-root'* more info, I > can not understand it. Thanks! > If you are developing a script that is not part of any file. You may have break this script into many descendant nodes