RE: [PyCrust] FW: underscore kills command completion
Brought to you by:
pobrien
From: Patrick K. O'B. <po...@or...> - 2002-02-05 19:00:01
|
I'm seeing this same problem in Pythoncard with Python 2.2 using the "Proof" application. But it isn't consistent. For example, the following worked: >>> bg.DLG_SZE but this failed to match: >>> bg.on_ The following also worked: >>> os.stat_result Those "on_" methods don't seem to want to match. I have no idea why. --- Patrick K. O'Brien Orbtech > -----Original Message----- > From: Kevin Altis [mailto:al...@se...] > Sent: Tuesday, February 05, 2002 12:45 PM > To: po...@or...; pycr > Subject: RE: [PyCrust] FW: underscore kills command completion > > > > I'm not seeing this problem under Python 2.1.2 or Python 2.2. > Kevin, what > > version of Python are you running? > > PythonCard version: 0.6.4 (really just 0.6.3.2 but I'm using > what's in cvs) > wxPython version: 2.3.2.1 > PyCrust version: 0.7.1 > Python version: 2.1.1 (#20, Jul 26 2001, 11:38:51) [MSC 32 bit (Intel)] > Platform: win32 > > And this in PythonCard so that means that autocomplete include single and > double underscores is off, could that be the problem? > > shell.autoCompleteIncludeMagic = 1 > shell.autoCompleteIncludeSingle = 0 > shell.autoCompleteIncludeDouble = 0 > > ka > > > > -----Original Message----- > > > From: pyc...@li... > > > [mailto:pyc...@li...]On Behalf Of Patrick > > > K. O'Brien > > > Sent: Monday, February 04, 2002 5:51 PM > > > To: pycr > > > Subject: [PyCrust] FW: underscore kills command completion > > > > > > > > > Neil or Robin, > > > > > > Is this expected behavior for wxSTC, or am I doing something wrong? > > > > > > --- > > > Patrick K. O'Brien > > > Orbtech > > > > > > -----Original Message----- > > > From: Kevin Altis [mailto:al...@se...] > > > Sent: Monday, February 04, 2002 4:13 PM > > > To: Patrick K. O'Brien > > > Subject: underscore kills command completion > > > > > > > > > I never tried using a on_ handler in the shell before, so I'm just now > > > seeing this problem. Open up any PythonCard sample with the > > shell and then > > > type > > > bg.on > > > to get to the first event handler, then when you type the > underscore the > > > completion window goes away. > > > > > > ka > > > > > > > > > _______________________________________________ > > > PyCrust-users mailing list > > > PyC...@li... > > > https://lists.sourceforge.net/lists/listinfo/pycrust-users > > > > > > _______________________________________________ > > PyCrust-users mailing list > > PyC...@li... > > https://lists.sourceforge.net/lists/listinfo/pycrust-users > > > |