Phil Shapiro
- 活动总数 27
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 8
-
创建于 Multiple IntelliJ configurations with unified IntelliJ
已回答Prior 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.... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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...