IDE for Java applications


If you have a Groovy-only project, You might have to tell it about your stupid Groovy JAR file:
The way to do this (I think) is to tell IntelliJ about your Groovy crap like this:
# Open your Groovy IDEA project. # Go to IntelliJ....Preferences # Go to Project Settings # Press "Attach Jar Directories" or something.
Point to your groovy/lib directory where you have groovy installed.
| Page | Description | Tags |
|---|---|---|
| Applescript | Is cool. This script will run iTerm, open a new tab, and CD to the directory that was specified in the arguments to the script. -- Put this in open_iterm.scp… | intellij, idea, iterm, applescript |
| IDEA Keymap Utility | IDEA's keymap utility is very handy, and is up to par with what I'd expect. My requirements are: * Be able to look up menu commands using a text search. F… | intellij, idea |
| IDEA Whines | Keyboard mapping could be a little more cohesive. For example, * To stop a Grails application, it's Cmd-F2 * To re-run a Grails an application, it's Ctrl… | idea, whines |
| IdeaVIM | Allows you to use Vim-interface from within IntelliJ IDEA. * <http://ideavim.sourceforge.net/> You get the code formatting features of Idea, as well as som… | idea, vim, plugins |
| IdeaVIM Readme | I copied the README file from version .11.6 for IDEA 7.x. See also the help file that's installed with the plugin. After you install the plugin, go to the IDE… | vim, idea, plugins |
| IntelliJ IDEA | IDE for Java applications * .ipr - FIXME * .iml - FIXME * .iws -- This is a transient file, don't store it in repositories. If you have a Groovy-only pr… | ides, java, idea |