Re: cleo feature or bug

2008-04-05 Thread bobjack
There isn't a hook for deleting icons; there is a hook for right click, but it might not be useful. In general, synchronization of events (hooks) between plugins isn't easy. If you need a hook in the icon handler, please feel free to add one. I am making changes in that area to overcome

High level wrapper for headline icons.

2008-04-05 Thread bobjack
I would like to work on a higher level wrapper around headline icons. My initial proposal is that instead of using images directly a HeadIcon wrapper would be inserted into a HeadIconList. The HeadIconList would behave like a normal list of HeadIcon objects and would be created from, and

Re: Antialiased fonts in Tk Tkinter in Ubuntu 8.04

2008-04-05 Thread Edward K. Ream
On Fri, Apr 4, 2008 at 10:29 AM, Terry Brown [EMAIL PROTECTED] wrote: I don't advise anyone to try and get anti-aliased fonts working in Linux (Ubuntu) by compiling python against Tk8.5, there's too much risk of messing things up. But I think I have it working now, so if you really want

Re: cleo feature or bug

2008-04-05 Thread Terry Brown
A comment on the term icon. Really to be clear we need to say user-icon or status-icon. The status icon being the content/clone/dirty/marked indicator that Leo's had for much longer than it's had user-icons. The rclickicon hook currently only runs off the status-icon, I don't think any hooks

bug: @auto won't read file in newly created .leo file

2008-04-05 Thread Terry Brown
Leo's running, so I create a new outline with File-New Then I save as in a location where foo.py exists. The I create a node '@auto foo.py' Then I use File-Read/Write-Read @auto (with that node selected) Leo says it can't read it. I close the leo file, re-open in from the recent files menu

Re: FileActions plugin: [EMAIL PROTECTED] type node bug?

2008-04-05 Thread Edward K. Ream
On Apr 5, 7:45 am, Edward K. Ream [EMAIL PROTECTED] wrote: Edward, I would prefer if you would add the change to the trunk. Ok. I'll do that. The patch is now in the trunk. Edward --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: bug: @auto won't read file in newly created .leo file

2008-04-05 Thread Edward K. Ream
On Sat, Apr 5, 2008 at 9:13 AM, Terry Brown [EMAIL PROTECTED] wrote: Leo's running, so I create a new outline with File-New Then I save as in a location where foo.py exists. The I create a node '@auto foo.py' Then I use File-Read/Write-Read @auto (with that node selected) Leo says it

Leo 4.4.8 final is on the trunk. Pls test

2008-04-05 Thread Edward K. Ream
The trunk contains what I believe will be Leo 4.4.8 final! Barring something truly significant, Leo 4.4.8 final will, at last, go out the door tomorrow. Please make no changes to the trunk until then. This is the very last call for bug reports. Edward P.S. After 4.4.8 final, I plan to

Re: Unit testing problem

2008-04-05 Thread Edward K. Ream
On Fri, Apr 4, 2008 at 3:49 PM, Kayvan A. Sylvan [EMAIL PROTECTED] wrote: The test button works as expected, but run-all-tests produces the following output in the Log pane: exception executing script AttributeError: 'NoneType' object has no attribute 'v' The fixes to this, and

Re: Unit testing problem

2008-04-05 Thread Kayvan A. Sylvan
On Sat, Apr 05, 2008 at 08:08:10AM -0700, Edward K. Ream wrote: The fixes to this, and several other unit testing problems are on the trunk. Verified. Works perfectly. Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Leo 4.4.8 is feature frozen

2008-04-05 Thread thyrsus
Your changes to find are better than mine because you have more freedom to change the behavior. Your traversal of the parent nodes does not collapse children of siblings, as did the original and my change - I did my best to preserve behavior. I think I like the new behavior, but I only have

Re: Leo 4.4.8 final is on the trunk. Pls test

2008-04-05 Thread Edward K. Ream
On Apr 5, 10:02 am, Edward K. Ream [EMAIL PROTECTED] wrote: I am thinking that the 'trunk' branch will be dedicated to bug fixes against the latest official release. I'll create a 'devel' branch for the latest 'blessed' development work. That way we can blast away on the 'devel' branch,

Running unit test overwrites all nodes in other opened Leo document

2008-04-05 Thread Brian Theado
On Sat, Mar 15, 2008 at 9:32 AM, Edward K. Ream [EMAIL PROTECTED] wrote: [...] To run all unit tests, select the top-level node called All unit tests and hit alt-4. To run individual tests, select subnodes of All unit tests and hit alt-4. The place to start would be the node: All unit

using rst3 plugin

2008-04-05 Thread John Griessen
I'm generating rest based html pages OK, and am looking at css details, so I have a coding style question from a newbie leo user. How will it work if I create nodes for the .css files and give them the @auto directive so they are generated and read in when changed? Would the possibility of

Re: using rst3 plugin

2008-04-05 Thread Terry Brown
On Sat, 05 Apr 2008 21:59:13 -0500 John Griessen [EMAIL PROTECTED] wrote: I'm generating rest based html pages OK, and am looking at css details, so I have a coding style question from a newbie leo user. How will it work if I create nodes for the .css files and give them the @auto