RE: [Pydev-code] Model/hyperlinking checkin
Brought to you by:
fabioz
From: Dana M. <dan...@ya...> - 2004-04-16 16:27:07
|
In addition, I have integrated Jython into the project (wrapping it as a plugin). I was intending to use this as a way of working with the native python introspection capability; for example to be able to extend the potential completions for a statement that starts out ....sys. and offer all the completions for 'sys.' or all the normal potential completions for something defined in the module being editted. Integrating Jython was trivial, but I haven't checked it in as yet, since there still seem to be some execution pathing problems in using it. I have been intending to do some pairwise skull-sweating on this with Bill, but even though we are just down the hall from one another, we haven't been able to hook up for more than 2 minutes at a time. If we together can get this cracked on (say) Monday, then I will have something to demo/check in shortly thereafter. I am using the AST traverer now to get my document model, and that may be the first thing we check in. We will shift to the PyDictionary shortly though... first let's get a working autocompleter. --Dana __________________________________ Do you Yahoo!? Yahoo! Tax Center - File online by April 15th http://taxes.yahoo.com/filing.html |