David Perez
![Avatar](https://secure.gravatar.com/avatar/fc457680638a929e045dc7f77f472d3a?default=https%3A%2F%2Fassets.zendesk.com%2Fhc%2Fassets%2Fdefault_avatar.png&r=g)
- Total activity 79
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 2
- Subscriptions 26
-
Created How to override a method with content assist
In Java, I'm used to override a method, just by inside the class definition start typing the first letters and then Ctrl+Space.I'm offered the possible overriden methods.But this technique doesn't ... -
Created Unable to use an aar library
I've added this aar library in my build.sbt:libraryDependencies ++= Seq( ...., "com.google.maps.android" % "android-maps-utils" % "0.3")and refreshed the IDEA project.The classes in that depend... -
Created What are the current limitations of the expression evaluation in the debugger?
I'm trying to evaluate expressions in the debugger, and I've faced these limitations: No anonymous functions No access to variables outside the closure In the Java debugger, I can evaluate virtuall... -
Created Differentiate several windows
I have several main windows open at once, each one for a different project.It would be nice if the icons could be different, to tell the difference quickly.For example, Chrome can have different Wi... -
Created Problems disappear when re-opening editor
Congratulations for the good work.Scala support in IDEA has improved a lot recently, it is approaching the level of the quality of Java tools. :)I've discovered, that syntax highlighting is wrong, ... -
Created Mouse clicks and popup windows.
Hi,I'm using IDEA in 2 computers, with very similar setups: Linux KDE desktop Java 1.7.0_45 JDK IDEA 13.1 In one of them, it works flawlessly, but on the other one I can observe the following ano... -
Created Editing Scala scripts
Hi,I'm editing a Scala script, and syntax highlighting and auto-completion do work, except for these symbols that aren't recognized: printf() function "args" Nil .... I think this is a bug, that d... -
Created How to evaluate expressions in a closure
When I'm stopped in a breakpoint inside a closure, I cannot evaluate expressions that include variables that are outside the closure, i.e., variables that need a dollar suffix.Is this a current lim... -
Created Another SBT import error
I'm importing as SBT project exercises project from Coursera.org.Here is the error I'm receiving:Can't register given path of type 'TEST' because it's out of content root.Content root: '/home/david...