From: Glen P. <gl...@or...> - 2004-07-24 14:49:55
|
Why add JSP support to xslide? Because I started writing JSP at work and crackhead-mode, though interestingly named, was further from what I wanted than xslide. So I did it. You can check it out in glens_branch of the CVS tree (under xslide). If you think this is a bad idea, I can start a separate project. I think they actually go very well together. Just the name, xslide, doesn't really cover JSP. Anyway, I added some fontification, and some auto-completion. Tony, I know you wanted me to use a data structure for auto-completion, but I tried and it was really difficult. Especially since there are so many different combinations: optional parameters that when used with a tag require it to be a quick close, or optional parameters that require other parameters, or values of certain parameters that require other parameters. So I've given up on that approach and just hard-coded everything. Code is a data structure... of sorts. :-) I don't think it's quite ready for an official release, but what would be required to do a release, Tony? |