Re: Long line bug

2015-08-05 Thread 'Terry Brown' via leo-editor
On Wed, 5 Aug 2015 07:41:17 -0700 (PDT) john lunzer lun...@gmail.com wrote: This one is very interesting. When I create a very long line of text in the body things begin to slow down dramatically when inputting additional text. I notice things starting after about 300 characters but at 600

Re: Official Plugins

2015-08-04 Thread 'Terry Brown' via leo-editor
On Tue, 4 Aug 2015 11:59:55 -0700 (PDT) john lunzer lun...@gmail.com wrote: I think it would be nice if there was a process in place to differentiate essential plugins in a community sanctioned, official, and at least partially objective way. They could be called official plugins and it would

Re: Simple Scripting Question

2015-07-31 Thread 'Terry Brown' via leo-editor
On Fri, 31 Jul 2015 09:01:15 -0700 (PDT) Tim Fuller tfulle...@gmail.com wrote: p.moveToLastChildOf(ActionItems) p.moveToLastChildOf(g.findNodeAnywhere(c, 'ActionItems')) is probably what you want. 'ActionItems' is a str(ing) literal, whereas ActionItems is an undefined variable. Cheers

Re: navigation question

2015-07-31 Thread 'Terry Brown' via leo-editor
On Fri, 31 Jul 2015 09:09:25 -0700 (PDT) Phil phil.s@gmail.com wrote: Is it possible to suppress automatic collapsing of subtrees while I'm navigating an outline? I often cycle through several nodes in several places, and when they automatically collapse, I need to re-navigate, which

Re: Simple Scripting Question

2015-07-31 Thread 'Terry Brown' via leo-editor
On Fri, 31 Jul 2015 10:53:29 -0700 (PDT) Tim Fuller tfulle...@gmail.com wrote: Thanks everybody, I got it working. Starting to wrap my head around how all this works. I appreciate all the help. Good. Although working out how to code these things yourself is far more valuable than using

Re: navigation question

2015-07-31 Thread 'Terry Brown' via leo-editor
! On Friday, July 31, 2015 at 12:44:35 PM UTC-4, Terry Brown wrote: On Fri, 31 Jul 2015 09:09:25 -0700 (PDT) Phil phil@gmail.com wrote: Is it possible to suppress automatic collapsing of subtrees while I'm navigating an outline? I often cycle through several nodes in several places

Re: navigation question

2015-07-31 Thread 'Terry Brown' via leo-editor
On Fri, 31 Jul 2015 16:04:04 -0500 Edward K. Ream edream...@gmail.com wrote: On Fri, Jul 31, 2015 at 11:09 AM, Phil phil.s@gmail.com wrote: Is it possible to suppress automatic collapsing of subtrees while I'm navigating an outline? I often cycle through several nodes in several

Re: Traceback graphcanvas.py

2015-07-30 Thread 'Terry Brown' via leo-editor
On Thu, 30 Jul 2015 05:23:41 -0700 (PDT) lewis lewisn...@operamail.com wrote: Here is a traceback I get when I create a new node; OutlineInsert Node, type the node header text (it highlights in pink) then 'enter' graphcanvas requires that the backlinks plug-in is also enabled. I'm not sure if

Controlling Leo remotely

2015-07-29 Thread 'Terry Brown' via leo-editor
Prompted by the IRC discussion today, I've added remote code execution abilities to mod_http.py Relevant part of the doc.s pasted below. This is a plus for a couple of reasons - previously you had to use the leoremote plug-in which used sockets and was really python only, this new approach just

Re: Status bar now resets but no longer uses themed colors

2015-07-24 Thread 'Terry Brown' via leo-editor
On Fri, 24 Jul 2015 08:45:08 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: I'll try and convert the status bar handling to CSS class style styling Done in e56fee5, as far as I can tell, the behavior *for the default theme* is the same. If you're using a theme other

Re: quickMove plugin fails w/ Qt5

2015-07-24 Thread 'Terry Brown' via leo-editor
On Fri, 24 Jul 2015 08:27:56 -0700 (PDT) resi147 sca...@yebu.de wrote: I think the QtGui.QAction is the problem as to work both qt4 and qt5 it should be something else (QWidget.QAction??.. not being a plugin developer I don't know the details) Does it mean I cannot use the plugin under

Re: Status bar now resets but no longer uses themed colors

2015-07-24 Thread 'Terry Brown' via leo-editor
| On Fri, 24 Jul 2015 05:02:46 -0700 (PDT) | john lunzer lun...@gmail.com wrote: | Using build d906c378fe8d | | I'm happy to see that the red/blue colors now reset when the status | bar updates but now my status bar is just grey/white and doesn't use | my dark theme anymore. | Edward and

Re: Importing files and folders with Leo

2015-07-20 Thread 'Terry Brown' via leo-editor
The active_path plugin lets you browse directories and import files, once activated you can just call a node: @path /path/to/somewhere and double click on that to expand / import. There are also context menu commands to recursively import whole folders. `@path .` works if you want to start

Re: Saving to @settings nodes programmatically

2015-07-20 Thread 'Terry Brown' via leo-editor
On Mon, 20 Jul 2015 05:39:31 -0700 (PDT) john lunzer lun...@gmail.com wrote: Perhaps you can guide me through a design decision then. I'm still hard at work on my quick-replace plugin. It's coming along swimmingly and I use it everyday, getting more useful as I continue to add features.

Re: Importing files and folders with Leo

2015-07-20 Thread 'Terry Brown' via leo-editor
On Mon, 20 Jul 2015 15:32:01 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: But, and very much OT now, it doesn't really matter when it started (it's obviously a perennial question), I'm just wondering why I sometimes only see responses to emails, not the original email

Re: Importing files and folders with Leo

2015-07-20 Thread 'Terry Brown' via leo-editor
On Mon, 20 Jul 2015 13:13:02 -0500 Edward K. Ream edream...@gmail.com wrote: On Mon, Jul 20, 2015 at 9:47 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: The active_path plugin lets you browse directories and import files, once activated you can just call a node

Re: Simple interactive scripts

2015-07-16 Thread 'Terry Brown' via leo-editor
On Thu, 16 Jul 2015 11:28:03 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: On Thursday, July 16, 2015 at 2:44:32 AM UTC-5, Israel Hands wrote: Hi, I'm writing a very simple script and need to get interactive input from the user. I have read the information in the docs and it seems

Re: c global var getting locked to a window?

2015-07-11 Thread 'Terry Brown' via leo-editor
On Sat, 11 Jul 2015 08:25:35 -0500 Edward K. Ream edream...@gmail.com wrote: On Thu, Jul 9, 2015 at 4:11 PM, john lunzer lun...@gmail.com wrote: Edward/Terry, can you help explain what is happening and what is a more Leonic way of dealing with this issue. ​The term is Leonine :-) It

Re: Difference Between Mouse Selection and Shift-Arrow Selection

2015-07-07 Thread 'Terry Brown' via leo-editor
On Tue, 7 Jul 2015 11:02:29 -0700 (PDT) Chris George technat...@gmail.com wrote: This issue has been plaguing me for some time. It may be specific to Linux, but since the two applications involved are both multi-platform, simple testing by someone with access to a Windows box would be

Re: Cursor Lag When Scrolling Text

2015-07-06 Thread 'Terry Brown' via leo-editor
. I think the deciding factor as to whether you were seeing this problem or not is a combination of machine speed and the style-sheet you have in use. Cheers -Terry Chris On Monday, July 6, 2015 at 9:11:20 AM UTC-7, Terry Brown wrote: On Mon, 6 Jul 2015 10:44:20 -0500 'Terry Brown' via

Re: Cursor Lag When Scrolling Text

2015-07-06 Thread 'Terry Brown' via leo-editor
On Mon, 6 Jul 2015 10:44:20 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Mon, 6 Jul 2015 10:32:04 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: All plugins disabled, no styling or theming activated. Plain Jane, vanilla, Leo on Linux

Re: Cursor Lag When Scrolling Text

2015-07-06 Thread 'Terry Brown' via leo-editor
On Mon, 6 Jul 2015 07:39:46 -0700 (PDT) Chris George technat...@gmail.com wrote: Hello, Leo 5.1-final, build 20150705110342, Sun Jul 5 11:03:42 CDT 2015 Git repo info: branch = master, commit = b0cc360843e3 Python 2.7.6, PyQt version 4.8.6 linux2 All plugins disabled, no styling or

Re: Cursor Lag When Scrolling Text

2015-07-06 Thread 'Terry Brown' via leo-editor
On Mon, 6 Jul 2015 10:32:04 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: All plugins disabled, no styling or theming activated. Plain Jane, vanilla, Leo on Linux with well known, well tested python/pyqt versions, on Linux Mint 17. Create a node. Create five

Re: 5a78f7c: Leo shows line number in gutter by default

2015-07-01 Thread 'Terry Brown' via leo-editor
On Wed, 1 Jul 2015 06:45:46 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: This completes #186 https://github.com/leo-editor/leo-editor/issues/186: Left Gutter Line numbers I noticed a couple of things: - for @auto, it seems it's displaying body relative, rather than file

Re: ENB: Proposal re #199: handling already-open files

2015-06-25 Thread 'Terry Brown' via leo-editor
On Thu, 25 Jun 2015 07:23:42 -0700 (PDT) Todd Mars tamn...@gmail.com wrote: Hi, Why is it needed to know that another copy of Leo is running? Thanks! (this kind of thing is fascinating!) Load outline a.leo in Leo instance A, modify, iconify, forget. Now load outline a.leo (again) in Leo

themes

2015-06-20 Thread 'Terry Brown' via leo-editor
Kind of tied up with a lot of stuff right now so I haven't been able to participate so much in discussion, but if themes are to be implemented in part by a stylesheet appended to a core universal stylesheet, I think there should be three: core, theme, and user, with user being blank and entirely

Re: ENB: Proposal re #199: handling already-open files

2015-06-20 Thread 'Terry Brown' via leo-editor
This sounds ok to me - there's something wrong in the current code that could perhaps be hunted down, but I know I already fixed one reproducible bug in this area so it's obviously a hairy area. So the below approach seems like the most robust. I'd just add that the use case I have mostly is yes

Re: Help! How do themes specify alternate expand/contract icons?

2015-06-15 Thread 'Terry Brown' via leo-editor
On Mon, 15 Jun 2015 09:23:26 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: On Monday, June 15, 2015 at 10:21:35 AM UTC-5, Edward K. Ream wrote: I'm stumped. I've looked in the QTreeWidget docs and @data qt-gui-plugin-style-sheet, and googled related topics. Ah. I actually

Re: Active Path filters

2015-06-12 Thread 'Terry Brown' via leo-editor
On Thu, 11 Jun 2015 03:53:00 -0700 (PDT) john lunzer lun...@gmail.com wrote: I was just looking into this yesterday because my need for the feature is increasing. I think you're right that openDir is the correct function. Hopefully I'll find some time within the next few days to do some

Re: Implementing goto-next-N-visible

2015-06-09 Thread 'Terry Brown' via leo-editor
up visual updates when holding down Ctrl-Up/Down in the body to move lines around. On Monday, June 8, 2015 at 7:21:43 PM UTC-4, Edward K. Ream wrote: On Sat, Jun 6, 2015 at 10:08 AM, 'Terry Brown' via leo-editor leo-e...@googlegroups.com javascript: wrote: On Fri, 5 Jun 2015 11:01:13

Re: Implementing goto-next-N-visible

2015-06-06 Thread 'Terry Brown' via leo-editor
On Fri, 5 Jun 2015 11:01:13 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Well, I'm definitely seeing Todo.py related slow down, and will attempt to investigate that. Just pushed a fix for this. w.setStyle(/* */) was being called on every node, and is just too slow

Re: Implementing goto-next-N-visible

2015-06-05 Thread 'Terry Brown' via leo-editor
On Fri, 5 Jun 2015 04:34:07 -0700 (PDT) john lunzer lun...@gmail.com wrote: I've experienced the same annoying slow, non-updating tree movement with the up/down key navigation. I didn't think to look into the plugins. Lo and behold, removing the todo plugin fixes that problem for me

Re: Implementing goto-next-N-visible

2015-05-29 Thread 'Terry Brown' via leo-editor
George wrote: Why not just switch operating systems instead of making accommodations? :-) Chris On Thu, May 28, 2015 at 12:35 PM, 'Terry Brown' via leo-editor leo-e...@googlegroups.com wrote: On Thu, 28 May 2015 12:26:05 -0700 (PDT) john lunzer lun...@gmail.com wrote

Re: Best way to get window/frame for current leo file

2015-05-29 Thread 'Terry Brown' via leo-editor
c.frame or some attribute of c.frame? Or walk c.frame.parent() until None, or the better answer Edward will provide ;-) Cheers -Terry On May 29, 2015 4:10:03 PM EDT, john lunzer lun...@gmail.com wrote: So there is g.windows() which gives a list of all the windows associated with each Leo file.

Re: opening files

2015-05-22 Thread 'Terry Brown' via leo-editor
On Fri, 22 May 2015 05:49:07 -0500 Edward K. Ream edream...@gmail.com wrote: On Thu, May 21, 2015 at 11:08 AM, sbalt...@datatoolsinc.com wrote: I've been using LEO for quite some time. I got a new computer and decided to update to LEO 5.1. The program opens to CheatSheet.leo. But I can't

Re: The problem with improving code, and a solution

2015-05-18 Thread 'Terry Brown' via leo-editor
On Mon, 18 May 2015 06:50:53 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: On Sunday, May 17, 2015 at 7:14:33 AM UTC-5, Edward K. Ream wrote: We want a diff that shows only changes that *do *change the [ast tree, that is, the tree's hash]. I haven't found any such tool yet.

Re: g.command questions

2015-05-18 Thread 'Terry Brown' via leo-editor
On Sun, 17 May 2015 11:48:26 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: file:///home/tbrown/t/Package/leo/git/leo-editor/leo/plugins/leoPluginsRef.leo#Plugins:2--Scripting:14--@file%20leoscreen.py:0--cmd_run_all_here%20(leoscreen_Controller):12 and friends

g.command questions

2015-05-17 Thread 'Terry Brown' via leo-editor
`file:///home/tbrown/t/Package/leo/git/leo-editor/leo/plugins/leoPluginsRef.leo#Plugins:2--Scripting:14--@file%20leoscreen.py:0--cmd_run_all_here%20(leoscreen_Controller):12` and friends are getting ``c`` instead of ``{'c':c}`` now as their first argument. Also, ``Ctrl-B`` on: .. code:: py

Re: The problem with improving code, and a solution

2015-05-16 Thread 'Terry Brown' via leo-editor
On Sat, 16 May 2015 13:58:46 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: Beautifying, reformatting or otherwise improving code could potentially change its meaning. Neither unit tests nor visual inspection suffices to show that the old code is equivalent to the new. Leo should

Re: EditPaste and Ctrl-V

2015-05-14 Thread 'Terry Brown' via leo-editor
On Thu, 14 May 2015 07:30:32 -0700 (PDT) Chris George technat...@gmail.com wrote: Totally reproducible on Linux. You can add Cut to the list. Ctrl-X works fine, Cut from the menu has no effect. Delete works as advertised. Just a guess - command names from @cmd don't match menu definitions?

g.command minor command naming issue

2015-05-14 Thread 'Terry Brown' via leo-editor
A minor thing, but the old def cmd_jump_to_error() code in leoscreen.py plugin would generate the command leoscreen-jump-to-error. The new g.command(leoscreen-jump_to_error) decorator is generating the command leoscreen-jump_to_error. Trivial solution is to change the decorator to

Re: Rev 4d91f58: the new_dispatch project is ready for changeover

2015-05-12 Thread 'Terry Brown' via leo-editor
On Tue, 12 May 2015 09:10:40 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: 2. Eliminate the code in plugins_menu.py that creates the invisible cmd_ convention for defining commands. This convention is no longer needed now that @cmd and @g.command exist. cmd_ convention also creates

Re: Better @g.command decorator

2015-05-11 Thread 'Terry Brown' via leo-editor
| On Mon, 11 May 2015 05:16:24 -0700 (PDT) | Edward K. Ream edream...@gmail.com wrote: :: On Sunday, May 10, 2015 at 7:03:02 AM UTC-5, Edward K. Ream wrote: The primary task is to associate a decorator with an *instance *of a class. The code that I pushed yesterday does this by defining

Re: To do: enabling/disabling plugins separately from loading plugins

2015-05-05 Thread 'Terry Brown' via leo-editor
On Tue, 5 May 2015 06:20:12 -0500 Edward K. Ream edream...@gmail.com wrote: On Tue, May 5, 2015 at 4:32 AM, Kent Tenney kten...@gmail.com wrote: -1 as I understand it, but maybe I don't understand. Other settings are active if applied in myLeoSettings.leo, you're saying plugins would

Re: loading a .md file in a @path tree

2015-05-05 Thread 'Terry Brown' via leo-editor
On Mon, 13 Apr 2015 10:26:31 -0500 Kent Tenney kten...@gmail.com wrote: We've been here before I think ... @path mkdocs/ /docs/ nodecontent.md dclick on the nodecontent.md file results in an @auto file with @ignore due to: Error: @auto did not import nodecontent.md perfectly I

Re: loading a .md file in a @path tree

2015-05-05 Thread 'Terry Brown' via leo-editor
On Tue, 5 May 2015 16:25:22 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Mon, 13 Apr 2015 10:42:51 -0500 Terry Brown terry_n_br...@yahoo.com wrote: On Mon, 13 Apr 2015 10:26:31 -0500 Kent Tenney kten...@gmail.com wrote: We've been here before I think

Re: To do: enabling/disabling plugins separately from loading plugins

2015-05-05 Thread 'Terry Brown' via leo-editor
On Tue, 05 May 2015 09:24:59 -0400 Jacob Peck gatesph...@gmail.com wrote: On 5/5/2015 9:17 AM, 'Terry Brown' via leo-editor wrote: Seems to me replacing the whole plugins list loses the current capability of saying in this outline I want my regular list of plugins plus this one - after

Re: Compatibility vs innovation and OT: thoughts about Python 3

2015-05-05 Thread 'Terry Brown' via leo-editor
On Tue, 5 May 2015 10:24:12 -0500 Edward K. Ream edream...@gmail.com wrote: On Tue, May 5, 2015 at 10:11 AM, john lunzer lun...@gmail.com wrote: ​ ​ Here is an interesting website: http://py3readiness.org/ ​Thanks for the link. Very interesting. Ditto that. I wonder if all the modules

Re: loading a .md file in a @path tree

2015-05-05 Thread 'Terry Brown' via leo-editor
On Mon, 13 Apr 2015 10:42:51 -0500 Terry Brown terry_n_br...@yahoo.com wrote: On Mon, 13 Apr 2015 10:26:31 -0500 Kent Tenney kten...@gmail.com wrote: We've been here before I think ... @path mkdocs/ /docs/ nodecontent.md dclick on the nodecontent.md file results

Re: Global Project Variables - like simple settings nodes, but available to all nodes

2015-05-04 Thread 'Terry Brown' via leo-editor
Have a look at the valuespace plug in, I think it does outline wide substitution. Not sure if the results are syntax agnostic. Cheers -Terry On May 4, 2015 6:14:47 AM CDT, john lunzer lun...@gmail.com wrote: I've been using Leo to help me organize hundreds of bash scripts. Some scripts share

Re: Global Project Variables - like simple settings nodes, but available to all nodes

2015-05-04 Thread 'Terry Brown' via leo-editor
On Mon, 4 May 2015 05:03:48 -0700 (PDT) john lunzer lun...@gmail.com wrote: I thought Leo might already have a way to do this which is why I asked. I guess I'm still confused on the get them as usual part. I'm not sure Edward's answer addressed your question - I think the valuespace plugin

Re: Terry: two items

2015-05-04 Thread 'Terry Brown' via leo-editor
On Mon, 4 May 2015 05:33:47 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: First, saying no-to-all just hard crashed Leo on Windows. This is not ok with me. We should either fix this or get rid of the to all options. I know reproducibility is a problem here, but last time we worked

Re: Terry: two items

2015-05-04 Thread 'Terry Brown' via leo-editor
On Mon, 4 May 2015 09:48:13 -0500 Edward K. Ream edream...@gmail.com wrote: Sure, do whatever you want to it - it's Jake's code, not mine ;-) ​I'm talking about the Qt code in Leo's code, not Jake's plugin code. Oh :-) see what you get for being smart - I'm not sure that's my code either,

Re: Global Project Variables - like simple settings nodes, but available to all nodes

2015-05-04 Thread 'Terry Brown' via leo-editor
On Mon, 4 May 2015 09:46:27 -0500 Edward K. Ream edream...@gmail.com wrote: On Mon, May 4, 2015 at 7:03 AM, john lunzer lun...@gmail.com wrote: Specifically what I'm trying to do is say have a node: Headline: @data myString1 Body: This is Common Data Then in a child of an @clean

Re: Global Project Variables - like simple settings nodes, but available to all nodes

2015-05-04 Thread 'Terry Brown' via leo-editor
On Mon, 4 May 2015 09:59:55 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Mon, 4 May 2015 09:46:27 -0500 Edward K. Ream edream...@gmail.com wrote: On Mon, May 4, 2015 at 7:03 AM, john lunzer lun...@gmail.com wrote: Specifically what I'm trying to do is say

Re: Global Project Variables - like simple settings nodes, but available to all nodes

2015-05-04 Thread 'Terry Brown' via leo-editor
On Mon, 4 May 2015 04:14:47 -0700 (PDT) john lunzer lun...@gmail.com wrote: I've been using Leo to help me organize hundreds of bash scripts. Some scripts share common data. One might say my project (and my reason for seeking out Leo) was to find a way to organize all these scripts. It's been

Re: Git talk at Pycon2015

2015-04-30 Thread 'Terry Brown' via leo-editor
On Thu, 30 Apr 2015 07:09:22 -0500 Edward K. Ream edream...@gmail.com wrote: On Wed, Apr 29, 2015 at 11:24 AM, Kent Tenney kten...@gmail.com wrote: Well done. 1/2 hour, shows when and how to use some scarier git commands https://www.youtube.com/watch?v=4EOZvow1mk4 ​Thanks. There

Re: Git talk at Pycon2015

2015-04-30 Thread 'Terry Brown' via leo-editor
On Thu, 30 Apr 2015 09:58:10 -0500 Edward K. Ream edream...@gmail.com wrote: Now suppose I hadn't been aware of any problem. Would you have been able to see your code reverted when you did a git pull? I don't remember git making a fuss, but there has been some noise from git recently, I just

Re: Git talk at Pycon2015

2015-04-30 Thread 'Terry Brown' via leo-editor
On Thu, 30 Apr 2015 10:01:04 -0500 Edward K. Ream edream...@gmail.com wrote: On Wed, Apr 29, 2015 at 11:24 AM, Kent Tenney kten...@gmail.com wrote: Well done. 1/2 hour, shows when and how to use some scarier git commands https://www.youtube.com/watch?v=4EOZvow1mk4 ​A great video.

Re: section references...

2015-04-29 Thread 'Terry Brown' via leo-editor
On Wed, 29 Apr 2015 06:38:43 -0500 Edward K. Ream edream...@gmail.com wrote: ​On Mon, Apr 27, 2015 at 9:40 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: i.e. delimiters of `.*=` and `@` which do not play well at all with Leo. `@` is problematic syntax coloring wise

Re: Insertion point for abbreviations

2015-04-29 Thread 'Terry Brown' via leo-editor
On April 29, 2015 7:20:09 PM CDT, Edward K. Ream edream...@gmail.com wrote: On Wed, Apr 29, 2015 at 12:30 PM, Largo84 larg...@gmail.com wrote: Was there a recent change in how abbreviations handle the insertion point? Up until yesterday, my abbreviations worked as expected and allowed for me

Re: Minimal Code example for plugin which can add widget to a pane

2015-04-28 Thread 'Terry Brown' via leo-editor
On Tue, 28 Apr 2015 03:56:14 -0700 (PDT) john lunzer lun...@gmail.com wrote: I'm trying to slosh through bookmarks.py and hack it up to give me my own plugin which can add a widget to a pane. I'm sure this isn't the best way to go about this and I was wondering if there was a minimal

wrap as you type...

2015-04-28 Thread 'Terry Brown' via leo-editor
These commands are not new: spell-as-you-type-toggle - toggle spell as you type mode spell-as-you-type-next - replace last word with next suggestion spell-as-you-type-undo - undo correction spell-as-you-type-wrap - swap ' ' (space) to '\n' (Return) beyond @int page-width setting

Re: Terry, it looks like I reverted 7d21d1a

2015-04-28 Thread 'Terry Brown' via leo-editor
On Tue, 28 Apr 2015 10:15:13 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: Don't know how it happened. Please redo it. I think I'm done with leoEditCommands.py. Sorry about that. No problem. You had not done real evil, and undone my commit, which I think requires special force

Re: bookmarks.py Bookmarks not active for this outline

2015-04-27 Thread 'Terry Brown' via leo-editor
On Mon, 27 Apr 2015 09:02:27 -0500 Edward K. Ream edream...@gmail.com wrote: On Sun, Apr 26, 2015 at 6:23 PM, SegundoBob segundo...@gmail.com wrote: I believe the following is missing from the bookmarks documentation. ​Terry, what do you think? For some reason I sometimes see

section references...

2015-04-27 Thread 'Terry Brown' via leo-editor
I think in the past we've come to the conclusion that the syntax for section references can not be user defined - or at least, it would cause more harm than good to make it user defined. I want to use a LaTeX variant Rnw, R no web, an R code mixed with LaTeX language described here:

Re: obvious abbreviation...

2015-04-27 Thread 'Terry Brown' via leo-editor
On Mon, 27 Apr 2015 18:58:08 -0500 Edward K. Ream edream...@gmail.com wrote: On Mon, Apr 27, 2015 at 2:48 PM, john lunzer lun...@gmail.com wrote: Terry, this is obvious but I've found one letter abbreviations to be a nuisance. For example Edwards recent example of e;; is not compatible

Re: a font question

2015-04-21 Thread 'Terry Brown' via leo-editor
On Tue, 21 Apr 2015 11:47:26 -0500 Edward K. Ream edream...@gmail.com wrote: On Tue, Apr 21, 2015 at 11:26 AM, Phil phil.s@gmail.com wrote: I have a single Leo file that I work with on both a Windows machine and a Linux machine. Font display is different between the two machines. Is

Re: a font question

2015-04-21 Thread 'Terry Brown' via leo-editor
On Tue, 21 Apr 2015 11:54:06 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Tue, 21 Apr 2015 11:47:26 -0500 Edward K. Ream edream...@gmail.com wrote: On Tue, Apr 21, 2015 at 11:26 AM, Phil phil.s@gmail.com wrote: I have a single Leo file that I work

Re: too many columns... off by default?

2015-04-14 Thread 'Terry Brown' via leo-editor
On Tue, 14 Apr 2015 03:45:35 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: ​On Mon, Apr 13, 2015 at 2:06 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: is there a fast way to know if you're in source code, presumably from the @language definition. ​ Yes

Re: Help: Conflicts in commit_timestamp.json after doing a clean git clone

2015-04-14 Thread 'Terry Brown' via leo-editor
On Mon, 13 Apr 2015 15:32:46 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: There is a clever something or other that allows us to commit commit_timestamp.json without causing conflicts, but I forget what it was. Can somebody remind me? I'm not sure - I found something about how to

too many columns... off by default?

2015-04-13 Thread 'Terry Brown' via leo-editor
Just added (not pushed) some code to change the background color of status area 1, the part of the status bar that looks like: line: 2, col: 0, fcol: 0 whenever fcol exceeds some limit, like 78. This alerts you to too many columns. But it will trigger all the time in wrapped text that might

Re: Clones speed reorganization of outlines

2015-04-13 Thread 'Terry Brown' via leo-editor
On Mon, 13 Apr 2015 07:14:34 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: While reorganizing Leo's to-do list I realized that clones speed the process significantly. Afaik, bookmarks can not emulate the process I use. True, they can't. quickMove.py eliminates the need for clones

Re: Clone Wars, another perspective

2015-04-10 Thread 'Terry Brown' via leo-editor
On Fri, 10 Apr 2015 13:34:35 -0700 (PDT) Largo84 larg...@gmail.com wrote: Sorry for the Star Wars reference, I couldn't resist. I've been trying to follow the conversations about clones and bookmarks (or clones vs bookmarks), and it occurs to me that what attracted me to Leo to begin with

Re: File in a file

2015-04-09 Thread 'Terry Brown' via leo-editor
to g.handleUrl(), which checks for Leo / UNL based urls, and then treats it like a regular URL. Cheers -Terry I vacillate between huge Leo files and many smaller ones, currently in a many/small phase. I can see the hierarchy benefit in larger ones. On Thu, Apr 9, 2015 at 8:26 AM, 'Terry Brown' via

Re: Populating bookmarks history

2015-04-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Apr 2015 13:38:53 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: This post discusses two vaguely-related topics: 1. The bookmark-find-all command will create bookmarks en masse. 2. @command-history nodes will preload commands into command history in an explicit order.

Re: File in a file

2015-04-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Apr 2015 03:41:42 -0500 Edward K. Ream edream...@gmail.com wrote: ​​ ​On Wed, Apr 8, 2015 at 11:23 AM, Kent Tenney kten...@gmail.com wrote: I can see how well they work, however they introduce several new idioms: - nodes in a body pane instead of the tree pane - clicking

Re: File in a file

2015-04-08 Thread 'Terry Brown' via leo-editor
, Apr 8, 2015 at 6:43 AM, Edward K. Ream edream...@gmail.com wrote: On Monday, April 6, 2015 at 2:01:21 PM UTC-5, Terry Brown wrote: If you use clones for creating task specific views of code, they're extremely valuable. If you don't... they tend to be a nuisance. I've been thinking

Re: File in a file

2015-04-08 Thread 'Terry Brown' via leo-editor
On Wed, 8 Apr 2015 08:50:46 -0500 Kent Tenney kten...@gmail.com wrote: But whereas a bookmarks.py bookmark just teleports you to the node in its home position, Doesn't this negate the benefits of a view? I imagine a view of nodes to allow staying in one tree while working with nodes

Re: File in a file

2015-04-08 Thread 'Terry Brown' via leo-editor
, 2015 at 9:55 AM, Edward K. Ream edream...@gmail.com wrote: On Wed, Apr 8, 2015 at 8:30 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: When I was thinking about clones the other day I realized they're very peer to peer, there's no way Leo can easily distinguish

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 edream...@gmail.com wrote: On Tue, Apr 7, 2015 at 6:47 AM, Kent Tenney kten...@gmail.com 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

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 edream...@gmail.com 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

Re: File in a file

2015-04-06 Thread 'Terry Brown' via leo-editor
On Mon, 6 Apr 2015 13:50:08 -0500 Edward K. Ream edream...@gmail.com wrote: - Removed all clones from leoToDo.txt. Interesting... I wasn't going to explain how I found the @file in a @file, but since you said that... If you use clones for creating task specific views of code, they're extremely

Re: Missing +/- boxes

2015-04-06 Thread 'Terry Brown' via leo-editor
On Mon, Apr 6, 2015 at 3:06 PM, john lunzer lun...@gmail.com wrote: Several times today I've had a +/- box disappear on me (still with child nodes). When trying to expand the node I can still expand it an navigate to the child nodes but the expansion and navigation aren't reflected

File in a file

2015-04-06 Thread 'Terry Brown' via leo-editor
Hi Edward - hope your results are good news. I noticed file://leo/core/LeoPyRef.leo#To%20do:4--@file%20../doc/leoToDo.txt:0--Wishlist:4--zz%20Can't%20or%20won't%20do:16--Can't%20do:0--bug%20in%20xml%20doc%20parts%20(hard%20to%20fix?):4--@file%20xmlcommentbug.xml:1 aka leo/core/LeoPyRef.leo#To

Re: File in a file

2015-04-06 Thread 'Terry Brown' via leo-editor
On Mon, 6 Apr 2015 11:59:41 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Hi Edward - hope your results are good news. I noticed file://leo/core/LeoPyRef.leo#To%20do:4--@file%20../doc/leoToDo.txt:0--Wishlist:4--zz%20Can't%20or%20won't%20do:16--Can't%20do:0--bug

Re: Quiz: Deleting all children of a node

2015-03-29 Thread 'Terry Brown' via leo-editor
On Sun, 29 Mar 2015 02:55:21 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: Suppose a node is expanded and contains 219 children. With standard bindings and settings in effect, how many keystrokes does it take to delete all its children? Interesting :-) I would probably select the

Re: What should happen to icon hooks? (Bug #166)

2015-03-27 Thread 'Terry Brown' via leo-editor
On Fri, 27 Mar 2015 06:57:41 -0500 Edward K. Ream edream...@gmail.com wrote: On Thu, Mar 26, 2015 at 6:55 PM, john lunzer lun...@gmail.com wrote: if I have the mouse in my hand anyway I tend to use it for bringing up a node menu. ​Good point. Right clicking should be the same as

Re: What should happen to icon hooks? (Bug #166)

2015-03-27 Thread 'Terry Brown' via leo-editor
wrote: ​​ On Fri, Mar 27, 2015 at 8:52 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: I feel I'm missing bits of this thread, but let's proceed cautiously, a rodent hater such as yourself, Edward, might not be the best at mouse use analysis :-) Right clicking on a node

Re: What should happen to icon hooks? (Bug #166)

2015-03-27 Thread 'Terry Brown' via leo-editor
On Fri, 27 Mar 2015 21:05:13 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Hmm, I think there's already a command that displays the context menu (emailing on my phone or I'd check). context-menu-open Cheers -Terry I think act-on-node was originally supposed

Re: Proposal: @button x should create the x-@button command

2015-03-26 Thread 'Terry Brown' via leo-editor
Never mind - didn't see your response Edward. Cheers -Terry On Thu, 26 Mar 2015 10:53:04 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Thu, 26 Mar 2015 05:20:40 -0500 Edward K. Ream edream...@gmail.com wrote: On Wed, Mar 25, 2015 at 7:04 AM, 'Terry Brown' via

Re: Proposal: @button x should create the x-@button command

2015-03-26 Thread 'Terry Brown' via leo-editor
On Thu, 26 Mar 2015 05:20:40 -0500 Edward K. Ream edream...@gmail.com wrote: On Wed, Mar 25, 2015 at 7:04 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Hmm, @command is a way of creating commands. Creating commands can shadow other commands, that's a given. I

Re: Proposal: @button x should create the x-@button command

2015-03-25 Thread 'Terry Brown' via leo-editor
Hmm, @command is a way of creating commands. Creating commands can shadow other commands, that's a given. I wouldn't change what @command does. I'm sure it would break a lot of personal config. @buttons I have no strong opinion about. Cheers -Terry On March 25, 2015 5:48:03 AM CDT, Edward K.

Re: Plugins with icon clicking handlers not working

2015-03-19 Thread 'Terry Brown' via leo-editor
On Thu, 19 Mar 2015 09:40:11 -0500 Edward K. Ream edream...@gmail.com wrote: - 'headclick2' is matched with 'headdclick1' (missing d in headclick2) headclick hook names changed some time back, I think the table's correct now though. - c.cleo doesn't exist because, iirc, cleo was a tk

Re: Plugins with icon clicking handlers not working

2015-03-19 Thread 'Terry Brown' via leo-editor
On Thu, 19 Mar 2015 10:09:51 -0500 Edward K. Ream edream...@gmail.com wrote: Terry, could you track this down please? TL;DR: delete all the iconclick* entries from the table at: http://leoeditor.com/scripting.html#event-handlers I think the iconclick* handlers are all dead, because clicking

Re: Multiple Node Selections and Activities

2015-03-17 Thread 'Terry Brown' via leo-editor
parent node and moving that instead. Cheers -Terry Chris On Tuesday, March 17, 2015 at 9:40:01 AM UTC-7, Terry Brown wrote: On Tue, 17 Mar 2015 06:12:38 -0500 Edward K. Ream edre...@gmail.com javascript: wrote: On Mon, Mar 16, 2015 at 10:45 PM, Chris George techn...@gmail.com

Re: Plugins with icon clicking handlers not working

2015-03-17 Thread 'Terry Brown' via leo-editor
On Tue, 17 Mar 2015 09:57:43 -0500 Edward K. Ream edream...@gmail.com wrote: On Tue, Mar 17, 2015 at 7:31 AM, john lunzer lun...@gmail.com wrote: ​Thanks for this detailed report. For some odd reason I seem to be missing the originals of some posts. Anyway, I suspect some of those hooks

Re: Multiple Node Selections and Activities

2015-03-17 Thread 'Terry Brown' via leo-editor
On Tue, 17 Mar 2015 06:12:38 -0500 Edward K. Ream edream...@gmail.com wrote: On Mon, Mar 16, 2015 at 10:45 PM, Chris George technat...@gmail.com wrote: I have found myself wanting to select multiple nodes and perform an action on them. I remember this as a limitation that I had

quickmove plugin will now move all selected nodes...

2015-03-16 Thread 'Terry Brown' via leo-editor
...instead of just the current node. If the current node is the only selected node, this is no different to its previous behavior. Because the change was mostly moving the move node to target code into a for loop, the git diff seemed large and hard to follow, as the indentation change looked

Re: Travails of a newbie

2015-03-16 Thread 'Terry Brown' via leo-editor
On Mon, 16 Mar 2015 09:29:16 -0700 (PDT) vitalije vitali...@gmail.com wrote: Finally, there is some mysterious key combination that makes the outline disappear, and makes Leo unresponsive to any further file operation. https://github.com/leo-editor/leo-editor/issues/25 involves

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