Using Git across multiple modules?
I have a problem with using Git inside IDEA on our current project. This Maven-based project is organized into three "sub projects" inside a single Git repository: /MyProject---...
View ArticleProblem with Chrome / JavaScript debbugging
Hello! I have really annoying problem with chrome-javascript debugger. I have constant interruptions (like when breakpoints is triggered) from chrome plugins. Intellij usually points to jqueey file...
View ArticleGit Commit says no changed detected
Hi, When I change a file and then select git | commit within Intelliji Idea it displays "No changes detected" message. However, if I run git from the DOS prompt it shows the changes and allows me to...
View ArticleIs there any way to see the maven dependecy tree?
Lets say I have bunch of maven dependencies, and a couple of them depend on the same underlying subdependency, and I want to find out which. Is there any way to see a dependency graph/tree on...
View Articlegit diff no longer works in Update Project Info tab
OS X 10.8.3IntelliJ 12.0.4When I pull the latest from github, the Update Project Info tab shows the files that have been updated, but when I CMD+D to diff any one of them, the diff window shows the...
View ArticleRunning Weblogic with specified JDK
Hi, Concretely I want to configure Weblogic to run with java8 and as well with java7 but i can't find a way to specify this in IntelliJ. It picks up the defaut OS java version. Do you know if it is...
View ArticleSVN is throwing Recieved fatal alert: handshake_failureH
Hi, Can you please let me know when i should add the certs or how i can fix this error and can use svn client in intellij14. SVN client version i am using is 1.7
View Articleuse xmodmap set up/down arrow,but no valid in tool windows of intellij idea
i use intellij idea in ubuntu , intellij idea's keymap up and down no effect in tool windows , so i use xmodmap set up/down arrow to ctrl+jk, in editor is valid,but project of tool windows...
View ArticleProject doesn't reload on update of *.[ei]ml or .classpath files
We have a project with a very old build structure that comes with its own Eclipse project and classpath files. I import this into IntelliJ as an Eclipse project, with the Link created IntelliJ IDEA...
View ArticleHow to delete all unused imports at once?.
I find myself often deleting unused imports manually, you know, the ones grayed out, at least in the Darcula theme. Is there any command to delete them all at once?.
View ArticleFind Usages and Find in Path suddenly slow/locks up
Executing either Find Usages and Find in Path are all of a sudden very slow. Nothing has changed in my projects. Anyone have any idea what could cause this? It can also cause IntelliJ to lock up...
View ArticleNewbie questions
I'm a new user and have some questions:When I press Ctrl+C without a selection in order to copy the current line, the line is selected. Can I configure Idea to just copy, not select, like in Sublime...
View ArticleProgrammatically adding custom tests in ide testng app
Hi. I want setup tests myself (programmatically), but using built-in testng runner, not throught standart main app (uninformative small console report instead of pretty graphics). How i can inject my...
View ArticleLicense activation fails with SignatureException: Signature does not match
Just upgraded to v14 (.224) However, after I enter my user/pass to validate my student license and hit OK I get:JetProfile connection error: SSLHandshakeException:...
View ArticleCross-platform (Win+Mac) usage of Idea 14 keymap approach and best practices
I'm employed company with strong it-security policy and I have to use their machines for the development (with Windows7 on board). For my pet-projects I use my mac. Intellij Idea 14 on both. It becames...
View ArticleGUI Desging
I'm new in both Java and IntelliJ.The way IntelliJ GUI designer works, drives me crazy! I don't understand it at all, I've designed UI in Visual Studio, but they don't look alike!For example I put a...
View Article"Prohibited method" inspection?
Is there any way to have IntelliJ warn when a method is called other than modifying it and adding the @Deprecated annotation? In our case, we never want "Collections.unmodifiableCollection", because we...
View ArticleI can't open spring integration diagram in intellij idea 14
I have a spring configuration file with spring integration flow. I am trying to open the diagram this way:Right click on the file >Diagrams > Show Diagram..But it shows me the diagram with simple...
View ArticleHow can I search for all method calls to a specified interface or class?
Right now, I need to find all references to the interface or class, and then find all references to those, to see the method calls.Can it be done in one command like using Structural Search?
View ArticleRunning Weblogic with specified JDK
Hi, Concretely I want to configure Weblogic to run with java8 and as well with java7 but i can't find a way to specify this in IntelliJ. It picks up the defaut OS java version. Do you know if it is...
View Article