Chris Kimpton
- 活动总数 106
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 32
-
创建于 Local History - intermittent issues and no settings.
Hi,Probably a documentation typo, but the docs:http://www.jetbrains.com/ruby/webhelp/general-2.htmlRefer to a General setting: "Keep local history for"But I dont see this option in the IDE...The r... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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...