Re: Improving Leo's body pane

2009-10-25 Thread Ville M. Vainio
On Sat, Oct 24, 2009 at 11:40 PM, Terry Brown terry_n_br...@yahoo.com wrote: I'd rather not have the @attribute so visually dominant.  My bookmarks.py plugin fixes the @url case, but I like the suggestion of someone (sorry couldn't find email) of having just one extra icon which tooltips

Re: Improving Leo's body pane

2009-10-25 Thread uve...@gmail.com
Hi, On 25 Oct, 08:27, Ville M. Vainio vivai...@gmail.com wrote: On Sat, Oct 24, 2009 at 11:40 PM, Terry Brown terry_n_br...@yahoo.com wrote: I'd rather not have the @attribute so visually dominant.  My bookmarks.py plugin fixes the @url case, but I like the suggestion of someone (sorry

Re: site local plugins folder

2009-10-25 Thread Alia K
Edward wrote: Can we not expand this definition to also include python files residing in a plugins folder in a given project folder. Leo's core could indeed do something like this. The present code is complex, and a few tweaks would be needed, probably.  For example, at present the

Re: site local plugins folder

2009-10-25 Thread Alia K
Ville wrote: Can we not expand this definition to also include python files residing in a plugins folder in a given project folder. Actually, there is not much magic in leo plugins. Well, there is a bit *too* much magic actually, but luckily many plugins don't depend on the magic at

Re: segmentation fault

2009-10-25 Thread Ville M. Vainio
On Sun, Oct 25, 2009 at 10:45 AM, loretta lore...@vol.at wrote: What am I supposed to do now now? If there are still some packages needed to be upgraded, they obviously didn't hit the repos yet. Where can I get them and which are those packages? I think the offending package was sip. P.S.:

Re: segmentation fault

2009-10-25 Thread loretta
On Oct 25, 3:49 pm, Ville M. Vainio vivai...@gmail.com wrote: I think the offending package was sip. I seem to have the latest: python-sip 4.9.1. And python-qt4 is of 4.6.1. Any other idea, what I could do about this? Loretta --~--~-~--~~~---~--~~ You

Re: segmentation fault

2009-10-25 Thread Ville M. Vainio
On Sun, Oct 25, 2009 at 5:14 PM, loretta lore...@vol.at wrote: I think the offending package was sip. I seem to have the latest: python-sip 4.9.1. And python-qt4 is of 4.6.1. Any other idea, what I could do about this? You need to get a traceback. Ensure all the relevant -dbg packaes are

Re: Installing Leo-Editor on Windows

2009-10-25 Thread Matt Wilkie
     Install Leo. Get Leo’s .zip file from http://sourceforge.net/projects/leo/ You can unpack the .zip file anywhere, including Python’s site- packages folder, for example, C:Python25Libsite-packages The backslashes are being stripped from the web docs. That should be

Re: Improving Leo's body pane

2009-10-25 Thread Matt Wilkie
I don't consider myself a Leo newbie :-) but I think they're unsightly.  Not so bad in an expanded tree of code, where there tends to be just one at the top of the tree, but things like: @thin blah.js @thin some.css @thin other.css @auto import.c @shadow foo.py @shadow bar.py I agree.

Re: Improving Leo's body pane

2009-10-25 Thread Ville M. Vainio
On Sun, Oct 25, 2009 at 5:50 PM, Matt Wilkie map...@gmail.com wrote: Another approach to moving @whatever to a column or icon is to change the rendering: emphasize the name and de-emphasize type. Bold for the name and muted grey for @shadow, for example. That can't be done easily. One

Re: segmentation fault

2009-10-25 Thread loretta
On Oct 25, 5:31 pm, Ville M. Vainio vivai...@gmail.com wrote: On Sun, Oct 25, 2009 at 5:14 PM, loretta lore...@vol.at wrote: I think the offending package was sip. I seem to have the latest: python-sip 4.9.1. And python-qt4 is of 4.6.1. Any other idea, what I could do about this? You

Re: segmentation fault

2009-10-25 Thread loretta
On Oct 25, 7:15 pm, loretta lore...@vol.at wrote: Seems to be too little information to be of any use. But wait, on top Oops, forgot to backtrace. Here's the bt: (gdb) bt #0 PyDict_GetItem (op=0x4, key=0x8bf4700) at ../Objects/dictobject.c: 575 #1 0xb6af7954 in ?? () from

Re: segmentation fault

2009-10-25 Thread Ville M. Vainio
On Sun, Oct 25, 2009 at 8:50 PM, loretta lore...@vol.at wrote: Oops, forgot to backtrace. Here's the bt: Alright, seems to be the same problem as I had with Karmic (and that was fixed). I suppose it'll be fixed in due time. For reference, my package versions: vi...@ville-eee:~$ apt-cache