|
From: Jonathan C. <jon...@ya...> - 2002-07-18 14:08:31
|
Yes, <br /> should be used to keep the tag completion feature from getting confused. But that's not my problem. When I put my cursor on the start tag, the end tag is supposed to be highlighted (and vice-versa). It's not doing that in these cases, even though the JSP brackets <%=...%> are inside of an attribute string. It's not something that would keep me from doing my work, but I use that feature to help me verify that there is a properly formed matching end tag. When it doesn't work, I have to use extra brain cycles to do the checking myself, which really limits its usefulness. Is the mode system flexible enough to ignore brackets that are inside of double quotes? Jonathan --- ne...@ho... wrote: > Rick Reumann wrote: > > >On Wednesday, July 17, 2002, 5:58:37 PM, Jonathan wrote: > > > >JC> The tag matching feature doesn't seem to work for > the below JSP > >JC> code. It appears to be because of the brackets in > the attribute > >JC> value. > > > >JC> <kolc:if expr="<%=pageBean.isUniversal()%>"> > >JC> <!-- snip --> > >JC> </kolc:if> > > > >JC> Is this something JSP developers just have to live > with or > >JC> can it be smartened up a bit? The <%...%> notation > can be > >JC> used a lot in JSP. > > > > I'm not sure. I actually ended up not liking the tag > completion > > feature too much. It kept wanting to complete my > <br> tags so it > > got a bit annoying. Is there a way you can set some > tags for it > > not to complete? I wouldn't mind it completing my > jsp tags but > > certain ones I'd rather it not try and complete. > > > > > > > We are in the habit of typing "<br />" since this is > valid xhtml and > existing html browsers seem to support it (as long as you > include a > space before the slash). The added bonus of writing > proper xml is that > tools such as jedit's tag completion feature don't get > confused by it. > > Jim > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-users ===== Jonathan Carlson jon...@us... Minneapolis, Minnesota __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com |