Ross Goldberg
- Total activity 189
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 53
-
Created Correct value in vcs.xml for directory attribute of mapping element
AnsweredI 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... -
Created Prevent IntelliJ from trimming whitespace when pasting into Find text box
AnsweredI 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... -
Created IntelliJ Java Flight Recorder (JFR) integration
AnsweredAre 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. -
Created 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... -
Created 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... -
Created 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... -
Created Compare any two Mercurial revisions
AnsweredIn 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... -
Created 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 ... -
Created 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... -
Created 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...