Tom Williamson
- Total activity 120
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 35
-
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 ... -
Created Problem building an "exploded war" artifact - order of facets from modules?
AnsweredI am stuck trying to build an "exploded war" artifact from a multi-module Ant/Ivy project. The project is old, stable and works if built from Ant/Ivy at command line or using Ant inside Intellij... -
Created IDEA can't access update site
AnsweredWhen I click the "Help/Check for updates" link in IDEA 15.0.1, I get this error in a popup. I have to go through a corporate firewall, but I have verified that I can get to HTTPS: sites in a brow... -
Created Intellij + JRebel + Ant Project build
AnsweredWe are using JRebel with Intellij and working on an Ant-based project with a complicated build structure. The Ant task that builds the WAR file does a <filter> command to replace configuration f...