Support feedback:
The perforce plug in for IntelliJ fails to recognize when
directories are mapped in the client spec
For Example:
//depot/code/work/... //LOCAL/code/work/...
//depot/code/work/web/website/...
//LOCAL/code/work/web/web_src/website/...
On every refresh it places any files in the local directory
code/work/web/web_src/website/... into the Modified without checkout
group.
It also appears to skip those files on a commit changes.
When adding a new file in the remapped directory, it gets listed twice
in the changes:
Once with the path as it exists on disk, and once with the path as it
logically exists in perforce. For example:
/code/work/web/web_src/website/newclass.java
And
/code/work/web/website/newclass.java