ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

BeanShell support - standalone plugin

xmedekoTop Contributor
11 Aug 2011 01:10:20 GMT
11 Aug 2011 01:10:20 GMT

Hi,
I have noticed the ZK Studio has a nice support for BeanShell (in <zscript> elements). However, I cannot find any nice standalone Eclipse plugin for BeanShell. Is it some simple trick or have you spent some substantial effort to bring BeanShell support to Eclipse?

I would be happy if you would release some standalone BeanShell plugin, or open source the relevant code, or if ZK studio would support standalone BeanShell scripts (*.bsh files) :-)

Thanks
Andy

dennis
11 Aug 2011 21:18:16 GMT
11 Aug 2011 21:18:16 GMT

not really know the "support for BeanShell" mean.
and I don't think "standalone BeanShell plugin" is ZKer's specialty
anyway, could you explain more, for example?

xmedekoTop Contributor
12 Aug 2011 01:31:10 GMT
12 Aug 2011 01:31:10 GMT

I mean especially content assistant (CTRL+SPACE code completion hints) and syntax colouring. Well, syntax colouring for BeanShell can be accomplished by Eclipse Java mode well. I am interested, have you write some code to support content assistant in the BeanShell? Or have you just switched some Eclipse switches and that was enough?

Thanks

dennis
14 Aug 2011 20:28:51 GMT
14 Aug 2011 20:28:51 GMT

Yes, we did write lots of code to support content assistant in zscript(BeanShell in your words), :
Actually, in Studio, we transfer zul to a special in memory java source. so the zscript in the zul was become a part of that java file.
and the assistant come from that java file.