BeanShell support - standalone plugin
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?
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
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.
ZK - Open Source Ajax Java Framework
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