Armhold
- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
Created Scala Facet has no configuration?
Hi all,I'm trying out the Scala plugin for the first time. After enabling it and restarting IDEA, it seems to properly recognize Scala files (syntax coloring is correct, I can click through files, ... -
Created error/warning popups get in the way
When the mouse cursor moves over a section of code that has errors/warnings, I get a popup describing the problem in detail. While helpful, it's often a nuisance as it obscures the line/paragraph,... -
Created NPE in com.intellij.openapi.progress.util.ProgressWindow$MyDialog.initDialog
This happens with the latest Community Edition code when opening a simple project.[ 73554] ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_CLI... -
Created How to make "Go to class" dialog show all the matches?
When I do command-N for "Go to Class", it seems to show only the first 20 or so matches. I have to click the "..." to see the next page. Is there a way to increase or eliminate this "max # of res... -
Created newbie question- "git pull" complains about *.iml files
I'm both a git and Community Edition newbie. Why are the *.iml files for Community Edition versioned? Every time I try to do a pull it complains about my local modifications. What's the best pra... -
Created trying to build latest- VcsAppendableHistorySessionPartner undefined
I'm trying to build the latest Community Edition and it cannot resolve VcsAppendableHistorySessionPartner (referenced from VcsHistoryProvider.java).Thanks -
Created Community Edition Developers- where to go?
Is there a forum or area where Community Edition Developers congregate? I'm trying to get up to speed enough on IDEA development. I have a few ideas for new features, but it's hard to wrap one's ... -
Created 94.273: java.lang.NoClassDefFoundError: org/apache/log4j/Logger during JUnit run
JUnit test runs cannot seem to resolve log4j anymore. This worked totally fine in the previous EAP, but fails to resolve in 94.273. I also tried "force re-import all Maven projects" to no good ef... -
Created Unit Tests for Google App Engine in MAIA
Hi,I'm using MAIA build 10372, primarily for the integration of GWT and Google App Engine. It's mostly working well, but I'm running into a problem when trying to run unit tests. I'm following th...