Hi,
I'd like to set my Eclipse to use javascript templates with Aptana Studio. I've set a new template here: window/preferences/aptana/editors/javascript/templates.
The template's description: name: ccc, context: javascript, description: own comment, pattern: // --
I open .js files with aptana JS editor and the perspective is Aptana Web. When I type "ccc" and push ctrl + shift I don't get any suggestion or insertion. When I type "c" I can find my template in the suggestion list and choose it, but it's cumbersome.
Why can I find the template in the suggestion list with one character and why Aptana doesn't insert or even find my template with 3 character?
I'have been using simple java templates in this way without any problem.