Can't get hot deployment to work with tomcat
I'm having trouble getting hot deployment to work with Tomcat (v6.0.32). Pretty much I want my static resources (jsp, JavaScript, CSS) files to be deployed when a file is saved. I've gone through the...
View Articlehow to completely remove Intellij
Please see also this thread: http://devnet.jetbrains.net/message/5472994 basically, my Intellij got into a state i can't even start it, I tried to uninstall and remove any leftovers, but doesn't help....
View ArticleJSHint and .jshintrc
IntelliJ supports JSHint - which is pretty cool, but is there any way to actually have it enforce JSHint rules set in the .jshintrc file? Thanks!
View ArticleColdfusion code assist for object array
Hi there! Does anybody know how I can get code assist in IntelliJ if I return an array of a component? For example: component { public void function init() { var array = getAll();...
View ArticleChange VMOptions in Idea 12 RC
I would like to ask how/where i can change the VMOptions for -Xms, -Xmx? ---Original message URL: http://devnet.jetbrains.net/message/5473063#5473063
View ArticleSupport Freemarker in IntelliJ IDEA 12
The Freemarker's site is mentioned that Freemarker is supported by IntelliJ IDEA out-of-box. On your forum I found mentions about support Freemarker. But, unfortunately, I have not found any mention of...
View Articleis there a "quick lanuch" tool bar launch configuration?
hi.. altough even in eclipse this wasn't built in, it did have a plug in that allowed you to have small icon shortcuts just like quicklauch toolbar in windows. is there such a possiblity (as at times...
View ArticleIntelliJ Idea 12 RC not authenticating with TFS
I'm running both 11.1.4 and 12 RC. For some reason TFS fails to authenticate under 12, but works fine under 11.1.4 (same userid/pwd combination obviously). Any ideas on what to try? The behavior...
View ArticleIntelliJ-CE 12 : java debug no longer invokes make/maven
hi - in playing with IJ-CE-12 i it appears to me that imvoking debug on a java/maven project, make no longer is triggered automatically. is this a known issue? bug? pilot (ie me) error? much...
View ArticleIDEA 12 CE EAP - Both buffers are Read-Only in git branch diff
Hello. Question about the diff tool integration with git in IDEA. I'm using Leda having previously used IDEA 11. Comparing working copy against a branch in IDEA used to leave the working copy ("Your...
View Articleintelij ignore maven update policy
Hiwe are using intelij version :11.1.3it seems that intelij ignores repository update policy that was set in our pom :we set:<repository> <id>horizon</id>...
View Articlevisualize xsd/wsdl
Hi, Is there any way to get xsd/wsdl structure visualized in idea? Best regards, Eugene.
View ArticleByteCode view for debugging?
ByteCode view: awesome. But. I can't get it to display bytecode for the code I'm looking at in a library I don't have source code for. I just happen to have a P1 bug that this would really help. How do...
View ArticleEdit syntaxe highlighting
I have haxe plugin, but it's not perfect:It wont highlight conditional compiling elements the way it should #if !html5 import format.SWF;#end Because of # that is not supported in this plugins...
View ArticleIDEA 12 with Play 2.0
I can't seem to find much documentation how to utilize Play 2.0 (Scala) support in IDEA 12...I created the default Play module from scratch and, when trying to build it, I get "cannot find symbol...
View Articlei have error "exit code is 1" what happen?
im use win 7 64bit, my editor is intellij idea 3 i get log like this: Information: 1 error Information: 0 warnings Information: java.lang.ClassNotFoundException: -verbose Information: at...
View ArticleI met this error message "Cannot parse Android SDK".
Hi all. I installed JDK (jdk_7u9-macosx-x64.dmg), ADT (eclipse and Android SDK) and intellijIDEA in order to write Android code. I executed intellijIDEA after doing this. but it's occured like...
View ArticleIDEA 12: Setup Frameworks
What's that about "n xml files"? Shouldn't it show exact file names?
View ArticleFormatting If Statements
Has anyone found a combination of formatting options that will turn: if (2 < 3) { return; }elseif (2 > 3) { return; }else{ return; }...
View ArticleAttlassian connector hangs an IDEA
I have installed Attlassian connector at work and at home. And I have different beheviour of connector. At home it works ok. But at work It hangs an Idea for some seconds after I click on "Start Work"...
View Article