Re: Caution: leoSettings.leo fully parameterized settings

2014-09-16 Thread 'Terry Brown' via leo-editor
On Tue, 16 Sep 2014 14:23:15 -0700 Matt Wilkie map...@gmail.com wrote: Thank you very much for this! For those not necessarily familiar with this part of Leo, the node referred to is Global Settings - @settings - Qt Gui Stylesheet settings - Fonts - Basic Fonts (change these first) Just

Re: Reloading visual settings

2014-09-16 Thread 'Terry Brown' via leo-editor
On Tue, 16 Sep 2014 17:06:11 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: Imo, it's time to simplify how themes get specified, but we'll have to discuss this... A @theme node, perhaps? :-) Cheers -Terry -- You received this message because you are subscribed to the Google Groups

Re: Reloading visual settings

2014-09-17 Thread 'Terry Brown' via leo-editor
On Wed, 17 Sep 2014 05:52:59 -0500 Edward K. Ream edream...@gmail.com wrote: On Tue, Sep 16, 2014 at 7:19 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Tue, 16 Sep 2014 17:06:11 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: Imo, it's time to simplify how

Re: Reloading visual settings

2014-09-18 Thread 'Terry Brown' via leo-editor
On Wed, 17 Sep 2014 14:10:41 -0500 Edward K. Ream edream...@gmail.com wrote: In myLeoSettings.leo, somewhere under @settings, showing only organizer nodes for the @values nodes, not the @value nodes themselves: @theme default @bool theme_is_dark = False theme settings [snip]

Re: Completion bug

2014-09-19 Thread 'Terry Brown' via leo-editor
On Fri, 19 Sep 2014 06:21:25 -0500 Edward K. Ream edream...@gmail.com wrote: But I disable some truly weird code at the end of lqlw.tab_callback: setting the c.k.autoCompleter.klass ivar. Is it anything to do with @bool use_qcompleter = True ? Probably not - I know there was a launchpad bug

Re: Completion bug

2014-09-19 Thread 'Terry Brown' via leo-editor
On Fri, 19 Sep 2014 10:30:57 -0500 Edward K. Ream edream...@gmail.com wrote: On Fri, Sep 19, 2014 at 9:25 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Is it anything to do with @bool use_qcompleter = True ? That's my default assumption. Having said that, I have

large body text reprise

2014-09-19 Thread 'Terry Brown' via leo-editor
Just pushed a revamp of the large body text delayed load UI. I intended to preserve two commits, one where I moved the UI stuff to a class, and another where I manually applied the can't edit large body text fixes in 80e5693, but I git gaffed and merged both commits into master as one commit.

Re: large body text reprise

2014-09-19 Thread 'Terry Brown' via leo-editor
On Fri, 19 Sep 2014 17:17:17 -0500 Edward K. Ream edream...@gmail.com wrote: On Fri, Sep 19, 2014 at 5:06 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Just pushed a revamp of the large body text delayed load UI. I think you forgot to add /qt_big_text.py Sheesh, so I

Re: Enable Abbreviations

2014-09-19 Thread 'Terry Brown' via leo-editor
On Fri, 19 Sep 2014 14:34:38 -0700 (PDT) bobS rjshanle...@gmail.com wrote: My expectation, after reading doc, and settings information in leoSettings.leo,etc, is that after making sure that i have @settings @boot enable-abbreviations = True It's bool, not boot, short for boolean,

Re: Ctrl-F focus inconsistent

2014-09-21 Thread 'Terry Brown' via leo-editor
On Sat, 20 Sep 2014 23:25:33 -0700 (PDT) lewis lewisn...@operamail.com wrote: Hi Edward, A minor improvement would be useful to ensure after a Ctrl-F the focus always lands in the find pattern here field. Open cheatsheet.leo , Ctrl-F, focus correctly lands in the find pattern here field

Re: Localization to German - if, when and how to get?

2014-09-22 Thread 'Terry Brown' via leo-editor
On Mon, 22 Sep 2014 06:17:36 -0500 Edward K. Ream edream...@gmail.com wrote: On Sun, Sep 21, 2014 at 2:04 PM, Peter Noske noske.span...@t-online.de wrote: Is there a way now to have / get a version of Leo in German language, a localization one's? Maybe not adding much here, but my just

Re: Localization to German - if, when and how to get?

2014-09-22 Thread 'Terry Brown' via leo-editor
On Mon, 22 Sep 2014 10:30:38 -0500 Edward K. Ream edream...@gmail.com wrote: The only thing needed to translate log messages is to get the call to gettext.gettext(s) inside g.translateString to work properly. I was thinking of more general translation, e.g. self.createIconButton(

Re: Enable Abbreviations

2014-09-22 Thread 'Terry Brown' via leo-editor
On Mon, 22 Sep 2014 08:50:16 -0700 (PDT) bobS rjshanle...@gmail.com wrote: Thanks, Terry. The boot was a typo on my part; the outline had bool. I was trying to use the abbreviation immediately after entering it in my outline. But after starting Leo this morning, I noticed that Abbreviations

Re: Localization to German - if, when and how to get?

2014-09-22 Thread 'Terry Brown' via leo-editor
On Mon, 22 Sep 2014 11:00:21 -0500 Edward K. Ream edream...@gmail.com wrote: On Mon, Sep 22, 2014 at 10:47 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: The only thing needed to translate log messages is to get the call to gettext.gettext(s) inside g.translateString

Re: Enable Abbreviations

2014-09-22 Thread 'Terry Brown' via leo-editor
On Mon, 22 Sep 2014 11:58:56 -0700 (PDT) bobS rjshanle...@gmail.com wrote: This last post may be inappropriately placed; please advise, if so, and I'll move it. Abbreviations work great, but revealed a larger problem in the test domain I'm operating in. I wanted to use the abbreviations

Re: Navigation

2014-09-24 Thread 'Terry Brown' via leo-editor
On Wed, 24 Sep 2014 07:46:34 -0700 (PDT) Todd Mars tamn...@gmail.com wrote: Hello! How do I do this? global to an outline: Find text (with multiple results) Display next/previous results (go to location in the outline for each search found) The Nav pane sounds like the best match,

Re: Doh! Use setuptools instead of .bat files

2014-09-30 Thread 'Terry Brown' via leo-editor
On Tue, 30 Sep 2014 12:54:46 -0700 Matt Wilkie map...@gmail.com wrote: File under things-I-didn't-know-but-should-have: Very useful factoid, thanks :-) Cheers -Terry Instead of creating batch files all over the place to fire up python programs, and then having to cope with annoying

Re: How do I setup dark theme?

2014-10-01 Thread 'Terry Brown' via leo-editor
On Tue, 30 Sep 2014 22:27:28 -0700 (PDT) Satheesh Vattekkat vsb...@gmail.com wrote: Been a long time leo user (basic leo user; I just use @url, @file and vim plugin - not developer though). Moving to solarized dark on term, vim etc is helping eyes a lot. Searched the group on how to setup Leo

Re: How do I setup dark theme?

2014-10-01 Thread 'Terry Brown' via leo-editor
On Wed, 1 Oct 2014 07:27:42 -0700 (PDT) Chris George technat...@gmail.com wrote: Hi Terry, I just followed your instructions for loading leo_dark theme 0 and noticed something. I recently loaded a fresh myLeoSettings.leo and all I have configured so far are the font choices in the

Re: blue-sky: Leo engine inside OneNote

2014-10-02 Thread 'Terry Brown' via leo-editor
On Thu, 2 Oct 2014 08:55:17 -0700 Matt Wilkie map...@gmail.com wrote: So here's my over the top blue sky wish for lazy web: Someone please make a OneNote-like application with Leo under the hood. I'm greedy, wanting to have my cake and eat it too. Just pushed a fix to graphcanvas, broken by

Re: blue-sky: Leo engine inside OneNote

2014-10-02 Thread 'Terry Brown' via leo-editor
On Thu, 2 Oct 2014 12:14:35 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Also, it can display a node as an image (path in first line of body), Heh, this includes .svg files :-) So one addition could be to open the SVG file in inkscape... Cheers -Terry -- You

Re: Terry, I think you are right about style sheets

2014-10-08 Thread 'Terry Brown' via leo-editor
On Wed, 26 Oct 2011 20:47:03 -0500 Terry Brown terry_n_br...@yahoo.com wrote: the lists say that the cheapest way to get styling on a widget re-done is w.style().unpolish(w) w.style().polish(w) (a) this doesn't appear to be working reliably (b) just found an alternative,

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 06:27:32 -0700 (PDT) pmma...@gmail.com wrote: Hi All, I've been a long time on and off again user of Leo. My main impediment to consistent use has been variable cross-platform support, especially on OSX. With PyQT well supported in recent Anaconda python distributions

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 08:51:52 -0700 (PDT) pmma...@gmail.com wrote: Hi Terry, Thanks for the fast response. I just pulled the latest code from GitHub. Here's what my log window now says: Ok, thanks for testing that, it does confirm that the problem was in the obvious place, but I'm not really

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 06:27:32 -0700 (PDT) pmma...@gmail.com wrote: pyqt 4.10.4 py27_0 -- file name : pyqt-4.10.4-py27_0.tar.bz2 name: pyqt version : 4.10.4 p.s. I assume there's no easy option to use Qt 5? Not a definite fix, but worth trying if it's easy.

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 11:50:19 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: p.s. I assume there's no easy option to use Qt 5? Not a definite fix, but worth trying if it's easy. But before you try that it looks like there might be some things to explore with QImage vs

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 12:02:31 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Thu, 9 Oct 2014 11:50:19 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: p.s. I assume there's no easy option to use Qt 5? Not a definite fix, but worth trying

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 12:22:09 -0700 (PDT) pmma...@gmail.com wrote: In desperation I installed Python3 and Qt/PyQT from Homebrew and it worked! Great. The latest changes seem to have broken PyQt 4.7, so I'm wondering if you'd mind trying

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 12:54:17 -0700 (PDT) pmma...@gmail.com wrote: Terry, I can confirm that Homebrew Python3 with PyQt 4.11.1 works fine on the master from 2 days ago. Ok, so if we drop the changes from QPixmap to QImage which somewhat surprisingly breaks 4.7, that works for you now because

Re: who has the idea about the missing icon box before node in the outline pane?

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 19:50:45 -0700 (PDT) HaveF iamapla...@gmail.com wrote: I find the reason, but don’t know what to do, reinstall qt? This seems to be exactly the problem discussed in this thread, from earlier today: https://groups.google.com/forum/#!topic/leo-editor/lH5n1M3s3W8 So maybe

Re: who has the idea about the missing icon box before node in the outline pane?

2014-10-10 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 22:13:31 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Incidentally the difference between icon box images and task property icons you noticed seems to be that the former are gifs and the latter pngs, I think it has something to do with rendering

Re: who has the idea about the missing icon box before node in the outline pane?

2014-10-10 Thread 'Terry Brown' via leo-editor
On Fri, 10 Oct 2014 10:44:14 +0800 HaveF iamapla...@gmail.com wrote: Hi, all, I don't know when my icon boxes are lost. I have tried to remove my .leo dir for reset my setting, but have no success. Ok, Leo 4.11 final, build 20141010090626, Fri Oct 10 09:06:26 CDT 2014 Git repo info:

Re: who has the idea about the missing icon box before node in the outline pane?

2014-10-10 Thread 'Terry Brown' via leo-editor
, Oct 10, 2014 at 10:11 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Fri, 10 Oct 2014 10:44:14 +0800 HaveF iamapla...@gmail.com wrote: Hi, all, I don't know when my icon boxes are lost. I have tried to remove my .leo dir for reset my setting

Re: In-Browser Leo

2014-10-12 Thread 'Terry Brown' via leo-editor
On Mon, 13 Oct 2014 06:38:48 +1300 David McNab davidmcna...@gmail.com wrote: One thought I've had is for the web app to have all nodes, by default, flagged as read-only. If wanting to edit a node's contents, a hot-key sends a 'lock request' to the server, gets an ok or not ok response. If ok,

Re: In-Browser Leo

2014-10-13 Thread 'Terry Brown' via leo-editor
On Mon, 13 Oct 2014 08:59:41 -0500 Edward K. Ream edream...@gmail.com wrote: On Mon, Oct 13, 2014 at 6:16 AM, Kent Tenney kten...@gmail.com wrote: It would only require permissions for In-browser-Leo to enable collaborative editing at the level of: I'll type in this url and open the Leo

Re: In-Browser Leo

2014-10-13 Thread 'Terry Brown' via leo-editor
13, 2014 at 4:34 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Mon, 13 Oct 2014 08:59:41 -0500 Edward K. Ream edream...@gmail.com wrote: On Mon, Oct 13, 2014 at 6:16 AM, Kent Tenney kten...@gmail.com wrote: It would only require permissions for In-browser

Re: defining @buttons in myLeoSettings.leo

2014-10-14 Thread 'Terry Brown' via leo-editor
On Tue, 14 Oct 2014 06:45:47 -0500 Kent Tenney kten...@gmail.com wrote: There are buttons I want available in all my Leo files, I define them in myLeoSettings.leo. This generates duplicates of those buttons on the button bar of myLeoSettings.leo. Neither of the buttons offer 'Goto Script'

Re: ENB: Fixing gnx collisions without a post scan

2014-10-15 Thread 'Terry Brown' via leo-editor
On Wed, 15 Oct 2014 03:57:00 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: This is an Engineering Notebook post. Feel free to ignore it unless you have a deep interest in bug #69. Bob has just reported that the post scan works for him. That's great, but I would like to eliminate

Re: ENB: Fixing gnx collisions without a post scan

2014-10-15 Thread 'Terry Brown' via leo-editor
On Wed, 15 Oct 2014 06:47:25 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: On Wednesday, October 15, 2014 8:28:05 AM UTC-5, Terry Brown wrote: I don't think the post-scan does require Bob's always incrementing timestamp fix, I think the post-scan is a more general solution which

Re: ENB: Fixing gnx collisions without a post scan

2014-10-15 Thread 'Terry Brown' via leo-editor
On Wed, 15 Oct 2014 10:21:37 -0500 Edward K. Ream edream...@gmail.com wrote: On Wed, Oct 15, 2014 at 9:18 AM, 'Terry Brown' wrote: So for maximum code cleanliness Bob's fix could be removed. I don't see how that statement can be correct. Each invocation of Leo must be based on a

Re: ENB: Fixing gnx collisions without a post scan

2014-10-15 Thread 'Terry Brown' via leo-editor
On Wed, 15 Oct 2014 11:08:54 -0500 Kent Tenney kten...@gmail.com wrote: perhaps not standards-friendly enough for Kent :-] now, I don't want to be the standard-bearer for standards if alone. Does everyone else prefer an evolved gnx over uuid? :-) I'm still not convinced there's any need

Re: ENB: Fixing gnx collisions without a post scan

2014-10-15 Thread 'Terry Brown' via leo-editor
On Wed, 15 Oct 2014 11:43:59 -0500 Edward K. Ream edream...@gmail.com wrote: [snip] But, perhaps the above is naively simplistic. It seems rock solid to me. The post pass frees us from *any* assumptions about ids and timestamps. I meant simplistic in terms of my thought that maybe the

Re: ENB: Thinking out loud about gnx's and #35

2014-10-16 Thread 'Terry Brown' via leo-editor
On Thu, 16 Oct 2014 04:51:46 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: This is an Engineering Notebook post re https://github.com/leo-editor/leo-editor/issues/35 leoBridge sometimes assigns the same gnx to two distinct vnodes I am going to start a new thread so as not to

Re: ENB: Thinking out loud about gnx's and #35

2014-10-16 Thread 'Terry Brown' via leo-editor
, 2014 at 8:19 AM, 'Terry Brown' via leo-editor It's not clear to me that uuids are needed. #35 is a bug because Leo is creating clashing gnxs *on load*, which it shouldn't. Bob's always incrementing time stamp actually fixed the problem in hand, the case when things were done within one

Re: Houston, we have a problem with gnx's

2014-10-21 Thread 'Terry Brown' via leo-editor
On Tue, 21 Oct 2014 17:29:08 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: My first thought was to delay the allocation of new gnx's until after the postpass. Like this: 1. ni.getNewIndex would allocate None as the gnx if it is called before the post-pass. In that case, getNewIndex

Re: Houston, we have a problem with gnx's

2014-10-22 Thread 'Terry Brown' via leo-editor
TL;DR: re-instate Bob's timestamp fix in core, doesn't make sense to be an off-by-default plug-in. UUID gnxs: wishlist priority, current time vs. session start time timestamps would be nice though. On Wed, 22 Oct 2014 08:46:32 -0500 Edward K. Ream edream...@gmail.com wrote: [snip] The

Re: Houston, we have a problem with gnx's

2014-10-22 Thread 'Terry Brown' via leo-editor
On Wed, 22 Oct 2014 10:12:19 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: I'm still not sure exposing people's network addresses in Leo files is ideal Just seen: http://en.wikipedia.org/wiki/MAC_address#Spying Cheers -Terry -- You received this message because you

Re: Houston, we have a problem with gnx's

2014-10-22 Thread 'Terry Brown' via leo-editor
On Wed, 22 Oct 2014 15:51:28 -0700 (PDT) SegundoBob segundo...@gmail.com wrote: On Wednesday, October 22, 2014 9:16:55 AM UTC-7, Edward K. Ream wrote: On Wed, Oct 22, 2014 at 10:12 AM, 'Terry Brown' via leo-editor leo-e...@googlegroups.com javascript: wrote: Also take

Re: Houston, we have a problem with gnx's

2014-10-22 Thread 'Terry Brown' via leo-editor
On Wed, 22 Oct 2014 18:34:45 -0500 Edward K. Ream edream...@gmail.com wrote: On Wed, Oct 22, 2014 at 5:51 PM, SegundoBob segundo...@gmail.com wrote: So - does the fact that Edward and my responses to Bob clashed time wise (i.e. were made in parallel not sequentially) illustrate the problem :-)

Re: Clickable links in editing pane?

2014-10-26 Thread 'Terry Brown' via leo-editor
On Sun, 26 Oct 2014 17:01:48 -0700 (PDT) karho...@gmail.com wrote: Hi everyone, I need a feature which (I think) may not be currently supported by Leo. Please comment on the chances that it may be implemented in the future releases. What I am looking for is the ability to click on

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread 'Terry Brown' via leo-editor
On Mon, 27 Oct 2014 09:40:36 -0500 Edward K. Ream edream...@gmail.com wrote: On Mon, Oct 27, 2014 at 8:08 AM, Kent Tenney kten...@gmail.com wrote: how about mentioning setup.py in the installation instructions? If people actually read those instructions they wouldn't be executing

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread 'Terry Brown' via leo-editor
On Mon, 27 Oct 2014 11:29:54 -0500 Edward K. Ream edream...@gmail.com wrote: On Mon, Oct 27, 2014 at 11:22 AM, Kent Tenney kten...@gmail.com wrote: My experience has been: pip is happy with setup.py, installs correctly. if 'install' in sys.argv: print WARNING: 'setup.py install' is

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-28 Thread 'Terry Brown' via leo-editor
On Mon, 27 Oct 2014 12:01:48 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Mon, 27 Oct 2014 11:29:54 -0500 Edward K. Ream edream...@gmail.com wrote: On Mon, Oct 27, 2014 at 11:22 AM, Kent Tenney kten...@gmail.com wrote: My experience has been: pip is happy

Re: wiki-mode: invisible text in a QTextEdit widget

2014-10-28 Thread 'Terry Brown' via leo-editor
On Tue, 28 Oct 2014 12:17:07 -0700 (PDT) karho...@gmail.com wrote: On Tuesday, October 28, 2014 6:38:03 PM UTC, Terry Brown wrote: Everyone seems to have different views of where the challenge is here, but to me it's how, in a Qt QTextEdit widget, do you make some text sometimes

NEW: wikiview plugin

2014-11-01 Thread 'Terry Brown' via leo-editor
I've just pushed a new plugin, wikiview, which can be enabled by adding wikiview.py to @enabled-plugins under @settings in myLeoSettings.leo. From the docstring: Hide text in the body editor, each time a new node is selected. Makes: file://#some--headlines--mynode appear as mynode,

Re: NEW: wikiview plugin

2014-11-01 Thread 'Terry Brown' via leo-editor
p.s. the hidden text becomes visible whenever the cursor moves into it :) On Sat, 1 Nov 2014 11:54:18 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: I've just pushed a new plugin, wikiview, which can be enabled by adding wikiview.py to @enabled-plugins under @settings

Re: NEW: wikiview plugin

2014-11-02 Thread 'Terry Brown' via leo-editor
On Sun, 2 Nov 2014 05:46:54 -0600 Edward K. Ream edream...@gmail.com wrote: On Sat, Nov 1, 2014 at 11:54 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: I've just pushed a new plugin, wikiview, ​Great work, Terry. Many thanks for this. p.s. the hidden text

Re: Schedule for Leo 5.0a1

2014-11-03 Thread 'Terry Brown' via leo-editor
On Mon, 3 Nov 2014 13:45:49 -0800 (PST) Edward K. Ream edream...@gmail.com wrote: On Thursday, October 30, 2014 12:03:01 PM UTC-5, Edward K. Ream wrote: Expect release a1 about Monday, November 3. a1 will go out the door on Wednesday, Nov. 5 unless something major shows up. I'm stuck at

Re: NEW: wikiview plugin

2014-11-04 Thread 'Terry Brown' via leo-editor
by file://...Setup according to my attempts, it doesn't. Thanks, Kent On Sat, Nov 1, 2014 at 11:54 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: I've just pushed a new plugin, wikiview, which can be enabled by adding wikiview.py to @enabled-plugins under

Re: Error saving new leo file in latest Leo from github

2014-11-04 Thread 'Terry Brown' via leo-editor
On Tue, 4 Nov 2014 12:16:52 -0600 Edward K. Ream edream...@gmail.com wrote: On Tue, Nov 4, 2014 at 10:40 AM, Edward K. Ream edream...@gmail.com wrote: On Tue, Nov 4, 2014 at 7:10 AM, Edward K. Ream edream...@gmail.com wrote: On Mon, Nov 3, 2014 at 4:26 PM, Stephen

Using git for developing Leo

2014-11-05 Thread 'Terry Brown' via leo-editor
Small observation, if you're working on something in a separate branch and want to merge master into that branch periodically: git merge master git commit -n will skip the hooks that fiddle with leo/core/commit_timestamp.json, which saves dealing with unimportant conflicts in your branch.

Re: switch to default workbook.leo tab

2014-11-05 Thread 'Terry Brown' via leo-editor
On Wed, 5 Nov 2014 14:59:54 -0800 (PST) lewis lewisn...@operamail.com wrote: And to clarify the behaviour - with several tabs open, the tab focus switches to the first tab in the row. Lewis TL;DR: I see that with the rev. below, I guess Leo needs to track the previously selected tab and

Re: GTD checkin messages and workflow

2014-11-09 Thread 'Terry Brown' via leo-editor
On Sun, 9 Nov 2014 05:05:58 -0800 (PST) Edward K. Ream edream...@gmail.com wrote: [snip] And here is a surprisingly useful workflow tip related to GTD. This will be prewriting for a FAQ entry. You may have noticed that ideas intrude while you are busy with something else. When that

Re: Advices for a leo cub - Want to turn Leo into basic Sphinx editor

2014-11-10 Thread 'Terry Brown' via leo-editor
On Mon, 10 Nov 2014 08:01:36 -0600 Kent Tenney kten...@gmail.com wrote: Does Leo currently offer the ability to define a tree structure template? I seem to recall this. Such that the great idea above wouldn't require a .leo file but could live in a @tree node (or some such) Rings a very

Re: Eliminate cycle-all-focus? Comments pls

2014-11-10 Thread 'Terry Brown' via leo-editor
On Mon, 10 Nov 2014 05:15:34 -0800 (PST) Edward K. Ream edream...@gmail.com wrote: The cycle-all-focus command is difficult to do properly because it cycles through a list of widgets that changes as tabs are added to the Log pane. It has been buggy from day one. An alternative would be to

Re: GTD checkin messages and workflow

2014-11-10 Thread 'Terry Brown' via leo-editor
On Mon, 10 Nov 2014 06:50:27 -0600 Edward K. Ream edream...@gmail.com wrote: On Sun, Nov 9, 2014 at 9:49 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: ​ ​ I have a command called 'x' that I use for this. It creates, at the ​ ​ top of workbook.leo or the first

Re: Advices for a leo cub - Want to turn Leo into basic Sphinx editor

2014-11-10 Thread 'Terry Brown' via leo-editor
On Mon, 10 Nov 2014 21:34:27 +0100 Fidel N fidelpe...@gmail.com wrote: Leo scripts are attractive because they have such easy access to both outline data *and* its structure. This suggest driving the script from the outline data, which is really what the rst3 command does. Perhaps you

Re: Advices for a leo cub - Want to turn Leo into basic Sphinx editor

2014-11-10 Thread 'Terry Brown' via leo-editor
On Mon, 10 Nov 2014 15:12:15 -0600 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: It's pretty trivial to translate Leo's data structure to these tables, So just for amusement, here's some code that does that: import sqlite3 con = sqlite3.connect(:memory:) cur = con.cursor

Re: Standarizing Leo outlines

2014-11-11 Thread 'Terry Brown' via leo-editor
On Tue, 11 Nov 2014 08:53:02 -0800 (PST) Fidel N fidelpe...@gmail.com wrote: Thanks Edward for your last remark on this discussion https://groups.google.com/forum/#!topic/leo-editor/tpALG8K8Zz4. Thinking on Leo versatility, often the reason given in the group for Leo not to have useful /

Re: Advices for a leo cub - Want to turn Leo into basic Sphinx editor

2014-11-11 Thread 'Terry Brown' via leo-editor
On Tue, 11 Nov 2014 19:56:24 -0800 (PST) Davy Cottet cottet.d...@gmail.com wrote: - From Kent Thierry exchanges, I deduce that converting a leo tree structure to a folder/file structure is not as trivial as I thought... If I understand well, active-path.py does only the other way ? Are'nt

Issue #73

2014-11-12 Thread 'Terry Brown' via leo-editor
Edward has just closed https://github.com/leo-editor/leo-editor/issues/73 which was a meta ticket / bug report referencing all the old Launchpad bugs. Closing it means they're all either resolved or tracked by updated github bugs. This represents a ton of organizational work, nice job! :-)

Re: day to day minor newbie issues?

2014-11-12 Thread 'Terry Brown' via leo-editor
On Wed, 12 Nov 2014 09:09:59 -0800 (PST) Todd Mars tamn...@gmail.com wrote: Is it possible to branch another leo google group for minor newbie day-to-day issues? I'm using Leo as a daily organizer at work, and hope to someday transition to a programmer that uses it. When little problems or

Re: day to day minor newbie issues?

2014-11-12 Thread 'Terry Brown' via leo-editor
On Wed, 12 Nov 2014 11:31:05 -0600 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Wed, 12 Nov 2014 09:09:59 -0800 (PST) Todd Mars tamn...@gmail.com wrote: Is it possible to branch another leo google group for minor newbie day-to-day issues? I'm using Leo as a daily

Re: day to day minor newbie issues?

2014-11-13 Thread 'Terry Brown' via leo-editor
On Wed, 12 Nov 2014 19:38:33 -0800 Matt Wilkie map...@gmail.com wrote: On Wed, Nov 12, 2014 at 9:31 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: So you want somewhere to address these issues without the noise of the power users-developers discussion? :-) That's

Re: Is perfect import doing more harm than good?

2014-11-13 Thread 'Terry Brown' via leo-editor
On Thu, 13 Nov 2014 08:28:51 -0600 Kent Tenney kten...@gmail.com wrote: Another benefit of the alias would be related to active-path which creates auto nodes for children, the alias would provide error free access to .md files. Maybe active-path should have @settings for which @file type to

Re: script execution path versus save path, and CTRL-B

2014-11-13 Thread 'Terry Brown' via leo-editor
On Thu, 13 Nov 2014 06:55:36 -0800 (PST) Phil phil.s@gmail.com wrote: I have an outline containing two python scripts, A and B, and in which A imports B. I use @path X to specify where these scripts get saved. My Leo file lives in directory Y, different from the directory in which the

Re: script execution path versus save path, and CTRL-B

2014-11-13 Thread 'Terry Brown' via leo-editor
On Thu, 13 Nov 2014 08:26:56 -0800 (PST) Phil phil.s@gmail.com wrote: Does import sys sys.path[:0] = '.' import B help? Cheers -Terry Yes, that works. I don't understand why though - the current path - . - is still Y, isn't it? How does that make it possible

Re: script execution path versus save path, and CTRL-B

2014-11-13 Thread 'Terry Brown' via leo-editor
On Thu, 13 Nov 2014 11:33:22 -0800 (PST) Phil phil.s@gmail.com wrote: Yes, that works. I don't understand why though - the current path - . - is still Y, isn't it? How does that make it possible for A to find B? I think the current directory is wherever A is, check

Re: What is the recommended way to install on Linux?

2014-11-17 Thread 'Terry Brown' via leo-editor
On Mon, 17 Nov 2014 13:29:53 -0600 Edward K. Ream edream...@gmail.com wrote: On Mon, Nov 17, 2014 at 12:53 PM, Chris George technat...@gmail.com wrote: ​ ​ None of this really helps with installation on Linux, but it might provide some perspective. ​Thanks for this. The irony is that

Re: What is the recommended way to install on Linux?

2014-11-17 Thread 'Terry Brown' via leo-editor
On Mon, 17 Nov 2014 13:41:36 -0800 (PST) Chris George technat...@gmail.com wrote: I have built a deb file from the latest git pull. Can anyone test it? I use Chakra as a distribution, which doesn't use deb or rpm. https://www.wuala.com/technatica/Documents/temp/?key=8LhJkZwO0Rp1 Clicking

Re: breakage in @button defined in myLeoSettings.leo

2014-11-19 Thread 'Terry Brown' via leo-editor
On Wed, 19 Nov 2014 15:55:22 -0600 Kent Tenney kten...@gmail.com wrote: I think I went WAY back via git checkout master~30 and master~40 ... I think that means 40 commits back as far back as I went, same thing. maybe I'm delusional, and hadn't tried without myLeoSettings.leo open ... I

Re: What is the status of installers for 5.0 final?

2014-11-21 Thread 'Terry Brown' via leo-editor
On Fri, 21 Nov 2014 08:59:36 -0800 (PST) Davy Cottet cottet.d...@gmail.com wrote: Is there many part of the code using folder and file structure to store information ? If it is only the case for leoVersion.py maybe an alternative would be to store last commit and git information as a module

Re: quickMove plugin errors

2014-11-21 Thread 'Terry Brown' via leo-editor
On Fri, 21 Nov 2014 22:26:52 -0500 Brian Theado brian.the...@gmail.com wrote: When I use the latest github code to open an outline containing permanent quickMove buttons, then I get this error stack: Thanks for this most detailed error report - I'll try and fix these this weekend. Cheers

Re: quickMove plugin errors

2014-11-22 Thread 'Terry Brown' via leo-editor
On Fri, 21 Nov 2014 22:26:52 -0500 Brian Theado brian.the...@gmail.com wrote: When I use the latest github code to open an outline containing permanent quickMove buttons, then I get this error stack: I think both these issues are fixed in Leo 5.0b2, build 20141122162510, Sat Nov 22 16:25:10

Re: Why not just use git on Linux??

2014-11-23 Thread 'Terry Brown' via leo-editor
On Sun, 23 Nov 2014 04:53:43 -0800 (PST) Edward K. Ream edream...@gmail.com wrote: Davy Cottet has offered to create a Debian distro for Leo shortly after Leo 5.0-final goes out the door. That's great, and I appreciate the effort. When a leo distro exists, people will be able to do:

Re: Why not just use git on Linux??

2014-11-24 Thread 'Terry Brown' via leo-editor
On Mon, 24 Nov 2014 09:27:16 -0600 Edward K. Ream edream...@gmail.com wrote: On Sun, Nov 23, 2014 at 11:42 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Also, the following is *exactly* how I install software on Ubuntu: tbrown:0 stellarium The program

Re: apt-get install leo

2014-11-25 Thread 'Terry Brown' via leo-editor
On Mon, 24 Nov 2014 09:57:40 -0800 (PST) Davy Cottet cottet.d...@gmail.com wrote: Hi, I'm happy to announce first releases of Leo 5.0 as a debian/ubuntu packages ! For now it is available on my personal package archive ppa, and I hope it will be on leo's soon. Let's go straight to the

Re: possible off-screen bug

2014-11-27 Thread 'Terry Brown' via leo-editor
On Wed, 26 Nov 2014 22:38:43 -0800 Matt Wilkie map...@gmail.com wrote: ...Later: The pattern seems to be that any file I open from the command line, opens off-screen, while starting Leo with no params and then opening with File menu is ok. Weird. No, that's not it. It gets even weirder.

Re: Bibtex Plugin no action after double clicking

2014-11-27 Thread 'Terry Brown' via leo-editor
On Thu, 27 Nov 2014 13:17:04 -0800 (PST) Juaco joaquinlop...@gmx.de wrote: I am trying to use the bibtex plugin for the generation of LaTeX documents... successless. Just checking - you've added `bibtext.py` without the `#` in @enabled-plugins under @settings in myLeoSettings.leo?

Re: Bibtex Plugin no action after double clicking

2014-11-29 Thread 'Terry Brown' via leo-editor
On Sat, 29 Nov 2014 06:21:38 -0800 (PST) Juaco joaquinlop...@gmx.de wrote: The global name file cannot be found. It is possible that I have simply to activate another plugin...? Hmm, that's a Python 3 incompatibility, easy to fix, but unfortunately when fixed it's still not working in Python

Re: possible off-screen bug

2014-11-29 Thread 'Terry Brown' via leo-editor
On Fri, 28 Nov 2014 23:11:15 -0800 Matt Wilkie map...@gmail.com wrote: for k in c.db.keys(): if k.split('/')[0] in ( window_position_fcache, body_secondary_ratio_fcache, body_outline_ratio_fcache, current_position_fcache, ): del

Re: richtext.py + debian CKEditor

2014-12-03 Thread 'Terry Brown' via leo-editor
On Fri, 28 Nov 2014 00:49:24 -0800 (PST) Davy Cottet cottet.d...@gmail.com wrote: Hi, I would like to patch richtext.py in order to avoid instaling external software and using instead native debian CKEditor installation. It would be necessary to include Leo to Debian repositories.

Re: richtext.py + debian CKEditor

2014-12-04 Thread 'Terry Brown' via leo-editor
On Wed, 3 Dec 2014 22:21:10 -0800 (PST) Davy Cottet cottet.d...@gmail.com wrote: Actually, I spoke to fast... Depending on debian/ubuntu releases, ckeditor includes or donesn't the sample folder... So I'm actually checking if this is possible to get a cke_template.html and sample.css which

Re: possible off-screen bug

2014-12-04 Thread 'Terry Brown' via leo-editor
On Thu, 4 Dec 2014 11:02:51 -0600 Edward K. Ream edream...@gmail.com wrote: On Sat, Nov 29, 2014 at 1:11 AM, Matt Wilkie map...@gmail.com wrote: Now how did you get that nicely formatted `c.db.keys()` in the first section? I had to wrap it in `g.es(c.db.keys())`, and then it prints

Re: Strange g.os_path_abspath(c.fileName) behaviour...

2014-12-04 Thread 'Terry Brown' via leo-editor
On Thu, 4 Dec 2014 09:12:55 -0800 (PST) Davy Cottet cottet.d...@gmail.com wrote: Hi, For my experimental version of leoDist.leo, I use abspath(c.fileName) to get the path of the opened outline, in this case /path/of/leo/dist I've noticed a strange behaviour, that unfortunately implies bugs.

Re: Strange g.os_path_abspath(c.fileName) behaviour...

2014-12-04 Thread 'Terry Brown' via leo-editor
On Thu, 4 Dec 2014 11:35:38 -0600 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Thu, 4 Dec 2014 09:12:55 -0800 (PST) Davy Cottet cottet.d...@gmail.com wrote: Hi, For my experimental version of leoDist.leo, I use abspath(c.fileName) to get the path of the opened

Re: outline background colour

2014-12-05 Thread 'Terry Brown' via leo-editor
On Fri, 5 Dec 2014 05:23:54 -0800 (PST) Edward K. Ream edream...@gmail.com wrote: On Friday, December 5, 2014 6:18:51 AM UTC-6, Edward K. Ream wrote: the following settings will make the outline pane have a black background with white headlines. The selected node will have a blue

Re: Problems with git submodules

2014-12-09 Thread 'Terry Brown' via leo-editor
On Tue, 9 Dec 2014 11:27:42 -0800 (PST) Edward K. Ream edream...@gmail.com wrote: Imo, the recent addition of the ckeditor and rope submodules are too clever by half. The following discuss problems with using submodules:

Re: pip install LeoDarkTheme !

2014-12-11 Thread 'Terry Brown' via leo-editor
On Thu, 11 Dec 2014 11:12:13 -0600 Edward K. Ream edream...@gmail.com wrote: On Thu, Dec 11, 2014 at 6:28 AM, Davy Cottet cottet.d...@gmail.com wrote: That's the problem : both *log-fg *and* log-bg *have no effect at all. ​This is really nasty. I'm working on it, but it may be

stickynotes plugin: added Find: box to windows

2014-12-14 Thread 'Terry Brown' via leo-editor
I just added a Find: box to the bottom of stickynote windows. My workflow often involves opening one with several pages of text in it, then not being able to find the info. I want without scanning through that page by page, hence the Find: box. It would be easy enough to hide it if anyone misses

<    1   2   3   4   5   6   7   8   >