Re: Reducing visual clutter in Tree

2016-02-02 Thread 'Terry Brown' via leo-editor
On Tue, 2 Feb 2016 05:11:36 -0800 (PST) john lunzer wrote: > Sorry to dredge up an old topic, Terry is there any reason this > change can't be folded into the code base? I continue changing it > every time I update Leo. Sure - I still haven't seen it, so my guess is that I

Re: Reducing visual clutter in Tree

2016-02-02 Thread john lunzer
Sorry to dredge up an old topic, Terry is there any reason this change can't be folded into the code base? I continue changing it every time I update Leo. On Monday, August 31, 2015 at 11:53:12 AM UTC-4, Terry Brown wrote: > > On Mon, 31 Aug 2015 08:37:25 -0700 (PDT) > john lunzer

Re: Reducing visual clutter in Tree

2015-09-02 Thread john lunzer
This does fix the problem and does not appear to break anything else. The behavior is that for a brief moment during the save the icons disappear but then come right back. On Monday, August 31, 2015 at 11:53:12 AM UTC-4, Terry Brown wrote: > > On Mon, 31 Aug 2015 08:37:25 -0700 (PDT) > john

Re: Reducing visual clutter in Tree

2015-08-31 Thread john lunzer
When I save a Leo outline all of my icons disappear? The next headline update will restore them. Anyone seeing similar behavior? On Monday, August 17, 2015 at 3:06:38 PM UTC-4, Terry Brown wrote: > > On Mon, 17 Aug 2015 05:09:55 -0700 (PDT) > john lunzer wrote: > > > I've

Re: Reducing visual clutter in Tree

2015-08-31 Thread 'Terry Brown' via leo-editor
On Mon, 31 Aug 2015 08:37:25 -0700 (PDT) john lunzer wrote: > When I save a Leo outline all of my icons disappear? The next > headline update will restore them. Anyone seeing similar behavior? No, although I can see how that could happen. The visual-declutter code clears all

Re: Reducing visual clutter in Tree

2015-08-17 Thread john lunzer
I've discovered a visual glitch when using the rules for the task icons. After the icon has been added by the declutter feature if I then attempt to edit the headline again by making it shorter (backspace or delete) the original headline seems to get burned in behind the editable headline box

Re: Reducing visual clutter in Tree

2015-08-12 Thread 'Terry Brown' via leo-editor
On Wed, 12 Aug 2015 04:57:16 -0700 (PDT) john lunzer lun...@gmail.com wrote: Just pushed @path/active-path icons in the latest commit. Check the updated tree-declutter-patterns in leoSettings.leo for the accompanying rules. No need to use them of course but I think they make a big difference

Re: Reducing visual clutter in Tree

2015-08-12 Thread john lunzer
Also, kudos for collapsing leoSettings.leo again before pushing, so that it looks right when opened. If that happened it was purely by accident :) Though I will certainly remember to do so in the future. On Wednesday, August 12, 2015 at 11:14:07 AM UTC-4, Terry Brown wrote: On Wed, 12

Re: Reducing visual clutter in Tree

2015-08-12 Thread john lunzer
Just pushed @path/active-path icons in the latest commit. Check the updated tree-declutter-patterns in leoSettings.leo for the accompanying rules. No need to use them of course but I think they make a big difference when using active-path. On Tuesday, August 11, 2015 at 8:18:30 AM UTC-4, john

Re: Reducing visual clutter in Tree

2015-08-11 Thread john lunzer
Terry, the rule for showing the last part of filenames can be improved to better support windows users: # show the last part of long filenames RULE ^.{1,1000}([/\\])(.{30}) REPLACE …\1\2 The first capture group with faithfully respect the use of backslashes in windows paths. (I like 30

Re: Reducing visual clutter in Tree

2015-08-10 Thread 'Terry Brown' via leo-editor
On Mon, 10 Aug 2015 04:43:50 -0700 (PDT) john lunzer lun...@gmail.com wrote: Terry, I've noticed that the Icons butt right up against the status boxes. Is there any way to add a pixel or two (whichever looks best) of buffer between them? I've just pushed the addition of a setting @int

Re: Reducing visual clutter in Tree

2015-08-10 Thread john lunzer
Thanks for the pixel buffer! I've found a pixel buffer of 7 to be good. Anyway I found an instance in which the headline/icons won't update. On the use of edit-headline-long. If you press cancel nothing will happen, but if you hit enter then the headline will go back to normal and never update

Re: Reducing visual clutter in Tree

2015-08-10 Thread john lunzer
Been playing around and I got some new examples. I have rules for the @path plugin: # Add Icon to folders, remove forward slashes RULE ^/(.*)/$ REPLACE \1 ICON Tango/16x16/places/folder_inv.png # Add icon to path folders / remove @path RULE ^@path (.*) REPLACE \1 ICON

Re: Reducing visual clutter in Tree

2015-08-10 Thread john lunzer
Super cool. I dig these. I also dig your styles for your script buttons and expand/collapse icons? How did you accomplish that coolness? On Monday, August 10, 2015 at 9:51:49 AM UTC-4, Andrea Nuvola wrote: Hi, just posting some declutting icons I've made in case they might be useful to

Re: Reducing visual clutter in Tree

2015-08-09 Thread john lunzer
Just delightful. Leo feels immensely more personalized and dynamic with the declutter feature (as if it already didn't feel that way). Let's not forget to get this into the documentation eventually. On Saturday, August 8, 2015 at 10:02:48 PM UTC-4, Terry Brown wrote: On Sat, 8 Aug 2015

Re: Reducing visual clutter in Tree

2015-08-08 Thread 'Terry Brown' via leo-editor
On Fri, 7 Aug 2015 14:15:01 -0700 (PDT) john lunzer lun...@gmail.com wrote: One is that the conversions do not seem to take place until a certain action occurs in the tree. I can always get the conversions to happen from expanding a node (but not contracting a node). It also seems like

Re: Reducing visual clutter in Tree

2015-08-08 Thread 'Terry Brown' via leo-editor
Also just pushed some icons for different @file types, with support for the leo_dark_0 theme. See updated rules in leo/config/leoSettings.leo#@settings--Tree operation--@data tree-declutter-patterns Cheers -Terry On Sat, 8 Aug 2015 08:59:35 -0500 'Terry Brown' via leo-editor

Re: Reducing visual clutter in Tree

2015-08-08 Thread john lunzer
Awesome, thanks for the quick updates, I'll check them out soon (at the latest on Monday). On Saturday, August 8, 2015 at 12:44:44 PM UTC-4, Terry Brown wrote: Also just pushed some icons for different @file types, with support for the leo_dark_0 theme. See updated rules in

Re: Reducing visual clutter in Tree

2015-08-08 Thread john lunzer
Just pulled the most recent changes. Auto-update works great and the new icons look good. I'll be certain to let you know if I come across any issues. On Saturday, August 8, 2015 at 1:06:57 PM UTC-4, john lunzer wrote: Awesome, thanks for the quick updates, I'll check them out soon (at the

Re: Reducing visual clutter in Tree

2015-08-08 Thread john lunzer
Not sure if you had come across this but different rules can co-exist. For example along with all the @file type directives I have .py files specifically bolded and both the rule for adding the icon and the rule for bolding co-exist without issue. This just keeps getting better! I assume there

Re: Reducing visual clutter in Tree

2015-08-08 Thread 'Terry Brown' via leo-editor
On Sat, 8 Aug 2015 10:45:37 -0700 (PDT) john lunzer lun...@gmail.com wrote: Not sure if you had come across this but different rules can co-exist. For example along with all the @file type directives I have .py files specifically bolded and both the rule for adding the icon and the rule for

Re: Reducing visual clutter in Tree

2015-08-08 Thread john lunzer
I've actually been thinking about this for a long time, but I've wanted to implement parts of the to-do plugin on purely text based input. So a task that wasn't done would start with [ ] A task that was finished would be [*] and a task that was cancelled would be [x] Can I access the task icons

Re: Reducing visual clutter in Tree

2015-08-08 Thread 'Terry Brown' via leo-editor
On Sat, 8 Aug 2015 17:09:56 -0700 (PDT) john lunzer lun...@gmail.com wrote: I've actually been thinking about this for a long time, but I've wanted to implement parts of the to-do plugin on purely text based input. So a task that wasn't done would start with [ ] A task that was finished

Re: Reducing visual clutter in Tree

2015-08-07 Thread 'Terry Brown' via leo-editor
On Fri, 7 Aug 2015 14:15:01 -0700 (PDT) john lunzer lun...@gmail.com wrote: between nodes. See attached image for a simple example. I've already tested it on some of my exceptionally larger .leo files and the removal of @clean plus the highlighting of class nodes is simply amazing. I am

Re: Reducing visual clutter in Tree

2015-08-07 Thread 'Terry Brown' via leo-editor
On Fri, 7 Aug 2015 21:10:31 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: It also seems like sometimes the tree scrolls to a center a specific node after some conversions. Not sure about the scrolling, I think I see that, but I don't this it needs a declutter

Re: Reducing visual clutter in Tree

2015-08-07 Thread john lunzer
I don't think it is safe to label this as minor. The way a person processes on screen text can vary greatly. There are legitimate accessibility implications for those with vision disability (tunnel vision, dyslexia). Then there are people like myself without a disability that simply struggle

Re: Reducing visual clutter in Tree

2015-08-07 Thread 'Terry Brown' via leo-editor
On Thu, 6 Aug 2015 17:28:13 -0700 (PDT) john lunzer lun...@gmail.com wrote: This would be glorious. I also thought there might be a relatively simple way of simply changing the appearance and I also thought that using icons might be part of the answer! I'm super interested to see what you

Re: Reducing visual clutter in Tree

2015-08-07 Thread 'Terry Brown' via leo-editor
On Fri, 7 Aug 2015 08:38:37 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Ok, funny, I have proof of concept in my working version of Leo, so trying to do some other work my tree looks like the attached, the 12 is just an illusion, it's not there when you edit the

Re: Reducing visual clutter in Tree

2015-08-07 Thread Edward K. Ream
On Thu, Aug 6, 2015 at 3:04 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Thu, 6 Aug 2015 12:25:40 -0700 (PDT) john lunzer lun...@gmail.com wrote: Directives in node headers cause a great deal of visual clutter, making it more difficult to navigate expansive trees

Re: Reducing visual clutter in Tree

2015-08-07 Thread john lunzer
Great work, exciting to see a proof of concept working already! On Friday, August 7, 2015 at 9:46:46 AM UTC-4, Terry Brown wrote: On Fri, 7 Aug 2015 08:38:37 -0500 'Terry Brown' via leo-editor leo-e...@googlegroups.com javascript: wrote: Ok, funny, I have proof of concept in my working

Re: Reducing visual clutter in Tree

2015-08-07 Thread 'Terry Brown' via leo-editor
p.s. here's a real life example of with and without the change (attached images). So in this case it's the show end of path part that's contributing more than the make @clean into an icon part, although in an active_path directory tree where you only have directory names and file names and not

Re: Reducing visual clutter in Tree

2015-08-07 Thread 'Terry Brown' via leo-editor
On Thu, 6 Aug 2015 12:25:40 -0700 (PDT) john lunzer lun...@gmail.com wrote: Directives in node headers cause a great deal of visual clutter, making it more difficult to navigate expansive trees filled primarily with @clean/@file/@edit nodes. Ok, I've pushed what I've got. I checked the unit

Re: Reducing visual clutter in Tree

2015-08-07 Thread Edward K. Ream
On Fri, Aug 7, 2015 at 2:18 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Ok, I've pushed what I've got. I checked the unit tests and they seemed unchanged. It seems to work in py3 as well as py2. ​Thanks for this. When I ran the unit tests I got the following

Re: Reducing visual clutter in Tree

2015-08-07 Thread 'Terry Brown' via leo-editor
On Fri, 7 Aug 2015 14:43:52 -0500 Edward K. Ream edream...@gmail.com wrote: ​Thanks for this.  When I ran the unit tests I got the following (unrelated) complaint about the recently-changed valuespace plugin: Thanks for the reminder, fixed and pushed. Cheers -Terry -- You received this

Re: Reducing visual clutter in Tree

2015-08-07 Thread john lunzer
Your implementation of this feature is also far more powerful than I could have ever imagined. The coloring/italic/bold/size options are equally as remarkable in their ability create instant differentiation between nodes. See attached image for a simple example. I've already tested it on some

Re: Reducing visual clutter in Tree

2015-08-06 Thread Kent Tenney
How about URI syntax: auto:///home/me/file.txt clean:///home/you/file.txt ... On Thu, Aug 6, 2015 at 2:25 PM, john lunzer lun...@gmail.com wrote: Directives in node headers cause a great deal of visual clutter, making it more difficult to navigate expansive trees filled primarily with

Re: Reducing visual clutter in Tree

2015-08-06 Thread 'Terry Brown' via leo-editor
On Thu, 6 Aug 2015 12:25:40 -0700 (PDT) john lunzer lun...@gmail.com wrote: Directives in node headers cause a great deal of visual clutter, making it more difficult to navigate expansive trees filled primarily with @clean/@file/@edit nodes. I agree completely, rather than seeing: @clean

Re: Reducing visual clutter in Tree

2015-08-06 Thread john lunzer
This would be glorious. I also thought there might be a relatively simple way of simply changing the appearance and I also thought that using icons might be part of the answer! I'm super interested to see what you come up with! On Thursday, August 6, 2015 at 4:04:12 PM UTC-4, Terry Brown

Reducing visual clutter in Tree

2015-08-06 Thread john lunzer
Directives in node headers cause a great deal of visual clutter, making it more difficult to navigate expansive trees filled primarily with @clean/@file/@edit nodes. I suggest creating aliases for the directives @clean/@file/@edit which would obviously be @c/@f/@e . I think you can tell just