The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
18 views

How to view Dependencies Diagram in IntelliJ

Using the Jetbrains guide, I'm unable to get the UML dependency diagram loaded. There doesn't appear to be any requirements to utilize this feature.
0
votes
0answers
44 views

Windows 8 and Intellij IDE 12 [closed]

I am a bit frustrated right now. On my Windows machine I am unable to turn off the read-only feature on any folder. I have tried using the attrib -r +s X:\Programming command and it does not work. The ...
0
votes
1answer
63 views

How can I make my ISO_Level5_Shift arrow keys work in Java Swing GUIs?

I have a keyboard layout that uses ISO_Level5_Shift to provide arrow keys. From my layout symbols file: key <AC06> { type[Group1]="EIGHT_LEVEL", [ d, D, ampersand, U2227, Home, Home, ...
1
vote
1answer
274 views

How to specify ANDROID_HOME path for Maven under IntelliJ

I'm very new to Maven, and on top of that I'm forced to use the IntelliJ which is new environment as well for me. While building project with the Maven in IntelliJ 12.0.3 I'm getting compilation ...
1
vote
1answer
67 views

Git executable for IntelliJ on Windows 8

I'm running Windows 8 and for proper IntelliJ 12.0.3 configuration I need to give IDE information where it's able to localise the GitHub executable. Since I'm new to the Windows 8 platform, I tired ...
1
vote
0answers
33 views

Intellij setup git macro

I would like to know if its possible to setup a macro for git. I want to be able to shortcut a git workflow : for instance : git checkout b git pull git merge a git push git checkout a
0
votes
1answer
226 views

IntelliJ emacs keymap - how to configure Ctrl+L to recenter?

Ctrl+L in emacs runs recenter-top-bottom which centers the buffer with the current line appearing in the middle. IntelliJ has an emacs keymap, but it doesn't have Ctrl+L. How do I configure it to ...
0
votes
1answer
156 views

Specifying the groovy distribution in intelliJ when creating a new project

I've been following these directions to set up a project in IntelliJ with groovy support, but I get blocked at step 3 because the location of my groovy distribution is not specified, and IJ refuses to ...
0
votes
1answer
43 views

How to avoid quote separation for Clojure when using Intellij IDEA's “reformat code”?

I am using Intellij IDEA 10.5.2 with the La Clojure. In Clojure, the quote (') character is accepted and is used in operators such as *' to multiply arbitrarily large numbers. The problem is that ...
1
vote
2answers
166 views

Is there a RubyMine equivalent of TextMate's “Reveal in Project” shortcut?

One of TextMate's many nice features is that you can type Ctrl+Cmd+R to show the file with current focus in the navigation sidebar (opening up parent folders as necessary). I haven't been able to find ...
0
votes
1answer
344 views

Context menu on Intellj IDEA

I have installed Intellij IDEA 10 on Linux (Ubuntu 8.04) and the way the context menu works is annoying me. The context menu is visible as long as I keep the right button pressed (if I release the ...
0
votes
2answers
134 views

How do you copy a class on to UNIX?

How do you copy a class (from intelliJ) on to UNIX (using putty)
4
votes
1answer
927 views

IntelliJ Idea cursor-wrap goes to infinity and beyond instead of next line on Windows

If I reach left-most end of a line and press left-arrow it doesn't take me to the previous line. Similarly, if I keep pressing right arrow, the cursor keeps going towards infinity, without ever ...
5
votes
2answers
588 views

What's the shortcut key to jump to the end of a line in intellij idea 9?

What's the shortcut key to jump to the end of a line in intellij idea? I'm using Mac OS X version
0
votes
1answer
766 views

Is there a problem with ctrl-shift-F10 shortcut when using FreeCommander and IntelliJ IDEA?

I am using IntelliJ IDEA and FreeCommander at the same time. In IDEA the keyboard shortcut ctrl-shift-F10 is standard for running unit tests. This works fine, except if I have FreeCommander running at ...