RE: [PyCrust] FW: underscore kills command completion
Brought to you by:
pobrien
|
From: Patrick K. O'B. <po...@or...> - 2002-02-08 15:33:01
|
Will this fix work if I keep the sort order the way it was -
attributes.sort(lambda x, y: cmp(x.lower(), y.lower()))
I kind of prefer this as it seems more "pythonic" to have the underscore
attributes at the head of the list. Actually, I'm more partial to that in
the namespace viewer, which I just changed to sort this way. I guess a case
could be made that underscore attributes are less likely to be useful when
called in the shell, and therefore should be at the end of the list. So it
isn't a huge deal, I'm just curious.
---
Patrick K. O'Brien
Orbtech
> -----Original Message-----
> From: pyc...@li...
> [mailto:pyc...@li...]On Behalf Of Neil
> Hodgson
> Sent: Thursday, February 07, 2002 12:10 AM
> To: Robin Dunn; po...@or...; Kevin Altis; pycr
> Subject: Re: [PyCrust] FW: underscore kills command completion
>
>
> Robin:
> > Will do. Neil, will this be going into a Scintilla release soon?
>
> It is in CVS but as I just released 1.44 a couple of days ago there
> probably won't be another release for two weeks. I hope to solve
> the limited
> line length problem along with caching LineLayout objects for
> that release.
>
> Neil
>
>
>
> _______________________________________________
> PyCrust-users mailing list
> PyC...@li...
> https://lists.sourceforge.net/lists/listinfo/pycrust-users
|