git revert not working in 13.1.3 community edition
Hi- Not sure if it was related to 13.1.3 upgrade I did or not but my Changelist has many files that I did not make changes to. The diff to its latest version in git repository finds no difference and...
View ArticleModify non-Live template "Surround With" snippet
I often use "Surround with try/catch" from the "Intention Actions" menu to surround a method call with try and the appropriate checked exception catch blocks. There are two things I have been unable to...
View ArticleHow to gracefully shutdown jetty in intelliJ idea 13?
intelliJ idea 13 come with a jetty integration plugin, which can active jetty modules & run jetty's start.jar.but when using this plugin to development, i found there is no way to shutdown the...
View ArticleIDEA 13.1.2 / Team Foundation Server - TFS - linking work items
Hi, I'd like to link my checkins to work items, which there seems to be a dialog for - but when I search, I don't seem to be find anything: All My Active Work Items - finds noneAll My Work Items -...
View ArticleIDEA 12.1.6 / TFS error - workspace nnn does not exist
Hi, We are migratiing from Subversion to Team Foundation Server (TFS) - because its our standard I am trying to configure IDEA to use our new TFS repo, but I am getting some errors. I have tried both...
View Articlehandshake failed error with Remote Debugging
Hi,When I try remote debugging on my mac it work without any problem but when I'm try it from on local vagrant box machine i got the following exception in the event log Error running retailapp: Unable...
View ArticleWhere is "PHP Empty Project"?
Recently I switched from PhpStorm to IDEA and found out that there is no “PHP Empty project” option while creating new one. Only “Composer project” to choose that forces to install at least one...
View ArticleControl Python wrapping for conditionals and list comprehensions?
Is there any way to set up Code Style to control how Reformat Code handles wrapping for conditionals and list comprehensions? Consider the following two snippets: if...
View ArticleEmpty Spring MVC tool panel view?
I have a question about Spring MVC tool panel view in Intellij IDEA (using v13.1.3).I found some documentation on JetBrains web site, which seem to show this view showing all URL mappings in all...
View ArticleDB initialization: Where to put java class that salts password?
I've got a web application deployed as a WAR. I'm using hibernate. My SQL DDL populates the database upon web application startup via persistence.xml e.g. <property...
View ArticleIntellij 13.1.3 copies JPA metamodel .java files from generated-sources into...
I have Intellij set up to generate JPA static metamodel classes. Intellij puts the metamodel classes in $PROJECT_HOME/target/generated-sources/annotations. When Intellij builds the application it...
View ArticleIs there a way to display the console in a Chronron playback?
Title says it all. I print data in my program and would like to see the output.
View ArticleIntelliJ idea 13.1 redeploys entire project if new jar is added or removed...
Hi Guys. I have been using idea since version 6. For a long time and Here in our company we have really huge project consists of 7 modules. Redeploying takes 4-5 minutes(copying all .class files and...
View ArticleWhy Idea 13.1.3 is copying all files again for any jar change
We have pretty huge project containing over 10K classes and enourmous number of files(jsp and asset files), If I change any jar in idea(add new one, delete existing one) then start the tomcat Idea...
View Articleupgraded to intellij 13, now it seems like the inspection that suggests a...
Hi.. i just upgraded to intellij 13 and I seem to have lost one of my favorite inspections: the one that suggests to me when i can make a field of a class final. I am uploading a screenshot that...
View Articlehow to manual stopping make in intellij idea
hi, i am facing a problem when i want to stop make my project with intellij ideawhen i click "background task " at the buttom and try to stop make,but it doesnt' work and i cannot continue to...
View ArticleHow to make tool windows remember their monitor and position in IntelliJ Idea 13
How to make tool windows remember their monitor and position in IntelliJ Idea 13?Is there a way to do that?I have 2 monitors with different resolutions.I like to keep the main window of the IDE (and...
View ArticleFind Symbol : Filter search results by class name
Hi All, when I do find symbol, is there any way I can narrowdown my search criteria by the class name. Example if I'm looking for method "parse" is there any way I can say only give me the...
View ArticleIntelliJ to move a class along with any conflicted classes to a new package?
When I select Refactoring > Move on a Java class and as a result IntelliJ warns that'll cause conflicts for other classes (e.g. moving to another directory so now another class doesn't have access...
View ArticleIdea doesn't see method created by my local AST transformation in Groovy
Hi. When I use @Log or @Delegate AST transformations in Groovy Idea suggests those fields/methods. With self written local transformation which adds new methods Idea doesn't see new methods...
View Article