Re: Attributes vs. Relationships

2016-02-17 Thread 'Terry Brown' via leo-editor
From: Edward K. Ream To: leo-editor Sent: Wednesday, February 17, 2016 8:31 AM Subject: Re: Attributes vs. Relationships ​​[snip] I would like to see a general user interface that would associate icons with

Re: Attributes vs. Relationships

2016-02-16 Thread 'Terry Brown' via leo-editor
ngs @enabled-plugins, superseding any other spellings I may have offered. Not sure about Python 3 compatibility though... Cheers -Terry > Rob... > > > On Tuesday, February 16, 2016 at 6:04:54 PM UTC-5, Terry Brown wrote: > > > > Hmm, well, at risk of sounding

Re: Attributes vs. Relationships

2016-02-16 Thread 'Terry Brown' via leo-editor
ry 16, 2016 3:36 PM Subject: Re: Attributes vs. Relationships Yes, Terry, that's a good description of what I envision. Is that possible now? If so, I don't see the mechanism. How (where) would you create that link? Rob. On Tuesday, February 16, 2016 at 4:25:13 PM UTC-5, Terry Brown

Re: Attributes vs. Relationships

2016-02-16 Thread 'Terry Brown' via leo-editor
Something I think you run into here is nodes vs. edges (connections) carrying information.  So two nodes are related:     A -> B now you want to describe the relationship, "implements" (the "source order" view) or "documents" or "todo_item" (issue / ticket), whatever. Ok, so somehow you store

Re: Use case for clones/views/attributes

2016-02-16 Thread 'Terry Brown' via leo-editor
, but those nodes don't have links    back to the pasted node.  This gets fixed by clicking backlink's rescan button or a   save / load cycle.  Could be handled with a hook if it was a major problem. Cheers -Terry From: 'Terry Brown' via leo-editor <leo-editor@googlegroups.com> To

Re: Use case for clones/views/attributes

2016-02-16 Thread 'Terry Brown' via leo-editor
One approach would be to use the backlinks plugin machinery - wouldn't be that hard to parse an outline to automatically create links from subclass to parent class, and inherited / overwritten methods. Cheers -Terry From: john lunzer To: leo-editor

Re: How do I add a child node to comment parrent in @clean?

2016-02-12 Thread 'Terry Brown' via leo-editor
Probably only because it just came up in another thread, it occurs to me that you could use the backlinks plugin for this.  I.e. the answer to your question is no, there isn't really a way to do that directly, but backlinks would allow links from nodes in you @clean code tree to nodes somewhere

Re: Leo reimagined: a tree/dag/view for every attribute!!!

2016-02-12 Thread 'Terry Brown' via leo-editor
2/12/2016 6:49 AM, Edward K. Ream wrote: ​​On Thu, Feb 11, 2016 at 6:20 PM, 'Terry Brown' via leo-editor <leo-editor@googlegroups.com> wrote: Might be worth a look at the backlinks plug-in, which provides a mechanism and gui for superimposing a general graph on the tree. Graphcanvas plug-i

Re: Leo reimagined: a tree/dag/view for every attribute!!!

2016-02-11 Thread 'Terry Brown' via leo-editor
Sounds very interesting. Might be worth a look at the backlinks plug-in, which provides a mechanism and gui for superimposing a general graph on the tree. Graphcanvas plug-in is just another gui for the same mechanism. Bit entirely sure I follow the 'attribute' part vs nodes, and of course

Re: Leo reimagined: a tree/dag/view for every attribute!!!

2016-02-11 Thread 'Terry Brown' via leo-editor
On February 11, 2016 6:20:52 PM CST, 'Terry Brown' via leo-editor <leo-editor@googlegroups.com> wrote: >Bit entirely sure I follow the 'attribute' part vs nodes, and of course *Not* entirely, phone email autocomplete :-/ -- You received this message because you are subscribed to t

Re: strange diff on LeoPyRef.leo

2016-02-10 Thread 'Terry Brown' via leo-editor
From: Zoltan Benedek To: leo-editor Sent: Wednesday, February 10, 2016 3:01 PM Subject: strange diff on LeoPyRef.leo Hi, Can someone explain to me, how could happen this?I only opened LeoPyRef.leo in Leo and saved it (Ctrl +

Re: how to share @command functionality between nodes?

2016-02-08 Thread 'Terry Brown' via leo-editor
On Mon, 8 Feb 2016 06:07:33 -0800 (PST) john lunzer wrote: > I'm a little confused by your request and perhaps Jacob answered it > but I feel like I heard a much simpler question. > > You can use the @others directive in the body of you @command node. > This is the same as

Re: Code academy: icons

2016-02-06 Thread 'Terry Brown' via leo-editor
On Sat, 6 Feb 2016 14:36:29 -0600 "'Terry Brown' via leo-editor" <leo-editor@googlegroups.com> wrote: > If you'd tested > 'icons' instead of 'lineYOffset', you'd have seen no problem. I see you were following an example that tested 'lineYOffset'. Also, I see no use of 'li

Re: Code academy: icons

2016-02-06 Thread 'Terry Brown' via leo-editor
yahoo.com > It's a puzzler for me -- probably a no-brainer for many others. > > -Richard > > On Sunday, January 31, 2016 at 6:34:21 AM UTC-8, Terry Brown wrote: > > > > On Sat, 30 Jan 2016 18:18:17 -0600 > > "Edward K. Ream" <edre...@gmail.com >

Re: Reducing visual clutter in Tree

2016-02-02 Thread 'Terry Brown' via leo-editor
guess is that I have a plugin installed that's triggering the update by triggering a node selection event, or something like that, but the code shouldn't be relying on that. So yes, fold it in. Cheers -Terry terry_n_br...@yahoo.com > On Monday, August 31, 2015 at 11:53:12 AM UTC-4, Terry Brown wro

How to write the unwriteable file?

2016-02-01 Thread 'Terry Brown' via leo-editor
Hmm, unfortunately I want to write files which contain content like this:     this part is LaTeX etc. etc.     <>=    this part is R code    @     more LaTeX here https://github.com/yihui/knitr/blob/master/inst/examples/knitr-minimal.Rnw is an example, and http://yihui.name/knitr/demo/minimal/,

Re: Great to see the new Nav panel showing "parent tags"

2016-02-01 Thread 'Terry Brown' via leo-editor
From: Richard Andersen <monta...@gmail.com> To: leo-editor <leo-editor@googlegroups.com> Sent: Sunday, January 31, 2016 2:37 PM Subject: Re: Great to see the new Nav panel showing "parent tags" Edward mentioned that the change was probably made by Terry Brow

Re: output body and headlines (newbie)

2016-01-31 Thread 'Terry Brown' via leo-editor
On Sun, 31 Jan 2016 12:46:32 -0800 (PST) Richard Andersen wrote: > Thank you, Terry. > > I am trying the code with the Jan 29 build.Still seeing some > errors... Sorry, my bad, you need to enable the leoscreen plugin. But that's perhaps a bit klunky. The way the

Re: Code academy: icons

2016-01-31 Thread 'Terry Brown' via leo-editor
On Sat, 30 Jan 2016 18:18:17 -0600 "Edward K. Ream" wrote: > On Sat, Jan 30, 2016 at 5:57 PM, Largo84 wrote: > > I struggled w/ Git at first too, but found that Sourcetree > > made it a > > lot

Re: output body and headlines (newbie)

2016-01-30 Thread 'Terry Brown' via leo-editor
= > d.getSaveFileName(parent,title,os.curdir,filter_) > line 456: c.in_qt_dialog = False > > ... immediately after the Dialog box comes up and I respond to either > option. > > Would appreciate any direction you can provide. > > -Richard > > On Thu

Re: Code academy: icons

2016-01-30 Thread 'Terry Brown' via leo-editor
On Sat, 30 Jan 2016 13:23:20 -0600 "Edward K. Ream" wrote: > On Sat, Jan 30, 2016 at 11:33 AM, Richard Andersen > wrote: > > > Sorry if this is a really basic question. > > > > I'm running the Leo 5.1 release.How do I take advantage of > > changes

Re: Code academy: icons

2016-01-29 Thread 'Terry Brown' via leo-editor
From: Edward K. Ream To: leo-editor Sent: Friday, January 29, 2016 9:08 AM Subject: Code academy: icons During our conference call, someone asked whether nodes may have more than one icon.  Indeed they can. For example, running this

Re: Leo's code academy: how to do cool things easily

2016-01-29 Thread 'Terry Brown' via leo-editor
On Thu, 28 Jan 2016 18:41:09 -0800 (PST) "Edward K. Ream" wrote: > We discussed the so-called Easter-Egg interface to create new panes > this from the gui, but a summary of how to do this programmatically > is needed. I've given a couple of examples of how to do this, let's

Re: Code Academy: real Leo programmers use git

2016-01-29 Thread 'Terry Brown' via leo-editor
Git *users* can create gists, like https://gist.github.com/tbnorth/6165576 But https://github.com/leo-editor is a GitHub organization, not user, so it doesn't have gists, instead I made a separate repo. all members of leo-editor can push to: https://github.com/leo-editor/snippetsI'd vote for

Re: Leo personal organizer project (continuation of earlier thread)

2016-01-27 Thread 'Terry Brown' via leo-editor
On Tue, 26 Jan 2016 17:06:17 -0800 (PST) Richard Andersen wrote: > It looks like a conference call on Thursday, 1/28 at 12 noon Pacific > will work best for those that I've heard from. > > Any and all are welcome and encouraged to join, just let me know. > I'll send out the

Re: Copy rich text, paste markdown

2015-12-31 Thread 'Terry Brown' via leo-editor
On Thu, 31 Dec 2015 08:15:01 -0800 (PST) Chris George wrote: > Hi Edward, > > I don't think so. I use Linux Mint 17.2 KDE. > > Leo 5.1-final, build 20151207062203, Mon Dec 7 06:22:03 CST 2015 > Git repo info: branch = master, commit = 0d2b4de265f0 > Python 2.7.6, PyQt

Re: Body pane to be 14pt or 16pt?

2015-12-30 Thread 'Terry Brown' via leo-editor
On Wed, 30 Dec 2015 02:10:15 -0800 (PST) Satheesh Vattekkat wrote: > Sorry, this looks like a stupid question -- but I've been struggling > for 2 days to get this working. Did you try this menu item: Settings -> Edit Settings -> Fonts -> Body fonts -> Size I'm not sure how

Re: Copy rich text, paste markdown

2015-12-28 Thread 'Terry Brown' via leo-editor
On Sun, 27 Dec 2015 19:33:24 -0800 (PST) Chris George wrote: > Hello All, > > Some time ago I asked Terry about being able to copy rich text from a > browser window and paste rst. I was pointed to a solution that uses > xclip and pandoc and have been using it since by

Re: Leo.exe: a christmas present for newbies

2015-12-26 Thread 'Terry Brown' via leo-editor
On Sat, 26 Dec 2015 03:37:40 -0800 (PST) "Edward K. Ream" wrote: > On Friday, December 25, 2015 at 7:49:26 PM UTC-5, Edward K. Ream > wrote: > > > I'll be working on the Linux and MacOS versions when I return home > > in a few weeks. > > I'll upload Leo.exe (windows)

Re: Configuration Screipt Pattern

2015-12-21 Thread 'Terry Brown' via leo-editor
On Mon, 21 Dec 2015 12:47:54 -0500 Jacob Peck wrote: > The convention tends to be using @settings trees and the appropriate > c.config.getX() methods, but obviously that only works for scripts > run within Leo. If you're writing a script for use both within and > outside

Re: Configuration Screipt Pattern

2015-12-21 Thread 'Terry Brown' via leo-editor
On Mon, 21 Dec 2015 07:17:53 -0800 (PST) Rafi Bin-Nun wrote: > What's the pattern for creating Python configuration files in Leo? > Should Leo create a file which the script then reads or should the > script try to key off of Leo nodes directly? You might need to

Re: whatever

2015-12-03 Thread 'Terry Brown' via leo-editor
On Thu, 3 Dec 2015 13:17:12 -0800 (PST) Todd Mars wrote: > hi, > finally upgraded to 5.1, now @clean node works and can output a > simple text file that reflects the outlline. > So to make a small font in the body and headlines, I edit personal > settings file and put in what

Re: Push/pop hoist?

2015-12-02 Thread 'Terry Brown' via leo-editor
On Wed, 2 Dec 2015 11:52:20 -0800 (PST) Phil wrote: > > The 'problem' with chapters, if you can call it that, is that they > > 'feel' more permanent -- you're making a change to the tree > > structure (with @chapter nodes) to accommodate it -- of course, > > they're

Re: Push/pop hoist?

2015-12-01 Thread 'Terry Brown' via leo-editor
On Tue, 1 Dec 2015 14:16:03 -0800 (PST) Phil wrote: > Is there a command that can push the current (hoisted) root node onto > a stack, which can later be popped back to the hoisted root position? > If not, can someone provide some guidance for how I would implement > this

Re: Cursor Position on Paste

2015-11-25 Thread 'Terry Brown' via leo-editor
On Wed, 25 Nov 2015 08:22:00 -0800 (PST) Chris George wrote: > Hi John, > > Thanks for all the work. My Python/Qt/OS is the same as your test > environment. For me the cursor still *always *goes to the end of the > string on paste, no matter how I select the string. > >

Re: Can't run on Mac as different user

2015-11-25 Thread 'Terry Brown' via leo-editor
On Wed, 25 Nov 2015 06:57:54 -0800 (PST) Largo84 wrote: > That would be a good idea, but Leo won't start enough to get that > information, it fails before any of that information is displayed in > the terminal log. Can you execute this in a console: python3 -c 'import

Re: Data set on unsupported clipboard mode. QMimeData object will be deleted.

2015-11-24 Thread 'Terry Brown' via leo-editor
On Tue, 24 Nov 2015 10:47:08 -0800 (PST) Largo84 wrote: > Hmm, sorry I don't really understand what any of that means, but I'm > not sure I need to. As a practical matter, should I be concerned > about losing data or is this simply a change in the way Leo 'behaves'? No need

Re: Data set on unsupported clipboard mode. QMimeData object will be deleted.

2015-11-24 Thread 'Terry Brown' via leo-editor
On Tue, 24 Nov 2015 07:12:17 -0800 (PST) Largo84 wrote: > I don't recall seeing this message in the startup log (terminal > window) before today. I just updated to the most current version on > GitHub. Hmm, this must be

context aware insert-file-name

2015-11-18 Thread 'Terry Brown' via leo-editor
Hi all, Made some moderately extensive changes to insert-file-name: Prompt for a file name, then insert it at the cursor position. This operation is undoable if done in the body pane. The initial path is made by concatenating path_for_p() and the selected text, if there is any,

Re: Introspection for Leo

2015-11-16 Thread 'Terry Brown' via leo-editor
On Mon, 16 Nov 2015 04:46:28 -0800 (PST) john lunzer wrote: > I think one way to make Leo more powerful and easier to learn is to > further expose Leo to itself. > > I recently was messing around with Terry's introspection script which > lays outs the guts of an opject in a

Re: Import JSON file as tree

2015-11-15 Thread 'Terry Brown' via leo-editor
On Sat, 14 Nov 2015 18:41:24 -0600 "'Terry Brown' via leo-editor" <leo-editor@googlegroups.com> wrote: > TL;DR: c == c.p should return False, not raise AttributeError, fixed > on trunk now. Although that said, my code should probably use "c is c.p", that would

Re: Import JSON file as tree

2015-11-14 Thread 'Terry Brown' via leo-editor
On Sat, 14 Nov 2015 08:20:51 -0800 (PST) john lunzer wrote: > I tried to search the forums but the google groups search is the > worst. > > Has there been any work done to import JSON files as a Leo tree? > > My idea is that each node would have a headline and an empty body

Re: Abbreviations

2015-11-14 Thread 'Terry Brown' via leo-editor
On Sat, 14 Nov 2015 07:48:31 -0600 Kent Tenney wrote: > declaring > @string next-placeholder-abbrev = ,, > > with scripting turned off didn't work for me Could be a temporal sequencing error, i.e. using features before they're implemented doesn't always work :-) I've just

Re: Import JSON file as tree

2015-11-14 Thread 'Terry Brown' via leo-editor
-Terry > On Saturday, November 14, 2015 at 12:01:17 PM UTC-5, Terry Brown > wrote: > > > > On Sat, 14 Nov 2015 08:20:51 -0800 (PST) > > john lunzer <lun...@gmail.com > wrote: > > > > > I tried to search the forums but the google groups search is th

Re: Abbreviations

2015-11-13 Thread 'Terry Brown' via leo-editor
On Fri, 13 Nov 2015 08:21:47 -0600 Kent Tenney wrote: > I have the following abbrev def: > > svg;;=http://www.w3.org/2000/svg; > \:xmlns:xlink="http://www.w3.org/1999/xlink; > \:width="<|width|>" height="<|height|>" viewBox="<|viewbox|>" >

Re: Abbreviations

2015-11-13 Thread 'Terry Brown' via leo-editor
tions` node? > >> > >> Of course not, I'm an idiot. > >> Much better now, having followed directions. > >> > >> Other editors make a big deal of snippet capability not nearly > >> as nice as this. Is there a reason it's not available by default? > &g

Re: My last lecture. Part 1: Why Leo is noteworthy

2015-11-05 Thread 'Terry Brown' via leo-editor
On Thu, 5 Nov 2015 09:50:32 -0800 Don Dwiggins wrote: > Well, I wouldn't go as far as Marcel, but there is a tension here > between brevity and general comprehensibility. Ed, you've lived and > breathed Leo for years, so those particular single letter names are >

Re: Possible pylint/goto-global-line bug and lost in Leo's internals

2015-11-05 Thread 'Terry Brown' via leo-editor
On Thu, 5 Nov 2015 10:01:15 -0800 (PST) john lunzer wrote: > Well I figured part of it out, gotoCommands.py is missing from > LeoPyRef.leo in core classes --> command classes. > > I would make the change to this myself but after I make the changes > to LeoPyRef.leo my nodes

Re: Session doesn't recognize mapped network locations on restore

2015-11-05 Thread 'Terry Brown' via leo-editor
On Thu, 5 Nov 2015 17:38:10 -0800 (PST) Largo84 wrote: > Haven't seen any replies so I'm wondering if I should post this as a > bug? > > Rob.. I think it would make sense to add it to the bug tracker. I vaguely remember a discussion about this long ago. Wonder if

Re: How to position body at beginning of text

2015-10-30 Thread 'Terry Brown' via leo-editor
On Fri, 30 Oct 2015 13:51:03 -0500 Kent Tenney wrote: > My script pastes into the node body: > p.b = some_text > > at which point, the body displays the end of 'some_text', > I want to be looking at the beginning of the text c.frame.body.wrapper.setInsertPoint(0)

Re: quicksearch - Nav tab hard crashes Leo

2015-10-28 Thread 'Terry Brown' via leo-editor
On Wed, 28 Oct 2015 06:54:18 -0700 (PDT) john lunzer wrote: > Okay, this was caused by moving QApplication from QtGui in PyQt4 to > QtWidgets in PyQt5. Newest commit should fix it, though I can't test > it myself. Please let me know if this clears things up! Ha, decided to

Re: Added "Show Parents" option to quicksearch

2015-10-27 Thread 'Terry Brown' via leo-editor
On Tue, 27 Oct 2015 12:17:04 -0700 (PDT) john lunzer wrote: > This adds a further level of indentation to the quicksearch results > and groups all results by their parent node. nice - I was already finding the node level grouping useful. I added some code so Ctrl-click

Re: Added "Show Parents" option to quicksearch

2015-10-27 Thread 'Terry Brown' via leo-editor
sure most people wouldn't even > think to press it when in the list. > > On Tuesday, October 27, 2015 at 4:58:33 PM UTC-4, Terry Brown wrote: > > > > On Tue, 27 Oct 2015 12:17:04 -0700 (PDT) > > john lunzer <lun...@gmail.com > wrote: > > > > > This adds

Made with Leo

2015-10-20 Thread 'Terry Brown' via leo-editor
This is sort of in response to the Last Lecture thread and why Leo is noteworthy. The attached is "made with Leo", although, to be fair, Blender also contributed :-) I was working on an org. chart, a chart of the structure of an organization (so shoot me now, I guess ;-). Two simple @buttons

Re: Making Leo easier to install

2015-10-14 Thread 'Terry Brown' via leo-editor
On Wed, 14 Oct 2015 12:09:23 -0500 Kent Tenney wrote: > VirtualBox is an app you download and install, > then you download the VM. > > VirtualBox runs the VM, offering a desktop which acts like a real > computer, so it's still 2 step, but easy to do and a fairly common way >

Re: Recent small changes to quicksearch plugin

2015-10-07 Thread 'Terry Brown' via leo-editor
On Wed, 7 Oct 2015 10:18:06 -0700 (PDT) john lunzer wrote: > I implemented a filter which removes duplicate headline matches and I > added a 4-space indent to body matches which makes a huge difference > visually especially when there are multiple body matches. Great idea,

Re: Recent small changes to quicksearch plugin

2015-10-07 Thread 'Terry Brown' via leo-editor
if you're going to do delete... I bet you could do it easily in the current list approach, just delete list items from here down until you hit one with equal indentation :-) Cheers -Terry > On Wednesday, October 7, 2015 at 4:41:05 PM UTC-4, Terry Brown wrote: > > > > On Wed, 7 Oct

Hip replacement

2015-09-30 Thread 'Terry Brown' via leo-editor
I got a text from Edward: "Surgery went very well" So hopefully the recovery will too. Cheers -Terry -- 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

Re: Hip will be replaced on Sept 29

2015-09-27 Thread 'Terry Brown' via leo-editor
On Sun, 27 Sep 2015 13:19:35 -0700 (PDT) "Edward K. Ream" wrote: > I've been focusing on the upcoming surgery lately. It will probably > be about two weeks before I'll be able to answer email. > > Edward > Best wishes for the op. and a speedy recovery. Cheers -Terry --

Re: Off Topic: productivity software you can't live without

2015-09-23 Thread 'Terry Brown' via leo-editor
It has a learning curve but I'm finding the tiling window manager `i3` https://i3wm.org/ makes having to think about window placement seem quaint. Unlike another tiling window manager, ratpoison, which was too absolute in it's "don't use the mouse" world view, i3 has more sensible "use the mouse

Re: A note to new users

2015-09-22 Thread 'Terry Brown' via leo-editor
On Tue, 22 Sep 2015 07:30:21 -0700 (PDT) Marcel Franke wrote: > > I find Leo's features to be an invaluable tool in my profession that > > I've struggled to find elsewhere. > > Which one, besides the outline? For me, one example, editing XML, a simple DB

Re: [again] Leo 5.0-final in MAC lost font control?

2015-09-21 Thread 'Terry Brown' via leo-editor
On Tue, 22 Sep 2015 01:30:18 +0800 "Zoom.Quiet" wrote: > the log is : > Leo Log Window > Leo 5.0-final, build 20141124101406, Mon Nov 24 10:14:06 CST 2014 Hi - I think font / settings / theme stuff has changed since Leo 5.0-final - is it possible for you to upgrade to the

Re: A note to new users

2015-09-21 Thread 'Terry Brown' via leo-editor
On Mon, 21 Sep 2015 14:13:18 -0500 "Edward K. Ream" wrote: > On Mon, Sep 21, 2015 at 2:11 AM, Marcel Franke < > kugelfischtemp...@googlemail.com> wrote: > > > > > john lunzer wrote: > > > > The lack of outlining feels like a handicap at best and trying to > > program > >>

Re: Learning from IPython

2015-09-15 Thread 'Terry Brown' via leo-editor
On Tue, 15 Sep 2015 07:53:57 -0700 (PDT) "Edward K. Ream" wrote: > More interestingly Leo could use IPython's scheme of basing code > completion of live objects, provided users are willing to execute the > code in an outline.  Yes, this could be dangerous, and people must be

Re: Reducing visual clutter in Tree

2015-08-31 Thread 'Terry Brown' via leo-editor
pers-->qtree.clear_visual_icons But I don't see the problem. The solution would be to add self.declutter_update = True to the above clear_visual_icons() - can you try that and see if the problem goes away? Cheers -Terry > On Monday, August 17, 2015 at 3:06:38 PM UTC-4, Terry Brown wrote

Re: Continued abbreviation woes for new users

2015-08-29 Thread 'Terry Brown' via leo-editor
On Sat, 29 Aug 2015 11:43:24 -0700 (PDT) john lunzer lun...@gmail.com wrote: The title of this post plays off past titles by new users. I've just had an email exchange with a new user who was thoroughly confused with abbreviations. Basically he just wanted to use the hl;; abbreviation for

Re: Recent commit adds subtree only and node capability to quicksearch plugin

2015-08-27 Thread 'Terry Brown' via leo-editor
On Thu, 27 Aug 2015 09:42:22 -0500 Edward K. Ream edream...@gmail.com wrote: On Wed, Aug 26, 2015 at 9:53 AM, john lunzer lun...@gmail.com wrote: I've done limited testing. This is my first commit that is likely to affect many other people's daily flow. Please let me know if I've broken

Re: Apply Leo's main stylesheet to plugin window

2015-08-27 Thread 'Terry Brown' via leo-editor
check it out soon, thanks for the link to the demo widget. On Tuesday, August 25, 2015 at 1:18:30 PM UTC-4, Terry Brown wrote: On Tue, 25 Aug 2015 10:14:17 -0700 (PDT) john lunzer lun...@gmail.com wrote: I'm at the point where I'm trying to convert my quick-replace @command

Re: Apply Leo's main stylesheet to plugin window

2015-08-27 Thread 'Terry Brown' via leo-editor
On Thu, 27 Aug 2015 15:38:22 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: c.styleSheetManager.get_master_widget(c.frame.top).styleSheet() Just for completeness, c.config.getData('qt-gui-plugin-style-sheet') wasn't a bad idea, but it would be something like

Re: Apply Leo's main stylesheet to plugin window

2015-08-27 Thread 'Terry Brown' via leo-editor
. Sure - just to be sure we're on the same page, which seems like it should be a pun in this context but somehow isn't :-) c.styleSheetManager.get_master_widget(c.frame.top).styleSheet() seems like the easiest way. Cheers -Terry On Thursday, August 27, 2015 at 4:40:41 PM UTC-4, Terry Brown

Re: Recent commit adds subtree only and node capability to quicksearch plugin

2015-08-26 Thread 'Terry Brown' via leo-editor
to buttons. Unless you think it's confusing vs. what should happen when search text is entered - I guess when Changed or Timeline was selected it could just display the relevant list and then change the combo. back to All. Cheers -Terry On Wednesday, August 26, 2015 at 11:32:28 AM UTC-4, Terry

Re: versions, re-install, etc.

2015-08-26 Thread 'Terry Brown' via leo-editor
On Wed, 26 Aug 2015 06:17:19 -0700 (PDT) Todd Mars tamn...@gmail.com wrote: I have some trouble because I had to downgrade py to 2.7 to use npm, so: (now I have py33 and py27 on the 'puter) 1) Is it necessary to uninstall old version of Leo to install new version? 2) To run Leo I use cmd and

Re: Recent commit adds subtree only and node capability to quicksearch plugin

2015-08-26 Thread 'Terry Brown' via leo-editor
On Wed, 26 Aug 2015 07:53:09 -0700 (PDT) john lunzer lun...@gmail.com wrote: I've done limited testing. This is my first commit that is likely to affect many other people's daily flow. Please let me know if I've broken anything. Also comments are welcome on my changes. I had to copy out

Re: Apply Leo's main stylesheet to plugin window

2015-08-25 Thread 'Terry Brown' via leo-editor
On Tue, 25 Aug 2015 10:14:17 -0700 (PDT) john lunzer lun...@gmail.com wrote: I'm at the point where I'm trying to convert my quick-replace @command to a plugin and I looked around in the current plugins but I couldn't find an example of how I apply Leo's main stylesheet to floating QtWidgets.

Re: Running a Qt application with Ctrl-B

2015-08-25 Thread 'Terry Brown' via leo-editor
On Tue, 25 Aug 2015 03:26:58 -0700 (PDT) reinhard.engel...@googlemail.com wrote: May be this is a stupid question: I'm trying to import a large Qt application into Leo. For testing, I created a script in a single node with the headline '@clean QtTest.pyw)' and the following body:

Re: NEW: Edit Settings menu

2015-08-25 Thread 'Terry Brown' via leo-editor
On Tue, 25 Aug 2015 10:18:47 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: On Tuesday, August 25, 2015 at 9:53:01 AM UTC-5, Edward K. Ream wrote: ...it's time to declare that configuration setting should never be cached. Instead code should always call c.config.getX. We shouldn't

Re: NEW: Edit Settings menu

2015-08-24 Thread 'Terry Brown' via leo-editor
On Mon, 24 Aug 2015 09:21:36 -0500 Edward K. Ream edream...@gmail.com wrote: [snip] Again, wordy, but I think easy enough to understand. ​I agree. And even if the user hits cancel, they now have know what's available and where.​ Right, I think this menu based setting editing which tells

Re: NEW: Edit Settings menu

2015-08-24 Thread 'Terry Brown' via leo-editor
-settings ... [M] bodybg = yellow ... odd, in the settings pane, among the expected listings are a bunch like t tx=tbrown.201508217150.66status-border-style/t On Sun, Aug 23, 2015 at 11:50 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: There's now an Edit settings

Re: NEW: Edit Settings menu

2015-08-24 Thread 'Terry Brown' via leo-editor
On Mon, 24 Aug 2015 08:56:40 -0700 (PDT) john lunzer lun...@gmail.com wrote: On Monday, August 24, 2015 at 10:21:37 AM UTC-4, Edward K. Ream wrote: Note Reload settings isn't working as effectively as I think it should, that may need to be addressed as well. Unrelated to the new code.

NEW: Edit Settings menu

2015-08-23 Thread 'Terry Brown' via leo-editor
There's now an Edit settings menu under the main Settings menu. It's not going to make everyone (anyone?) happy, you still have to edit the content of a Leo headline to change font size etc. The new functionality is that it finds the appropriate setting and copies it to the appropriate outline

Re: Increasing the instant appeal of Leo

2015-08-23 Thread 'Terry Brown' via leo-editor
On Sun, 23 Aug 2015 15:51:23 +0300 Ville M. Vainio vivai...@gmail.com wrote: Ville's still around, good to know ;-) 2. .ini or .json based configuration (instead of .leo format), again like in Sublime Text or VSCode. Current system requires too much Leo buy-in already As it happens I have

Re: Increasing the instant appeal of Leo

2015-08-23 Thread 'Terry Brown' via leo-editor
On Sun, 23 Aug 2015 13:50:14 -0700 (PDT) john lunzer lun...@gmail.com wrote: 4. see if we could replace minibuffer with ctrl+shift+p like thing from sublime/atom/vscode. Much more impressive and modern. To terry, this is how sublime works. I agree that the pop-up style is more modern but

Re: Does @clean go too far?

2015-08-21 Thread 'Terry Brown' via leo-editor
On Fri, 21 Aug 2015 10:43:49 -0500 Edward K. Ream edream...@gmail.com wrote: On Thu, Aug 20, 2015 at 6:00 AM, Geoff Evans gtevan...@nl.rogers.com wrote: It seems to me that the file produced by an @clean node is not only clean but sterile. ​There was a suggestion for @nosent files to

Re: Leo's future

2015-08-18 Thread 'Terry Brown' via leo-editor
On Tue, 18 Aug 2015 10:39:45 -0700 (PDT) holgersc...@googlemail.com wrote: Hi Edward, I don't know how often this has been asked: What if options would not be set via head or body of a node but be attributes of this node? I think what you're suggesting would be, in Leo terminology,

Re: xkcd: Bwahahaha.

2015-08-17 Thread 'Terry Brown' via leo-editor
On Sun, 16 Aug 2015 13:18:23 -0700 (PDT) john lunzer lun...@gmail.com wrote: I understand their general purpose but not why that xkcd strip is funny. What are people using them for, why post your public key? I've encountered public/private key use for encryption a couple times, and it wasn't

Re: Reducing visual clutter in Tree

2015-08-12 Thread 'Terry Brown' via leo-editor
nothing will happen, but if you hit enter then the headline will go back to normal and never update until the next update event (doesn't need to be the same headline). On Monday, August 10, 2015 at 10:55:21 AM UTC-4, Terry Brown wrote: On Mon, 10 Aug 2015 04:43:50 -0700 (PDT) john lunzer

icons and paths (related to declutter)

2015-08-10 Thread 'Terry Brown' via leo-editor
Icon paths are handled specially by Leo to accommodate themes. So, rather than ICON Tango/16x16/places/folder_inv.png you would just say ICON Tango/16x16/places/folder.png and Leo will check first .../leo/themes/theme_name/Icons/Tango/16x16/places/folder.png (and some other places

Re: Reducing visual clutter in Tree

2015-08-10 Thread 'Terry Brown' via leo-editor
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 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

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 leo-editor

Re: Reducing visual clutter in Tree

2015-08-08 Thread 'Terry Brown' via leo-editor
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 latest on Monday). On Saturday, August 8, 2015 at 12:44:44 PM UTC-4, Terry Brown wrote: Also just

Re: Reducing visual clutter in Tree

2015-08-08 Thread 'Terry Brown' via leo-editor
^@clean (.*) REPLACE \1 Cheers -Terry On Saturday, August 8, 2015 at 1:52:20 PM UTC-4, Terry Brown wrote: On Sat, 8 Aug 2015 10:45:37 -0700 (PDT) john lunzer lun...@gmail.com javascript: wrote: Not sure if you had come across this but different rules can co-exist. For example

Re: Reducing visual clutter in Tree

2015-08-07 Thread 'Terry Brown' via leo-editor
On Friday, August 7, 2015 at 3:47:47 PM UTC-4, Terry Brown wrote: 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

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 'Terry Brown' via leo-editor
, August 6, 2015 at 4:04:12 PM UTC-4, Terry Brown wrote: On Thu, 6 Aug 2015 12:25:40 -0700 (PDT) john lunzer lun...@gmail.com javascript: wrote: Directives in node headers cause a great deal of visual clutter, making it more difficult to navigate expansive trees filled primarily

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

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 '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-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

<    4   5   6   7   8   9   10   11   12   13   >