[Monodevelop-devel] Parser Overview

Michael Hutchinson m.j.hutchinson at gmail.com
Wed Oct 1 11:47:50 EDT 2008


On Wed, Oct 1, 2008 at 4:57 AM, Christian Hergert
<christian.hergert at gmail.com> wrote:
> I've added error highlighting as well.
>
> http://audidude.com/dropbox/monodevelop-python-errors.png
>
> -- Christian
>
> On Wed, Oct 1, 2008 at 12:18 AM, Christian Hergert
> <christian.hergert at gmail.com> wrote:
>>
>> With your help, I was able to get this moving somewhat.
>>
>> As an addin, this needs a lot of work. But it currently supports:
>>
>> Python project type
>> Project and file template
>> Pluggable python runtimes (cPython2.5 only currently. this will change
>> after i get the ui components added)
>> Precompiling of python modules (either .pyc or .pyo for optimized)
>> Code folding for functions/comments/classes
>> Really basic completion that I will be adding to over the next few nights
>> (basically until its usable for myself daily)
>> Parsing of python code is done via a subprocess to a long running python
>> process.  This allows for building a real AST using the "compiler" module.
>>
>> and the obligatory screenshot
>>
>>     http://audidude.com/dropbox/monodevelop-python.png

Nice work!

Would you like to add this to extras?

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-devel-list mailing list