Re: [PyCrust] Recent Changes
Brought to you by:
pobrien
From: <co...@uc...> - 2002-11-08 19:57:15
|
I got it from CVS, If I run PyShellApp.py normally, I get errors of the type... Error in shell.py line 238. "Global name False is not defined" I changed "False" for "wx.false" and "True" for "wx.true" everywhere, and then it worked fine but.... Autocomplete doesn't work at all in Python mode In my app... Autocomplete still doesn't work on Python mode, but when I switch to the simulator mode which is my "non-standard" code autocomplete works just fine (I can switch back and forth pressing Ctrl-F) Big question... where did "True" and "False" come from??? Hope it's worth something. Notice that I only spent 15 min on these tests. I'll look into it in more detail tonight or tomorrow Raul ----- Original Message ----- From: "Patrick K. O'Brien" <po...@or...> To: <PyC...@li...> Cc: "Raul Cota" <co...@uc...> Sent: Friday, November 08, 2002 6:35 AM Subject: [PyCrust] Recent Changes > > I've changed the way that PyCrust determines the object for which > autocompletion options and calltips should be presented. The new way > uses the tokenize module (plus the usual jumping through hoops that I > always have to do) and does a better job supporting whitespace within > commands and empty types: '', "", '''''', """""", [], (), {}. > > The new version passes all the old unit tests as well as some additional > unit tests. What I'm not sure about is whether it interferes with > anyone who is using PyCrust for non-standard code. In particular, I'm > worried about you, Raul Cota. :-) > > Anyone who relies on autocompletion for commands that aren't pure Python > code should get the latest PyCrust from CVS and make sure I haven't > broken their application. If I have, let me know and hopefully we can > figure out a solution. > > -- > Patrick K. O'Brien > Orbtech http://www.orbtech.com/web/pobrien > ----------------------------------------------- > "Your source for Python programming expertise." > ----------------------------------------------- > > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > PyCrust-users mailing list > PyC...@li... > https://lists.sourceforge.net/lists/listinfo/pycrust-users > |