intellij-idea

IntelliJ keyboard shortcut for a particular run configuration

I have a Junit run configuration to run all my unit tests. How can i bind a keyboard short cut to the run of that junit config? ...

Intellij IDE, JSDK home directory

I use linux. What's all about JSDK home directory? What directory should i set? ...

aspectJ in IntelliJ

Hi, I want to write simple example using aspectJ in intelliJ. And... i can't. I can't find any tutorial that shows step by step what and how i should do. I can't find any example with working code. Can someone help me with this? Any link, or simple how to? One class with main, and one aspect. intellij 9.0.2, with aspectj weaver...

intellij idea run configurations backup

I would like to create a script to modify my debug configuration in intellij. The path of tomcat changes, and i have to manually go into the run config and edit things. I have tried to find the place where intellij stores these settings to no avail. question: does anyone know where IJ stores its run configuration ...

Is there a hot key in IntelliJ for this action?

When editing a file in IntelliJ found by searching, is there a hotkey that will navigate to that file in the project tree on left of the IDE? ...

how do I set up a secure web server in Intellij IDEA?

I'm just switching over to IDEA from eclipse, and I'm trying to figure out how to set up a secure instance of tomcat to debug jsp pages that are only being served over SSL. I've got a non-secure port running just fine. What do I need to do to get a secure port? Pointers to docs would be great--I've searched the jetbrains forums and on he...

.vimrc for IntelliJ Idea's vim plugin

I am using the vim plugin for IntelliJ Idea. Where should I place the .vimrc for that plugin. Using Windows XP ...

Intellij prompting for path variables "USER_HOME_GRAILS" and "USER_HOME_GRIFFON "

When I start my project in Intellij 9 (#IU-95.66) I see a red popup in the top right of my screen saying... Load error: undefined path variables! USER_HOME_GRAILS, USER_HOME_GRIFFON are undefined. Fix it. I do not have the Griffon/Grails plugins enabled and never have, why would I get this? ...

In IDEA, after adding a dependancy in maven, my artifact always show's the library needs to be 'fixed'

So every time I add a dependancy to a library using maven in my pom.xml, it doesn't get deployed until I go to module settings and then click on 'fix'. This happend when I added freemarker. Why doesn't IDEA do this for me? Am I missing a step? ...

with IDEA, do you have to organize by package or you can do by folder if you want?

with IDEA, do you have to organize by package or you can do by folder if you want? When using packages, I am forced to put all files under a package, but sometimes I want a folder to hold all 'xxxService' related files like the interface + Impl + helpers. ...

IntelliJ IDEA Newbie.

I'm working on a Scala project and got tired of struggling with Eclipse. It became very slow and crashed from time to time (Don't know if that is the case with everyone?). Anyway, an old post (also this one and this other) convinced me to try IntelliJ IDEA and it has been a pleasant change. The two IDE are not too different, but I will n...

Hiding base class methods in code completion in Intellij?

Does Intellij have any way of customizing the filtering the methods that are displayed for code completion? For instance, if I have a class that implements a Collection, there are a large number of methods that will be displayed when hitting Ctrl-Space or Ctrl-Shift-Space. I would like to be able to code complete only have the methods ...

IntelliJ IDEA project layout, want to break assemblies for re-usabliity with web app and console

I have a web application that I am building using IDEA. There are some libraries that will be used both in the web application, and some that will be run using a cron job. I'm new to java/IDEA, is there a way to have a solution, and then projects within that solution that compile to seperate .jar files? ...

Using IDEA, how to debug web app that is deployed to local tomcat?

Using IDEA, how to debug web app that is deployed to local tomcat? ...

Where do I find Flex plugin for IntelliJ IDEA 9.0 on a MAC?

I have read about the wonders (and sometimes bugs) of working with flex in IntelliJ. I though the Flex pluggin was alredy installed in the Community Edition 9.0.2 version of IntelliJ, but to my surprise I can't find it. Not in the installed plugins nor in the available ones. Nothing. I followed the directions in this tutorial but on the ...

Who uses IntelliJ for real commercial projects?

Just a simple question: Would you prefer IntelliJ? If so, what are the Pro- and Cons? Thx ...

Pair programming, mixed IDE environments?

Anyone got any experience of teams doing pair programming where there is a mixed IDE environment? I'm a long time IntelliJ user, others use Eclipse, which you may have heard of. In my mind pair programming involves a lot of passing the keyboard between the programmers. But every time I get the keyboard I grind to a halt as I don't know ...

Remote Pair Programming in IntelliJ

Herabouts there's a move to have team members working from home. Occasionally we would like to pair. This is now difficult. Any way of doing it in IntelliJ? We're using versions 7 and 8, but if a solution for v9 appeared it would be good prompt to get mgt to upgrade us all. The question is a bit like this question, but for Inte...

How to build cross-IDE java GUI's using "interface builders"?

In a Java project with developers that use different IDEs, say Eclipse and IntelliJ, what's the best way of developing visual components using the tools offered by the IDEs ("Visual Editor Project" for Eclipse and "Swing GUI Designer" for IntelliJ)? If a developer using Eclipse needs to make changes to a GUI written by another developer...

How do I build a desktop application with intellij?

Hi All, I want to build a command line app with intellij 8.1. When selecting the project type I don't see anything that seems like it would fit. Am I missing something? When building a web app it provides a src and an output dir etc. Any suggestions would be greatly appreciated. Thanks, Andrew ...