Ross Goldberg
- Total activity 189
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 53
-
Created IntelliJ config files for Gradle project with enabled ExternalStorageConfigurationManager
AnsweredIf a Gradle project has enabled ExternalStorageConfigurationManager (in .idea/misc.xml), it seems to not generate any of the following files, so they presumably no longer need to be in a VCS: *.iml... -
Created Module-level custom dictionaries
AnsweredCan dictionaries be defined in a module (rather than a project)? If so, how? If a dictionary is defined in a module, does it only apply to files in that module, or does it apply to all files in a p... -
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 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...