Community
Participate
Working Groups
Build Identifier: M20100909-0800 xml, html and jsp templates are case sensitive. If i type "SCR" and then select the html template proposal for #script, it adds script template leaving "SCR" at is. If I type "scr" and select the template, then it replaces "scr" with script template Reproducible: Always
Hi Nick, Currently we have 3 copies of ReplaceNameTemplateContext for xml, html and jsp. Can't we have a single copy in xml as they all do the same stuff and fix the bug in single file?
Created attachment 181610 [details] Patch to ignore case while checking start of template name in content assist This patch removes the ReplaceNameTemplateContext from html.ui and jsp.ui package and uses the one from xml.ui package. in xml.ui package, ReplaceNameTemplateContext has been modified to ignore the case while comparing template name with user entered content assist prefix.
Sarika, I deprecated the old ReplaceNameTemplateContext in jsp.ui and html.ui just in case anyone is extending them. Thanks for the patch.