Re: Leo now displays trailing whitespace.....

2017-07-11 Thread Terry Brown
On Tue, 11 Jul 2017 13:42:50 -0500 "Edward K. Ream" wrote: > On Tue, Jul 11, 2017 at 12:11 PM, Terry Brown > wrote: > > @color trailing_whitespace_color = black > > > > ​Works for me. I like this feature. Is there any way to make the > dots

Re: Rev d4f46e4 cleans all blank lines in all files in leoPy.leo

2017-07-11 Thread Edward K. Ream
On Tuesday, July 11, 2017 at 2:02:10 PM UTC-5, Edward K. Ream wrote: > > I had to do this, otherwise I would be tempted to clean lines piecemeal to > avoid the little dots ;-) And yes, I ran all tests. > And b20a71 cleans all files in leoPlugins.leo. Edward -- You received this message

Rev d4f46e4 cleans all blank lines in all files in leoPy.leo

2017-07-11 Thread Edward K. Ream
I had to do this, otherwise I would be tempted to clean lines piecemeal to avoid the little dots ;-) And yes, I ran all tests. 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

Re: Leo now displays trailing whitespace.....

2017-07-11 Thread Edward K. Ream
On Tue, Jul 11, 2017 at 12:11 PM, Terry Brown wrote: @color trailing_whitespace_color = black > ​Works for me. I like this feature. Is there any way to make the dots larger, or change the background to make them show up more? They are a bit hard on my eyes. Edward --

Re: Leo now displays trailing whitespace.....

2017-07-11 Thread vitalije
> > I know it didn't show in multiline strings, but > not clear what the best choice is then anyway. > > IMHO, showing them in multiline strings can't hurt. It is legitimate to have trailing space in those strings and sometimes it is intentional. In those cases it would be nice to have it

Re: Leo now displays trailing whitespace.....

2017-07-11 Thread Terry Brown
On Tue, 11 Jul 2017 10:27:54 -0700 (PDT) vitalije wrote: > Yes, that solved the problem. Now I can see trailing white space. > Though, I have noticed that it doesn't show trailing space in comment > lines.  ok, I'd missed that - I know it didn't show in multiline strings,

Re: Leo now displays trailing whitespace.....

2017-07-11 Thread vitalije
> > > You could try setting > @color trailing_whitespace_color = red > or > @color trailing_whitespace_color = black > > > Yes, that solved the problem. Now I can see trailing white space. Though, I have noticed that it doesn't show trailing space in comment lines. Vitalije -- You

Re: Leo now displays trailing whitespace.....

2017-07-11 Thread Chris George
Works for me. Leo 5.5, build 20170711100425, Tue Jul 11 10:04:25 CDT 2017 Git repo info: branch = master, commit = 08ca512da5f6 Python 3.5.2, PyQt version 5.6.0 linux isPython3: True caching enabled Chris On Tue, Jul 11, 2017 at 10:11 AM, Terry Brown wrote: > On Tue,

Re: Leo now displays trailing whitespace.....

2017-07-11 Thread Terry Brown
On Tue, 11 Jul 2017 10:03:28 -0700 (PDT) vitalije wrote: > On Tuesday, July 11, 2017 at 5:39:14 PM UTC+2, Terry Brown wrote: > > On Tue, 11 Jul 2017 10:09:43 -0500 > > "Edward K. Ream" wrote: > > > > > On Tue, Jul 11, 2017 at 9:07 AM, Terry Brown > >

Re: Leo now displays trailing whitespace.....

2017-07-11 Thread vitalije
On Tuesday, July 11, 2017 at 5:39:14 PM UTC+2, Terry Brown wrote: > On Tue, 11 Jul 2017 10:09:43 -0500 > "Edward K. Ream" wrote: > > > On Tue, Jul 11, 2017 at 9:07 AM, Terry Brown > > wrote: > > > > > Leo now displays trailing whitespace. > > > >

Re: quicksearch.py should not bind Ctrl-Shift-F

2017-07-11 Thread zhaohe wang
Shift-Ctrl-F can be used again. I always used comand in these days! Command Only type more keys than Shift-Ctrl-F. Thanks! 在 2017年6月26日星期一 UTC+8下午7:16:41,Edward K. Ream写道: > > On Mon, Jun 26, 2017 at 5:23 AM, vitalije > wrote: > >> I have spent few hours trying to restore

Re: Leo now displays trailing whitespace.....

2017-07-11 Thread Terry Brown
On Tue, 11 Jul 2017 10:09:43 -0500 "Edward K. Ream" wrote: > On Tue, Jul 11, 2017 at 9:07 AM, Terry Brown > wrote: > > > Leo now displays trailing whitespace. > > > > ​I don't see this. Hmm, working for me, in the attached it's the grey dots,

Re: Leo now displays trailing whitespace.....

2017-07-11 Thread Edward K. Ream
On Tue, Jul 11, 2017 at 9:07 AM, Terry Brown wrote: > Leo now displays trailing whitespace. > ​I don't see this. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop

Leo now displays trailing whitespace.....

2017-07-11 Thread Terry Brown
Leo now displays trailing whitespace. Although the (small ;-) consensus was to display this by default, I'm not sure having it on by default is the best option - probably good for coders, but maybe jarring for non-coders. The reason people may not like it is because it displays trailing

Re: cycle-editor-focus error when add-editor twice

2017-07-11 Thread Edward K. Ream
On Tue, Jul 11, 2017 at 4:52 AM, zhaohe wang wrote: > Dear Edward: > > After run add-editor twice, I can run cycle-editor-focus between the two > new added editor. > But when I run cycle-editor-focus from main body editor, ValueError > displayed. > ​I've created #522

Re: ENB & Aha: typeless type checking and refactoring

2017-07-11 Thread Edward K. Ream
On Tuesday, July 11, 2017 at 5:38:00 AM UTC-5, Edward K. Ream wrote: > Presumably, Pharo looks only at the *existence* of attributes of objects. What if we simplify Python's checking to do the same? Oh my. So much simpler than computing the *types* of attributes! But still not trivial,

ENB & Aha: typeless type checking and refactoring

2017-07-11 Thread Edward K. Ream
This is an Engineering Notebook post. Feel free to ignore. Otoh, it continues the "How does instant update work?" thread , so it may be of more than usual interest. *tl;dr:* See the summary. This post was inspired by considering

cycle-editor-focus error when add-editor twice

2017-07-11 Thread zhaohe wang
Dear Edward: After run add-editor twice, I can run cycle-editor-focus between the two new added editor. But when I run cycle-editor-focus from main body editor, ValueError displayed. Please have a check about it when you have time. Thanks! Traceback (most recent call last): File

Re: How does instant update work in Pharo?

2017-07-11 Thread Edward K. Ream
On Monday, July 10, 2017 at 8:50:25 AM UTC-5, Edward K. Ream wrote: > > On Mon, Jul 10, 2017 at 12:00 AM, Xavier G. Domingo > wrote: > >> to change one object into its new "version" you need just... its diff ... >​> have you considered asking how would the experts do that

Re: leo ftp

2017-07-11 Thread Edward K. Ream
On Monday, July 10, 2017 at 5:25:59 PM UTC-5, Edward K. Ream wrote: > I have created ftp2.py by rewriting almost every line of ftp.py. At present, it's only in the ftp branch. Dimitriy, I am going to delegate this project to you. I had not intended to spend a whole day on it. Otoh, I've

Re: A road to branch pollution: git stash goes back in time

2017-07-11 Thread Edward K. Ream
On Mon, Jul 10, 2017 at 11:29 PM, Xavier G. Domingo wrote: > El 10/07/2017 a las 12:05, Edward K. Ream escribió: > ​> ​ So the conclusion is that Leo's caches must be completely cleared after any *git stash* or any *git chechout -b* to make them safe? ​Good question. I