Chris Kimpton
- Total activity 106
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
-
Created ASP parsing - any chance of support for ascx files, partial render/include type files.
Hi,Currently using IDEA to edit some aspx files which generally works fine,which is great - thanks!However, we have some common javascript that includes dynamic/server/backend bits and so they are ... -
Created IDEA 7.0.4 (7941) - big pauses (several mins) after doing search & replace
Hi,This might be just my large-ish project (or XP) causing problems, but when I do a search and replace within one file, IDEA locks up for 5 minutes or so before I can continue.Anyone else seeing t... -
Created Intellij IDEA 7.0M2 - project make, hangs on validating jsp
I guess this is going to be hard to reproduce and so perhaps a pointless entry, but...I have a project that when you do a compile, it seems to compile all the java files fine, but then it starts va... -
Created Nant build files being validated as if they were an ant file.
Hi,Its me again the C# coder who wants to use IDEA :(.I have a nant build file that I am editing in IDEA (7.0M2)- thinking that as the XSD is specified IDEA will validate against that.But IDEA seem... -
Created c# development from Idea?
Hi,As a java developer doing more and more C# stuff (using IDEA and ReSharper)- any chance you could put full C# support into IDEA - the crashes within VS are very frustrating and I am getting too... -
Created tomcat6 - fails to be added - can't find common directory
Hi,As part of my other tomcat problem it seems tomcat 6 cannot be used as the application server - it takes the home directory ok, but when you try saving the config, it says "can't find directory ... -
Created Debugging local tomcat - Access is denied
Hi,This is probably something stupid I have done, but I am trying to run my web module using a local tomcat instance, but I am getting an error when trying to process my webapp. Using tomcat 5.0.2... -
Created jsp:attribute - unable to resolve symbol XXX
Hi,I am on a roll today - so lets see if I can get my jsp pages "green" ...I have a tag that is used to create tabs on my web pages, I mark each tab using a jsp:attribute, like this:The tag file ca... -
Created jsp tag files - does IDEA recognise them?
Hi,I have several tag files in my JSP project, but when I use them in a JSP, IDEA says: "Cannot resolve symbol tags"The taglib line is this: <%@ taglib prefix="h" tagdir="/WEB-INF/tags" %>It work... -
Created How does idea put the mouse position onto the default button (when feature enabled)
Hi,Is it done using the Robot.mouseMove method - or some other route?Thanks for the info.