Support of taglibs is planned. Obviously not for Pandora though. Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" -----------------------------------------------------------
----- Original Message ----- From: "Hani Suleiman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 30, 2001 6:29 PM Subject: Re: [Eap-list] IntelliJ IDEA: Build #510 is available > I personally don't, but I've had to delete with a lot of code that uses the > include as a method to cut down the size of the pages. So all imports and > 'setup' type stuff goes into the included page. > > Speaking of JSPs, a VERY cool feature would be if IDEA handle custom tags > and identify variables declared in them, for example: > > <util:iterate id="myObject" type="com.foo.Bar" > collection="<%=myCollection%>"> > </util:iterate> > > and IDEA would know that I have a field called 'myObject' and its type in > that block. I'm sure it can be done by applying that amazing code analysis > stuff to the jsp taglib code! > > > On 30/10/01 10:00 am, "Valentin Kipiatkov" <[EMAIL PROTECTED]> wrote: > > >> 1. Would it be difficult to recognize imports from static includes as well > >> (although this is not so important for me)? > > > > Do you mean that you have some imports in the included file and want to use > > them in the parent file? That is possible to implement. But what are the > > usecases for that? Do you normally place imports in this way? > > > >> > >> 2. Renaming variables and "find usages" (and maybe some more I didn't > > test) > >> does not work for jsp includes at the moment (e.g. a variable is renamed > > at > >> it's declaration in a static include but the references in all other files > >> are not found and changed). Are you planning on enhancing this? > > > > Yes, we plan to fix this very soon. > > > > Best regards, > > Valentin Kipiatkov > > ----------------------------------------------------------- > > IntelliJ Software, http://www.intellij.com/ > > "Develop with pleasure" > > ----------------------------------------------------------- > > > > ----- Original Message ----- > > From: "Michael Descher" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, October 30, 2001 5:24 PM > > Subject: AW: [Eap-list] IntelliJ IDEA: Build #510 is available > > > > > >>> - JSP editing. References to variables and methods defined in > >>> included files > >>> (static includes) are recognized. > >>> - JSP editing. Navigation to included files (static includes) via > >>> Ctrl-B and > >>> Ctrl-Click. > >>> - JSP editing. Broken links are highlighted for static includes. > >> > >> Thanks for these features. It makes my JSP files "much less red". ;-) > >> > >> Two questions on JSP editing (build #511): > >> > >> 1. Would it be difficult to recognize imports from static includes as well > >> (although this is not so important for me)? > >> > >> 2. Renaming variables and "find usages" (and maybe some more I didn't > > test) > >> does not work for jsp includes at the moment (e.g. a variable is renamed > > at > >> it's declaration in a static include but the references in all other files > >> are not found and changed). Are you planning on enhancing this? > >> > >> Michael > >> > >> > >> _______________________________________________ > >> Eap-list mailing list > >> [EMAIL PROTECTED] > >> http://www.intellij.com/mailman/listinfo/eap-list > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
