The following forum message was posted by dhaber3 at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4021200:

Hi,

I'm developing an eclipse plugin and I would like to be able to programmatically
alter python files.  For example, find a variable "foo" and change:

[code]foo = [1,2,3][/code]

to:

[code]foo = [2,4,6][/code]

Is this something that PyDev can help with?  For example, can I re-use PyDev's
python parser to manipulate the file?

Thanks!
Doug

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to