Re: [Pydev-code] Jython Scripting - is this limited to v2.2?
Brought to you by:
fabioz
From: Fabio Z. <fa...@es...> - 2013-03-23 02:20:32
|
Not sure how hard, but it's definitely not trivial. As it's one of the things that slows down the editor startup, I was considering taking a look at it as a part of the funding at http://igg.me/at/liclipse, but it'll depend if the funding succeeds. Cheers, Fabio On Fri, Mar 22, 2013 at 11:08 PM, Fran Boon <fra...@gm...> wrote: > On 23 March 2013 02:01, Fabio Zadrozny <fa...@es...> wrote: > > Unfortunately yes, right now it's limited to Jython 2.2 (which is the > > internal version used). There are currently no plans to upgrade that > version > > (mostly because it'd raise the size of PyDev a lot -- the jython jar is > > currently 1.5 MB, and the update would make it around 8 MB... The whole > > PyDev with Jython is right now 7 MB, so, it'd double the size just for > that > > update). > > I did spot the size bump & wondered if that was a factor. > > > I'd consider adding it only if it makes the startup of the PyDev editor > much > > faster (right now, the first time you open a PyDev editor, it has a > delay: > > that's Jython loading... I'm almost considering removing it because of > that > > delay -- or at least making it optional, in which case it might be worth > > putting it in a separate plugin -- then, maybe it'd be worth updating the > > version, as users that don't want it don't need to get it). > > Makes sense - I've been a happy PyDev user for a couple of years > without touching Jython, but am seeing the Scripting as being a > majorly useful feature. > Being able to plug-in any Jython version would be ideal...how hard > would it be to separate out the bridging code to enable pointing to > any Jython install? > > Many thanks, > Fran. > > > Cheers, > > > > Fabio > > > > > > On Fri, Mar 22, 2013 at 10:47 PM, Fran Boon <fra...@gm...> > wrote: > >> > >> I have been playing with the Jython scripting interface which I just > >> discovered & have been very excited about, however I find that it > >> seems to be limited to v2.2, is that true? > >> I have 2.7b1 installed & can launch an interactive console with that > >> version, however this isn't what is used for the scripts & I can't see > >> a way to set it for the scripts? > >> > >> Many thanks for any help, > >> Fran. > >> > >> > >> > ------------------------------------------------------------------------------ > >> Everyone hates slow websites. So do we. > >> Make your web apps faster with AppDynamics > >> Download AppDynamics Lite for free today: > >> http://p.sf.net/sfu/appdyn_d2d_mar > >> _______________________________________________ > >> pydev-code mailing list > >> pyd...@li... > >> https://lists.sourceforge.net/lists/listinfo/pydev-code > > > > > > > > > ------------------------------------------------------------------------------ > > Everyone hates slow websites. So do we. > > Make your web apps faster with AppDynamics > > Download AppDynamics Lite for free today: > > http://p.sf.net/sfu/appdyn_d2d_mar > > _______________________________________________ > > pydev-code mailing list > > pyd...@li... > > https://lists.sourceforge.net/lists/listinfo/pydev-code > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |