Tom Williamson
- Total activity 120
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 35
-
Created Collapsed code view different than code folding?
AnsweredThere is apparently a new “helpful” code folding feature which I can't figure out how to turn off. At the top of each Java code window, the first line (or lines) of code, showing the class name,... -
Edited Why does "Refactor" suddenly remove unused imports?
AnsweredI have used “Refactor>Rename” (Shift-F6) for a long time. There seems to be a new “Feature” - Renaming a static string seems to remove unused imports from my Java class.Refactoring “private stati... -
Edited Why doesn't Maven "Settings" retain my local Maven install?
AnsweredI am using IntelliJ 2023.1.2 Ultimate Edition on Windows 10 64 bit. I have a local Maven installation in my (for example) C:\maven\maven-3.9.4 folder. I have set my Intellij settings at \Build, E... -
Created Center panel of "Resolve Conflicts" window is also locked?
AnsweredI have Intellij 2021.2.1 and am having trouble using the "Resolve Conflicts" merge window with a simple Git merge. The instruction page here: https://www.jetbrains.com/help/idea/resolve-conflict... -
Created Turn off Property placeholder resolution?
AnsweredI work with a lot of XML files that contain property placeholders of the type used by Spring (typically ${my.property.name}): Occasionally the IDE will be "helpful" and display the resolved value ... -
Created Smart code completion broken by 2017.1 update?
AnsweredThe smart code completion for things like method names and property names (in Maven POM files particularly) seems broken after the latest update. When I try to enter a property name, it seems lik... -
Created Where are the IvyIDEA logs?
AnsweredWhere are the logs for the IvyIDEA plugin stored? I have the logging cranked up to "All" in the settings, but not seeing anything. I need the logs because I'm getting a weird cert error using Ivy... -
Created Kotlin plugin generates NPE over and over?
AnsweredAnybody else run into this on Intellij 15.0.5? I got this error over and over again every few seconds - finally had to disable the Kotlin plugin. Not sure what all Kotlin's used for internally ... -
Created Is there any way to manually invoke facet detection?
AnsweredI saw a post on this from 2007: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206308989-How-To-Manually-Invoke-Facet-Detection but has there been any progress on it? It would b... -
Created Environment variable for Tomcat log directory?
AnsweredIDEA Ultimate's Tomcat integration is great, but I was wondering if there's an environment variable to point to the (temporary) Tomcat working path, not the Tomcat installation. I repeatedly need ...