Hi!

I beg to withdraw my previous statement about thin documentation. The source is definitely adequately documented for my tastes. And by the way... I can see from the source that there's a lot of work invested in this baby. Way to go, and keep up the good work!

> It is a java thing -- comes from java.lang... Actually you should import it
> into your scope: from java.lang import StringBuffer.

Yes. On Ubuntulinux 5.10, eclipse 3.1.1 and pydev 1.0.4 I do have to import it. Under WinXP, eclipse <newest> and pydev 1.0.5 I didn't need to import it... Seems weird though. I must have imported it by mistake somewhere. I'll investigate some more and get bact to you if I can't track it down to some strangeness on my part.

> Well, actually most code has javadocs, so, probably doing at least a javadoc
> from pydev code and making it available

Sorry. Don't know how to do that.

> As for the cvs stuff, that developers manual would surely help -- It
> should be pretty easy getting the pydev code in Eclipse.

I pulled it down using command line cvs. If you're planning to put something about that in the developer manual maybe you're interested to know that the instructions at the CVS part of [EMAIL PROTECTED] didn't work for me.

http://sourceforge.net/cvs/?group_id=85796

The login failed with this error message:

$ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/pydev login
Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/pydev
CVS password:
cvs login: warning: failed to open /home/bioinfo/yohell/.cvspass for reading: No such file or directory

However this did work:

$ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/pydev checkout .

Cheers!
/Joel


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to