Ross Goldberg
- 活动总数 189
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 53
-
创建于 Correct value in vcs.xml for directory attribute of mapping element
已回答I have two IntelliJ 2018.1.3 Mercurial Java projects that both seem to work correctly, both in IntelliJ and in Mercurial. Their vcs.xml files, however, differ in one minor way: One has: <mapping di... -
创建于 Prevent IntelliJ from trimming whitespace when pasting into Find text box
已回答I forget when this problem started occurring, but, for some time now, IntelliJ trims whitespace whenever I paste into the Find (or the Replace) text box. How do I prevent this? A while ago, Intel... -
创建于 IntelliJ Java Flight Recorder (JFR) integration
已回答Are there any plans to integrate IntelliJ with Java Flight Recorder (JFR), either built-in, or via a plugin? The JFR API is now supported by Oracle, and they might open source the code soon. -
创建于 Debug tool window setting: All / Auto Variables Mode
In the Debug tool window settings, what exactly is the difference between "All-Variables Mode" & "Auto-Variables Mode"?Also, when the Debug tool window settings menu shows "All-Variables Mode", doe... -
创建于 Keyboard shortcut for Apply Changes in Changes View
In the Changes View, is there a keyboard shortcut for Apply Changes?Is there one for Ignore Changes?Is it possible to select text in one side of the Changes View, and then apply all of the changs f... -
创建于 Creating new Groovy library
How can I create a new Groovy library?In Project Structure > Global Libraries, the + button only allows creating a Java library or one From Maven...Shouldn't I be able to create any type of library... -
创建于 Compare any two Mercurial revisions
已回答In IntelliJ, how can I compare any two Mercurial revisions?I want to see a left-hand tree view of all different files between the two revisions, and right-hand pane displaying the differenes for th... -
创建于 IntelliJ not showing all Mercurial revisions of file
For some reason, IntelliJ is not showing all Mercurial revisions of a file.I did my hg pull from the command line,, so maybe that caused the problem.I tried invalidating caches and restarting, but ... -
创建于 Test classes unable to resolve normal classes for Grails 2.5.0 project in 14.1.3
When I try to build my Grails 2.5.0 project from scratch in IntelliJ 14.1.3 (via menu Vuild -> Rebuild Project), I get groovyc errors that my test classes cannot resolve my normal classes, like:Err... -
创建于 Groovyc: unable to resolve class ...
When I try to compile my Grails 2.2.4 project on IntelliJ 14.1.1 running on Oracle JDK 8u40 on OS X 10.10.2, I get the attached compilation errors.Many are of the form:Error:Error:line (<#>)Groovyc...