Re: [Pydev-code] Re: Jython scripting
Brought to you by:
fabioz
From: Don T. <nos...@gm...> - 2006-04-26 13:04:53
|
Fabio Zadrozny wrote: > Yeap, that's what I'd do too... Maybe I can do a 'replace selected text' > method in pyselection... > > Also, I think that the scripting engine could start having some > 'utilities' module that you can use, where this kind of stuff would go > so that you could share it among scripts (and maybe provide a more > pythonic interface for many of the things Eclipse provides). What do you > think? > Yes, I think that would be good. I am wondering what to do about my own utility modules. I use a couple right now that I was thinking of incorporating into the source of my pyedit_ file or simply including as peer files with the pyedit_ file. Any thoughts on the right way to do this? Don. PS. I really wish that Jython had kept up with CPython. My coding style is 'Google and steal' and I keep tripping up on things that are in later versions of CPython but not in Jython. |