Re: [Pydev-code] Getting started with PyDev scripting
Brought to you by:
fabioz
From: Joel H. <yo...@if...> - 2006-04-19 07:40:05
|
Hi! New version of my script here. This time I feel it's good enough to call an alpha (comments still appreciated, of course). > I installed and played a little with your script - looking good. Thanks! > Since I am congenitally unable to accept any compiler error messages :-) > document = document #@UndefinedVariable If I used a global variable named 'document' in my previous version it was most likely because of involuntary namespace pollution, and I hope the new version is free of it. Thanks for your time checking my script out! /Joel Hedlund |