0
votes
5answers
50 views
will installing several IDEs cause problems
I'm trying to evaluate a number of IDEs like Eclipse, intelliJ, Aptana, etc. to see which one suits my needs. My question is should I expect any problems from installing several ID …
0
votes
2answers
34 views
Restoring the IntelliJ IDEA “Project tab”
By default the IntelliJ IDEA interface contains the following tabs/panels:
Project (tabbed to the left)
Structure (tabbed to the left)
Commander (tabbed to the right)
Ant Build ( …
0
votes
1answer
49 views
How do I enable Grails support in IntelliJ IDEA Community Edition 9.0 BETA?
The IntelliJ Groovy/Grails support in IntelliJ IDEA 8.1 is great.
However, I've recently upgraded to the new and recently open-sourced IntelliJ IDEA Community Edition 9.0 BETA. S …
0
votes
2answers
43 views
Grails 1.1 and how to info level logging
Which setting do I now use to produce logging output with 'log.info' statements within my own controllers?
Here's what I've setup in config.groovy and I thought placing my domain …
0
votes
2answers
199 views
What is the best IDE to develop Android apps in?
I am about to start developing an android app and need to get an IDE. Eclipse and the android eclipse plugin appears to be the natural choice. However I am familiar with intelliJ a …
1
vote
2answers
33 views
How to move IntelliJ file tabs?
In IntelliJ, when you open a bunch of source files, is there a way to rearrange the order of the file tabs? In Eclipse you can drag and drop but I don't see a way to do this in In …
0
votes
2answers
17 views
How to clear the IntelliJ project index?
I've run into trouble that makes me suspect there is a bad index file that needs to be cleared. The symptoms are:
Cmd+N will only find a subset of classes in the project
Trying t …
0
votes
2answers
19 views
Limiting IntelliJ IDEA import suggestions on completion
When I type the name of a class which will need to be imported, IntelliJ lovingly pops up with a list of suggestions. However, most of the time those suggestions are things I'd nev …
1
vote
1answer
29 views
Changing tab order in editor window of Intelli-J IDEA
Does anyone know whether it is possible to change the tab order that tabs are displayed in the Intelli-J IDEA?
Sometimes it is handy to have two specific tab together so that it i …
5
votes
4answers
85 views
Synchronized and local copies of variables
I'm looking at some legacy code which has the following idiom:
Map<String, Boolean> myMap = someGlobalInstance.getMap();
synchronized (myMap) {
item = myMap.get(myKey);
…
1
vote
2answers
31 views
How do I increase allocated memory in jvm for Grails commands on IntelliJ IDEA 9 Beta ?
I use Windows Vista , 4GB RAM , Core2
I have tested with this idea.exe.vmoptions :
-Xms64m
-Xmx512m
-XX:MaxPermSize=256m
-ea
-agentlib:yjpagent=disablej2ee,disablecounts,disablea …
0
votes
1answer
17 views
Copy and pasting multiple items to the clipboard in Intelli-J IDEA
In Intelli-J IDEA is to possible to have multiple items in your clipboard and selectively choose the item before pasting. Also, what would the keyboard shortcuts be?
0
votes
2answers
21 views
Connecting to an instance of Grails inside Intellij from outside localhost
Not sure if this is just a minor configuration issue or otherwise, but when I run my grails app from within IntelliJ (via either run or debug), I never seem to be able to hit it fr …
0
votes
2answers
41 views
‘Remove middleman’ IntelliJ refactoring on an empty interface
I have an interface which is now empty, and extends another interface. I'd like to remove the empty interface and use the base interface, and am trying to find the correct refactor …
1
vote
0answers
22 views
“Resource not found” when building Android app under IntelliJ 9.0 Maia Public Beta
I'm trying to port an app from Eclipse to IntelliJ. The app builds fine but it fails to run properly.
Here's a partial stack trace I receive:
ERROR/AndroidRuntime(957): …
