Prevent accidentally node suppression

2015-04-07 Thread cactus
Hi I've got a new laptop where 'Suppr' and 'Inser' is on te same button. Consequently I found myself deleting nodes accidentally. - Is there a mean to ask for confirmation before deleting a node ? - Is there a mean to reprogram 'suppr' button ? Thanks ! -- You received this message because yo

Re: Focus remains in previous file

2015-04-07 Thread lewis
New issue #181 added: https://github.com/leo-editor/leo-editor/issues/181 Lewis On Sunday, April 5, 2015 at 9:21:47 PM UTC+10, Edward K. Ream wrote: > > ​Thanks for this report. Please file an official bug > . > -- You received this message bec

Re: Missing +/- boxes

2015-04-07 Thread john lunzer
No, but like many of us I do have a fair amount of plugins enabled so I'll try to keep an eye on the context of when it's happening. On Monday, April 6, 2015 at 10:18:24 PM UTC-4, Terry Brown wrote: > > > > On Mon, Apr 6, 2015 at 3:06 PM, john lunzer > wrote: > > > > > Several times today I've

Leo 5.1 b2 coming Friday, April 10

2015-04-07 Thread Edward K. Ream
I've changed my mind. A new official release is urgent: - Leo 5.1 b1 is broken because @nosent did not work as it did in Leo 5.0. - Leo 5.0 final is broken because of its gnx problems. Makes me wonder why we bother with "stable" releases! I'll work on bugs #143

Re: File in a file

2015-04-07 Thread Kent Tenney
I use auto with persistence turned off via setting @bool enable-persistence = False so I wouldn't be the one to complain about it going away ... On Mon, Apr 6, 2015 at 8:54 PM, Edward K. Ream wrote: > > > On Mon, Apr 6, 2015 at 2:00 PM, 'Terry Brown' via leo-editor > wrote: >> >> >> I know I as

Focused border suggestions

2015-04-07 Thread john lunzer
I've been experimenting with using focused border as I find myself getting lost in Leo quite often. Focused border has some issues that I think make it not as useful as it truly could be: 1. Hover focus might be great for making an instructional video but in regular operation it's distracting

Re: File in a file

2015-04-07 Thread Edward K. Ream
On Tue, Apr 7, 2015 at 6:47 AM, Kent Tenney wrote: > I use auto with persistence turned off via setting > @bool enable-persistence = False > > so I wouldn't be the one to complain about it going away ... > ​This setting no longer has any effect. Presumably you didn't notice​ ​because the setti

Re: Prevent accidentally node suppression

2015-04-07 Thread Edward K. Ream
On Tue, Apr 7, 2015 at 3:36 AM, cactus wrote: > Hi > > I've got a new laptop where 'Suppr' and 'Inser' is on te same button. > Consequently I found myself deleting nodes accidentally. > > - Is there a mean to ask for confirmation before deleting a node ? > ​No. It would be annoying. You can al

Re: Focused border suggestions

2015-04-07 Thread Edward K. Ream
On Tue, Apr 7, 2015 at 7:03 AM, john lunzer wrote: > I've been experimenting with using focused border as I find myself getting > lost in Leo quite often. > > Focused border has some issues that I think make it not as useful as it > truly could be: > > 1. Hover focus might be great for making an

Perfectionism is not our friend

2015-04-07 Thread Edward K. Ream
It's always good to pay attention to seemingly small details. Some of them matter a great deal. Some hardly matter at all. Having said that, Leo is now at the stage, imo, where such issues are not terribly important overall. There are much larger questions that we can be asking about how outlin

Re: File in a file

2015-04-07 Thread 'Terry Brown' via leo-editor
On Tue, 7 Apr 2015 09:28:00 -0500 "Edward K. Ream" wrote: > On Tue, Apr 7, 2015 at 6:47 AM, Kent Tenney wrote: > > > I use auto with persistence turned off via setting > > @bool enable-persistence = False > > > > so I wouldn't be the one to complain about it going away ... > > ​This setting no

Rev 438826c retires the watchfile plugin

2015-04-07 Thread Edward K. Ream
This plugin never did anything significant. ExternalFilesController.on_idle now watches external files. Removing this plugin reduces confusion and duplicate code. This a bit of adminstrivia for the b2 release. Edward -- You received this message because you are subscribed to the Google Groups

Re: File in a file

2015-04-07 Thread Edward K. Ream
On Tuesday, April 7, 2015 at 9:54:40 AM UTC-5, Terry Brown wrote: > > So my interpretation - Leo won't (any more) create a @persistence node > for you, only use it if it already exists? > Correct. If this isn't correct it's a bug. EKR -- You received this message because you are subscribed

Re: Perfectionism is not our friend

2015-04-07 Thread 'Terry Brown' via leo-editor
On Tue, 7 Apr 2015 07:48:24 -0700 (PDT) "Edward K. Ream" wrote: > It's always good to pay attention to seemingly small details. Some > of them matter a great deal. Some hardly matter at all. Having said > that, Leo is now at the stage, imo, where such issues are not > terribly important overall.

Re: Perfectionism is not our friend

2015-04-07 Thread Edward K. Ream
On Tue, Apr 7, 2015 at 10:02 AM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: One particularly powerful / cool Leo behavior I've been noticing > recently is how @button / @rclick / @command code is dynamic, i.e. > change the code in the node and the behavior of the created bu

Oops: recent work broke vim-open-node

2015-04-07 Thread Edward K. Ream
My apologies for this. Fixing this has top priority. EKR -- 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 it, send an email to leo-editor+unsubscr...@googlegroups.com. To post to this

Re: Oops: recent work broke vim-open-node

2015-04-07 Thread Edward K. Ream
On Tuesday, April 7, 2015 at 10:58:05 AM UTC-5, Edward K. Ream wrote: > > My apologies for this. Fixing this has top priority. > To be clear, b2 will not go out the door until this is fixed. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group.

Re: Perfectionism is not our friend

2015-04-07 Thread Edward K. Ream
On Tuesday, April 7, 2015 at 10:55:53 AM UTC-5, Edward K. Ream wrote: > This kind of answer is why you are my chief deputy and my designated successor. Terry, you have been quietly building a strong case that using clones is optional. You have done this by writing and improving the bookmarks pl

Re: Focused border suggestions

2015-04-07 Thread john lunzer
I think you've misunderstood my suggestion. I love focus borders, but *hover* focus borders are visually distracting to where the actual pane focus is. My first thought was to just make the hover color the same as the unfocus color but as I stated in my previous post the hover border overrides

Re: Perfectionism is not our friend

2015-04-07 Thread john lunzer
It feels like this thread was partly triggered by my recent activity. I'm a new Leo user. I think the work you've done and the commitment you've shown to Leo are astounding. Part of what has drawn me to Leo is that it has a passionate champion. I've found many small bugs in Leo that make using

Re: Focused border suggestions

2015-04-07 Thread john lunzer
I was able to achieve this effect by changing: QTextEdit:hover#log-widget, LeoQTreeWidget:hover#treeWidget, QTextEdit:hover#richTextEdit { border-color: @focused-border-hover-color; } to QTextEdit:hover#log-widget, LeoQTreeWidget:hover#treeWidget, QTextEdit:hover#richTextEdit { } in the @

Re: Perfectionism is not our friend

2015-04-07 Thread john lunzer
I get the feeling this post was triggered partially by my actions. I apologize for overwhelming the system (so to say). I never intended to take away from Leo's primary goals. UI bugs are particularly distracting to me. If it makes you feel any better I've only posted about half of the bugs I'v

Traceback when opening an outline

2015-04-07 Thread Viktor Ransmayr
Hello Edward, I receive the following traceback, when opening my default working outline: PS C:\Users\Viktor\worklogs> leo wl2015.leo leoID=VIRA2015 (in C:\Users\Viktor\.leo) reading settings in C:\Users\Viktor\Programs\leo-editor-master\leo\config\leoSettings.leo reading settings in C:\Users\