Using GWT compilation with maven
Hello, I have a gwt-maven project using Jboss but sometimes the build artifact for GWT doesn't work.I add the mygwtproject:war exploded to my Jboss deployment, and change it's path to...
View ArticleSome way to integrate change sin Community with Ultimate?
OK i made a change in community. I want to use my change in everyday development, which I do with Ultimate. Aside from hacking Ultimate by swapping out the effected class files is there some way to...
View ArticleIDEA 13 being slow in running my groovy program
IDEA 13 have been quite slow in testing my groovy program. Every time I click run, it takes 5 seconds to check and make, then 4 seconds to load the program I wrote, which is just a simple groovy...
View ArticlePython - Idea reports "cannot find reference 'alarm' in 'signal.py'
Idea doesn't seem able to properly validate signal.ALRM or signal.alarm, I get the warnings above when I use them. Is this something I can tweak in the settings?
View ArticleIs there a way to run your modified community build?
I modified community source. Now I want to use that modified version of community instead of the one from Jetbrains . The only way I know how to do this is to launch the community from JB, open my...
View ArticleJavascript Inspections extremely slow even in tiny files
Prior to IDEA 13, Javascript inspections were nice and fast. Now in 13, with no change in our settings, they almost never complete, they just hang in "analysis". Anyone else experiencing this?...
View ArticleDisable text "rollups"?
IDEA does this thing where it hides text by replacing it with something shorter. Here is an example: log4j.appender.filer.File=${user.home}/logs/app.log gets replaced with:...
View ArticleIntellij Idea 12 IDE talk connect
=INFO REPORT==== 2014-01-28 10:05:08 === I(<0.456.0>:ejabberd_listener:281) : (#Port<0.437>) Accepted connection {{10,67,254,75},51851} -> {{10,67,254,101},5222} 2014-01-28...
View ArticleERROR: Android Pre Dex: [FILENAME] Android SDK is not specified
Hello, I am creating a Java program using IntelliJ IDEA 11.0.2, but when I try to Complie or Run my program I get this error "Android Pre Dex: [FILENAME] Android SDK is not specified". I am new to Java...
View Articleannotation processors running not supported for module cycle
I am on a MACPreferences->Compiler->annotations processors turned offbut suddenly I can't run a test codemessage --> annotation processors running not supported for module cycle ....(well for...
View ArticleScala plugin for IDEA 13
I downloaded and installed the latest stable release of scala, scala 2.10.3, and also installed the Scala plugin for IDEA 13, however, it says it can not find /doc/scala-devel-docs/api. Anyone can help...
View ArticleIDEA 13 SVN TFS .tfignore
TFS supports a .tfingore file that excludes files that match a certain pattern from being checked in. Howevver, looking at the repository, changes have been committed correctly. First make sure the...
View ArticleJavaScript autocomplete excessively agressive
I'm working with JavaScript in IDEA ultimate 13.0.2 and it's aggressive in completing where it shouldn't. Here is my specific problem. I want to type the following code: var x = { prop: "123" } What...
View ArticleHow to set indent size of .html.erb file?
I'm using IntelliJ IDEA 13.0.2 with Ruby plugin.I want to set indent size of .html.erb file.I tried to open Settings dialog and select "Code Style - General", "Code Style - Ruby", "Code Style - HTML"...
View ArticleMantis Task Integration
Hi All! I am trying to enable the mantis task integration in IDEA 12.1.6 and it fails against two separate servers. Here is the error from server 1: When pressing 'Login' a popup serves me the message:...
View ArticleCompare, ignore comments?
Anybody know of a plugin that'll let me use the compare pane, but add Ignore comments, ignore comments + whitespace ? We've changed our code style guidlines and code forrmatter settings several times...
View ArticleLimits of null dereference checking
Are there limits to the null inspections scope. Wondering why I'm seeing these despite being wrapped by commons collections helpers?
View ArticleWildcard support in javascript
the "1391230109000" is derived by salesforce, and changes on each new upload of my js files - is there a way i can wild card that remote URL, so my debug does not break Error:Error:line (3)java:...
View ArticleGrails: Cannot resolve symbol 'group' in UrlMappings.groovy
I am using the following to create a URL mapping group inside UrlMappings.groovy: group("/rest") { "/events"(resources: 'event') "/candidates"(resources: 'candidate')...
View ArticleJPA Console - Missing table: MockSecureEntity
Hello I have spent quiet some time now trying to get the JPA console working on my IDEA 12 installation. At first i struggled with classpath issues but i think that is resolved now. What happens now is...
View Article