Phil Shapiro
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 8
-
Created Multiple IntelliJ configurations with unified IntelliJ
AnsweredPrior to the 2025.3 release, I had two versions of IntelliJ installed on my system. Once was a licensed copy, paid for by my employer, with the plugins installed that I use for my work development.... -
Created Editor handling of mouse double-click
I was going to file a bug on the way that the Intellij editor handles double-click, but I thought I'd first look at the documentation and see if my assumptions about what the editor should do and w... -
Created Any way to show error indicator for file in all views?
Intellij marks files that contain errors (and the containers for those files) using the red squiggle underline. This indicator shows up in the breadcrumb view, the editor tab title, and the project... -
Created How to add a directory with recursive search to class path?
I have a bunch of .jars I need to add to my project that are delivered in a directory tree structure. Right now I'm adding each directory individually as a dependency as part of a library component... -
Created Replace in Path and Java imports -- any way to get these to work together?
I'm updating a ton of code from hibernate 3.x up to 4.0 and need to do a ton of batch search/replace operations.Doing a batch search/replace is easy, I use Replace in Path, and then click on All Fi... -
Created How can I create a class path dependency that uses an environment variable?
I have a project that depends on a set of .jars that users have locally installed, but are not under source code control. These jars are installed in different places on different machines (mainly ... -
Created Keyboard focus issues with IntelliJ on Mac OS
I'm seeing some flaky keyboard focus issues with IntelliJ IDEA. I've got IDEA 10.5.2, and am running OS 10.6.8.The problem most often occurs when I'm using the version control diff window. Once the...