Maven updated and existing classpath for a Java peoject?
Hello everyone, If I create a Maven project, and add dependencies in Maven pom.xml, I think Maven will update classpath, and how to see exsting classpath and Maven updated ones for build a Java...
View ArticleFinding & Removing unused classes
Hi, I have a fairly large project, and I want to remove all unused classes. I spent about an hour trying to use IntelliJ's code inspector (Analyze -> Inspect Code...) , and couldn't quite find what...
View ArticleIntelliJ 14.1 Maven changes
I am liking the changes to 14.1 overall but I noticed something different with the way 14.1 handles Maven projects. It use to be where when I am finished working on a Maven project that I would go to...
View ArticleFrequent "Project Files Changed" message ever since upgrading to 14
Hello,Ever since I've upgraded to version 14, I get frequent intermittent popup messages that prevent me from using the IDE until I either dismiss the popup or reload my project. This has happened with...
View ArticleChanged settings storage behavior in 14.1 version
Looks like IDEA caching settins file in settings directory. Because when i want to reset some settings to it default, delete some xml file for example, IDEA remembers old values. Only invalidate cache...
View ArticleRedis as DataSource in the idea
Hey Guys , Is it possible to configure and query Redis as a DSin the idea workspace ? Thanks in advance Roman
View ArticleBookmarks for each project
Hello all, I use intellij idea every day and work with many projects. I have a lot of bookmarks for each project and work with global list isn't convenient. May be someone know how classify the...
View ArticleGetter and Setter in JavaScript
Hi there, I am trying to figure out how I can add getters and setters using the code generate menu. code:var myObj = { config: { _strict; }, ... other code ...} and I need:var myObj =...
View ArticleJavaScript Getter and Setter
Hi there, I am trying to figure out how I can add getters and setters using the code generate menu. code:var myObj = { config: { _strict; }, ... other code ... } and I need:var myObj =...
View Article14.1 - Code reformatter breaks JavaDoc line formatting
Anybody seeing this problem in 14.1? It used to happen in the EAP, but now a coworker who just upgraded to the 14.1 final release is also seeing it: I've played around with all the options I can...
View ArticleGradle Repo Directory referenced in Project
Hello, I used the Maven mechanism in IntelliJ Idea and the support is very convinient. I can download the JARs from Maven Central and IDEA puts the downloaded Library directly in into the Modules...
View ArticleHTML root-relative links
Hi, When deploying HTML files with IntelliJ, is there a way to change the root directory?The problem I'm having is that my project is deployed at localhost/Project-Name and using root-relative URLs...
View Articlehow to get all dependent JARS in Maven easily?
Hello everyone, I am working on a Maven project using IntelliJ. There are many dependencis defined in pom.xml, and wondering if any easy way to get all the JARS (the reason why I want to get the JARs,...
View ArticleIs it safe to apply these JVM tweaks to IDEA?
Hi, I've read this article http://www.infoq.com/news/2015/03/eclipse-optimizer which is related on improving the performance of Eclipse by tunning some JVM parameters.Then I've applied the following...
View ArticleHow I can use the Component Palette when creating JSP, JSF
How I can use the Component Palette when creating JSP, JSF, (as well as for form)
View ArticleGradle Question
I have the latest Community version 14.1. One unit test class is not associated with Gradle for some reason and the test failure due to a library dependency in my build.gradle isn't picked up. I can't...
View ArticleIntelliJ 14.1 Maven changes
I am liking the changes to 14.1 overall but I noticed something different with the way 14.1 handles Maven projects. It use to be where when I am finished working on a Maven project that I would go to...
View ArticleIntelliJ Idea 14.1 cannot open directly a maven project
I just installed IntelliJ Idea 14.1Thank you guys from JetBrains company for all these new features but I noticed a step backwords.I cannot directly open an existing maven project (created with maven...
View ArticleIs it possible in Intellij (surround with method?!/refactoring)?
Hi Intellij Community.I am pretty bad at searching internet for this functionallity I will describe. I would like to ask if this is possible in intellij?Let's say I have line myVar.getId(); and I would...
View ArticleCan I highlight in editor custom build errors?
Hello, I have a custom build script that I want to run. It has standard output of the form filename:line_number:err_msg similar to vim's errorfmt and the build succeeds if the script ends with error...
View Article