Tempate or HotKeys? Can Inserting Commit be made easy with IntelliJ
I have a question about IntelliJ and I dont know if the following can be done with Temapaltes or Hotkeys or something. As I am coding I like to put in comments in the following format: /* / Date:...
View Articlespring mvc tests do not run from IDEA
Hello, recently I have just checked new spring module called: spring-test (from Spring 3.2 - yes I know IDEA 12 has support for 3.1).I created simple tests but I could not run theme from IDEA (ctrl +...
View ArticleIntelliJ IDEA shortcuts/workflow for populate fields from one object to another
There area lot of classes in my codebase that have an object passed into its constructor to populate its fields from that object's fields like the following:public class PersonDataHolder { private...
View ArticleIntelliJ false syntax errors on AspectJ methods in Spring Roo project
I have generated an application using Spring Roo. It is using MongoDB repositories. References to the methods in the Roo-generated repositories decendents are being highlighted in IntelliJ as errors...
View ArticleConfused by Folder Colors and Associated Actions
I created a Maven project, and the src folder is orange and I can't create a package beneath it -- even if I remove the folders underneath. Another developer who created a similar project has a package...
View ArticleProblems creating Play 2 projects and modules in Intellij 12
Seeing this page on confluence http://confluence.jetbrains.net/display/IntelliJIDEA/Play+Framework+2.0,I thought that there is out-of-the-box support for creating Play 2 projects in IDEA 12. However,...
View ArticleHow to launch the 'Idea 12' with 'Java 7' on OS X.
Hi,the Idea 12 IDE starts with java 1.6.0_37 by default on my OS X (mountain lion) machine.I would like to start the IDE with my default Oracle Java 7.How is it possible? I have already exported...
View ArticleUsing IntelliJI database console where is commands saved?
I am using the IntelliJI database console and wouold like to know where is commands are saved? I see if I close IntelliJ and reopen it I still have all my commands. I would like to back them up so can...
View ArticleAdding JBoss 6 as application server
We are starting a new project on JBoss 6, and I have a problem adding it as an application server.IDEA constantly warns me the the selected directory is not a valid JBoss home, though I have just...
View ArticleSpecify test runner window size for FlexUnit tests
Hi, Since we sometimes use FlexUnit to display views larger than the Window size, we are looking for a way to make the window bigger by default (without having to resize it manually each time). Is...
View ArticleIntelliJ generating bad get/set method names?...
IntelliJ is by default generating what I consider to be very poor getter/setter method names. I'm trying to figure out if this is because of something I'm doing, or if it's just IntelliJ. For the...
View ArticleHow are you supposed to do this simple SVN task in Intellij (read docs)?...
I've been reading the SVN help files and going over the options within IDEA (12.0.3) and I'm wondering how to easily do a merge of a branch into trunk? Basically I want to do this, that I can do easily...
View ArticleRead ANE dependencies from Maven configuration
Hi, I have a Maven/FlexMojos build that works perfectly well with IntelliJ 12.0.4. However, in the process of adding AIR support to this project, I have an issue with dependencies that are Adobe Native...
View Articleauto-import choosing broken (for me)
When I have a Class name in red, I used to be able to mouse-over it (or something -- I never could figure out the logic definitively) and see a guess or several offered for adding an import to the...
View ArticleThe new View Breakpoints dialog in version 12
One word for the revision of the View Breakpoints dialog in IJ 12: Wha? My gosh, I've been using it for a couple of weeks now and I still have usability problems with it. The short list: -...
View ArticleCommunity edition and Kotlin
Does the community edition of Intellij support the Kotlin plugin? I use ultimate at work but want to be able to develop kotlin code at home and hope I can use the community edition. thanks
View ArticleHow to get GWT compiler output where I want it?
For reasons that I have to ask you to accept as a given, I need to have my GWT application be built such that all the output is available at "/Foo/bar/1.0", rather than the normal "/". Specifically, I...
View ArticleStarting iml project file without launching IDE
How can I open iml project file without launching IDE?Error screen in attachment. PS. IDEA 12.0.4
View ArticleFormatting spaces within braces { } of an Annotaiton
For annotation: @Test({Foo.Bar}) Is there a setting that creates spaces within the braces so it will look like this: @Test({ Foo.Bar })
View Articleintellij code formatting like PHPStorm???
Hi Everyone,I've been using PHPStorm for over a year now, but I'm trying out IntelliJ because I need the Actionscript support. When I create a web module project in IntelliJ, everything works great...
View Article