Jetbrains - support.jetbrains.com
General Information:
Latest News:
How to add scalatest to project? 21 Oct 2012 | 06:08 am
I'm trying to work on a Scala project in IDEA, and need to add the scalatest library to the dependencies. However, the things that I've tried in the "Project Structure" screen have not worked, and I w...
Custom Navigation for Backbone/Rails App 20 Oct 2012 | 10:38 pm
I'm doing lots of backbone/rails apps these days. I love how RubyMine has built-in navigation icons that let you jump from a Rails controller to view and back. Can I add my own custom icons for fast...
!! operator and evaluation 20 Oct 2012 | 05:37 pm
Hi! I'm playing with Kotlin -> Javascript and have this simple class: class Box(val tag : String) { public val element: Element = window.document.createElement(tag)!! } And this is part of the ge...
kotlin Annotation compiles, but seems error byte code generated 20 Oct 2012 | 11:46 am
I'm translating ebean-jaxrs to kotlin: Provider Consumes( MediaType.APPLICATION_JSON ,"text/json") Produces( MediaType.APPLICATION_JSON , "text/json") public class JaxrsJsonProvider : MessageBodyW...
A way to stop code analysis on commit? 19 Oct 2012 | 10:57 pm
Hi, Whenever I commit code it takes a long time because RM is analyzing it. I click the guy-icon on the status bar and reduce the level from "inspections" to "syntax" which causes him to face to the...
Indenting ERB templates as HTML 19 Oct 2012 | 10:03 pm
Why does RubyMine apply Ruby indentation rules to HTML tags in an ERB template? Is there a way to change this? It's very annoying.
is there a way to CREATE tasks in task provider ? 19 Oct 2012 | 05:01 pm
when i'm talking about creatig, i'm not talking about openining a new task based on an existing one in the repo, but actually creating from scratch the task and presist it in bugzilla
What are differences between Idea+RubyPlugin and RubyMine? 18 Oct 2012 | 12:12 am
We have full licenses for idea 11 (mainly for scala, but also ruby for chef) and are getting ready to do a large rails 3 app. What do we loose by using the plugin vs the full rubymine product?
Install Gem File Permission Error 16 Oct 2012 | 08:25 pm
During my initial installation, everything worked fine, and I could install Gems through RubyMine. Now I am only able to install gems through the Console. I get the Error: "You don't have permissions ...
Setting AndroidMock 21 Aug 2012 | 12:11 am
Hello, I have an android project and am trying to write tests using AndroidMock. For that I added AndroidMockRuntime.jar as a dependency (using jar option) in my test module. Then I wrote my test as ...