Re: [IronPython] Parsing scripts

2008-12-04 Thread Orestis Markou
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Steve Baer *Sent:* Wednesday, December 03, 2008 4:46 PM *To:* Discussion of IronPython *Subject:* [IronPython] Parsing scripts I would like to be able to add some sort of "intellisense" to a text editor for IronP

Re: [IronPython] Parsing scripts

2008-12-03 Thread orip
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Baer > Sent: Wednesday, December 03, 2008 4:46 PM > To: Discussion of IronPython > Subject: [IronPython] Parsing scripts > > I would like to be able to add some sort of "intellisense" to a text editor > for IronP

Re: [IronPython] Parsing scripts

2008-12-03 Thread Dino Viehland
lto:[EMAIL PROTECTED] On Behalf Of Steve Baer Sent: Wednesday, December 03, 2008 4:46 PM To: Discussion of IronPython Subject: [IronPython] Parsing scripts I would like to be able to add some sort of "intellisense" to a text editor for IronPython scripts. Something along the lines of rep

[IronPython] Parsing scripts

2008-12-03 Thread Steve Baer
I would like to be able to add some sort of "intellisense" to a text editor for IronPython scripts. Something along the lines of reporting the available functions in a module after hitting a period. import clr clr. <- (show something here) Are there utilities available in IronPython for analyzi