David Perez
- 活动总数 76
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 2
- 订阅数 26
-
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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, ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...