On Mon, 2009-11-09 at 11:16 -0500, Sanjay Chaudhuri wrote:
> Please explain more on what you mean by "Eclipse Java code template
> mechanism". Some of the eclipse core uses the mechanism I used and
> some uses JET templates. Are you looking forward to have JET
> templates ? I thought JET templates are over-kill, because we have
> very few things to replace.
I was thinking about using template variables like in "code" completion
in java editor. Frankly I do not know much about Eclipse JET, I have
written code generators before but always used my own techniques. You
are correct as the number of variables for us would be a small set. So,
use what you think is appropriate.
Sanjay>> For Code Completion, please let me know what all do you want to see with CTRL+SPACE, and I shall look into it. JET is pretty involved; once you come up with your templates, I shall look into it.