ee 6 App: clicking on application v6
<display-name>NotificationServiceEAR</display-name> <module> <web> <web-uri>NS.war</web-uri>...
View Article[UiAutomator] Referencing the apps string.xml resource file
I'm using UiAutomator to test our android app, in intellij how do I link or reference the parent apps resources? I do have access to their code, but from IntelliJ's point of view I only have my test...
View ArticleIntelliJ IDEA 13 TFS .tfignore
As of TFS 2012, TFS supports a .tfingore file that excludes files that match a certain pattern from being checked in. More information is available here...
View Articlevariable occurences highlight / Idea12 vs Idea13 way
Hi, When you put the cursor on a variable|method you see its usage in the current code highlighted. In Idea12 it was highlighting with background color, in Idea13 it's highlighting with underline.How...
View ArticleIntelliJ won't show multiple projects in project pane
Hi all, I'm a brand new IntelliJ user, and I'm enjoying the application but I've run into a problem. I've tried searching to forum for an answer, but have had no success. IntelliJ was showing all my...
View ArticleIntelliJ 13 and Android Studio
Just upgraded to (paid) IntelliJ 13 and I'm wondering whether the Android Studio components have been fully integrated or is it still the case that we need to use AS to get the most out of Android...
View ArticleRepository view not showing all revisions
Hi! In my Changes->Repostory view, I am seeing a subset of the revisions. Weirdly, the revisions go back in time to 2007 but only a small sampling are shown (sometimes one or two per month, though...
View Articlecompilation fails after upgrade
For three years running I have been using IntelliJ without a problem to recompile about a dozen servlets from time to time. I had help in getting IntelliJ set up for this. But now it tells me: - Using...
View ArticleHow to find what project(s) use a specific External Library
We have a multi-project (maven and gradle) setup and bring in lots of various dependencies. The External Libraries listing is great, but we haven't found a way to find out for a specific External...
View ArticleOnly "Reformat code" selected file types on commit?
We are working on a big project with many Java, HTML, CSS, LESS, Javascript and Coffeescript files. The backend developers LOVE to automatically reformat their Java code on commit. The same goes for...
View ArticleBuilding GanttProject in IDEA
Hi!I'm trying to build GanttProject (http://www.ganttproject.biz/)There is an instruction: https://code.google.com/p/ganttproject/wiki/GP20ForDevelopersIt describes how to build it in Eclipse, but...
View ArticleConfiguring port for local jetty server
I can't seem to find any way to specify what port to use instead of 8080 when using a local jetty configuration. Adding -Djetty.port=8088 to VM Options does not help, and there is no visible setting in...
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 ArticleIntellij 13 with Dart plugin, no Dart: Build option listed
I posted this under the comments on the plugin page, but I thought I would add it here in case it was a better place for the discussion. I am currently using Intellij 13 Ultimate with the Dart plugin....
View ArticleScala+SBT: Cannot resolve symbol
I was getting IDEA errors on imports and other classes of the form "Cannot resolve symbol" although compilation was working fine. I have a multi-project build.sbt file with a multi-layered dependency...
View ArticleSQL Language Injection in IntelliJ IDEA 13
Hello, I've been having some trouble getting the language injection feature to work. For example, I do a lot of Python work in IntelliJ and when I start typing a SQL query in a string literal and hit...
View ArticleTomcat deployment directory
Hi, I have a webapp which is deployed to a local Tomcat (6.0.x), located in R:\programs\apache-tomcat-6.0.36.I want IntelliJ IDEA to deploy the webapp to the \webapps subdirectory of the aforementioned...
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 Articleidea 13 gradle multiproject setup with android module
Hi everybody, I am trying to import gradle project with 4 subprojects. One of those is android project (gradle with android plugin).However, after I import gradle project to IDEA 13 all sort of...
View Articlebuilding community source
One day in the not too distant past, (within the timeframe 13 has been available) I downloaded from github the Intellij source, followed the instructions and sucessfully built it. Yesterday, I did the...
View Article