SVN changelists and Eclipse change sets
Hi, Are IntelliJ svn changelists the same as Eclipse change sets? I can't see outgoing Eclipse change sets in IntelliJ and the same is true for IntelliJ changelists in Eclipse. But I see incoming...
View Articleindents
switch ( statusKind ) { case GOOD: { if ( now > goodTimestamp ) { goodTimestamp = now; }...
View ArticleBefore Launch
I am trying out the 12 EAP and really love the new Before Launch section. But it seems the before tasks are not finished before the launch starts which makes the whole thing kind of pointless!?! Am I...
View ArticleHow can I change svn repository update depth in Idea?
Greetings! There is a panel called Changes in Idea. There are several tabs: Local, Repository, Incoming and others. I tried to update Repository tab to see the new commits. But while doing this I have...
View ArticleProblem with creating domain classes in Grails plugin in IDEA 11.1.4
I haven't tried to create my own plugin before and have created Grails applications successfully but not recently so this may apply to any "New Grails Domain Class". In summary while IDEA goes through...
View ArticleCan't run IntelliJ after installing Java 7 on Mountain Lion
I just got a new laptop, and I'm trying to get it all setup. Here is what I've done:Installed Java 1.6 from Apple, because it no longer comes with Mountain Lion.Installed Java 1.7 from Sun, because I...
View ArticleDisplay Oracle XMLTYPE in Data Source
I can add a DB Data Source via Oracle JDBC driver and I see tables and data in table editor correctly. Even the CLOB columns are displayed with their content, which can be "Saved as CLOB". But columns...
View ArticleJ2EE projects on Glassfish using GWT changes are not updating
Hi guys, I have created a J2EE app that makes use of the SmartGWT libraries. This toolkit is based off the GWT. When I make a change to the GWT files they are recompiled. The out is part of an exploded...
View ArticleJava JDK on OSX Mountain Lion
I am trying to run la Clojure that requires the JDK I have downloaded and installed sun version 7 on OSX Mountain Lion (OSX 10.8.2) this is what I have; brooke java -versionjava version...
View ArticleCode folding conditional blocks?
hi.. is there a way to specify that there should be code folding for conditional blocks? one of the reasons i'm asking is that there are numerous if (_logger.isDebugenabled) boiller plate statments,...
View ArticleSwitching location of Gradle user home for IDEA
For reasons of improving our anti-virus slowdown, we've moved all of our code and caches into directories exlucded by the corporate anti-virus software. Gradle lets us do that by specifying...
View ArticleRun dialog/configuration
Dear Sir, I have 2 questions: is it possible to display process id of the java proces that is currently running in the run dialog? how can I copy run configuration in the team of developers? Let's say...
View ArticleMaven version in file template ?
I'd like to have the javadoc for new files contain the tag @since. Each with the File Templates. However, is it possible to have it automatically filled-in with the current version of the Maven project ?
View ArticleError installing and launching the Hello World Android App from IDEA
Folks, I am a newbie to Android developement on IDEA.I am tryint to write a Hello World Android App on IDEA.And I get the follwing error when trying to run/launch the app on an emulaor device from...
View ArticleError installing and launching the Hello World Android App from IDEA
Folks, I am a newbie to Android developement on IDEA.I am tryint to write a Hello World Android App on IDEA.And I get the follwing error when trying to run/launch the app on an emulaor device from...
View ArticleHow to set keymap to close the VCS difference window in OS X
I want to set RubyMine/IntelliJ to close the "compare with latest repo version" window on OSX. You guys should really think your OSX keystrokes, but that's your call I guess. In OS X the standard would...
View ArticleLeft right slide opens up a pop menu in Java Editor
Hi All, I have been using Intellij Idea IDE for more than couple of years and see its superiority on other IDE. At the same time when I slide left or right when in Java editor it opens up the pop menu...
View ArticleHaxe Debugging from the Browser?
Hey All, I am using Intellij as my Haxe editor to build a large project with an ANT build. It is not realistic with the scale of this project to use the debugger that launches immediately after...
View ArticleAdvanced code styling rules for JS
Hi guys, Before I start opening feature requests, I really wanted to know what's the oppinion on this matter.I am trying to achieve a set of code formatting rules for javascript that is the closest...
View ArticleJava EE Documentation (JavaDoc) on OS X
Hi, I am trying to get IntelliJ show me the JavaDoc for Java EE classes. I have installed the Apple Java Development stuff, since then I have JavaDocs for the SE packages. But i.e. everything within...
View Article