0.5.0 Release
v0.5.0 of the P4 plugin for InteliJ community edition is now available. It includes the ability to associate jobs with changes during check-in, compatibility with IntelliJ running on JDK 1.6, and many bug fixes.
- Added support for IntelliJ on JDK 1.6. (#28)
- Compiled under JDK 1.6, and removed JDK 1.7-specific API calls.
- Added job support to check-ins. (#25 & #26)
- Experimental: the list of acceptable job status values are pulled
from the server. If these are inaccessible, then the default
list is shown.
- Experimental: the list of acceptable job status values are pulled
- Bug fixes
- Adding files (Ctrl+Alt+A) would sometimes call an unimplemented function.
- Multiple clients per project would label a file as being under the wrong client.
- Deleted files would not be submitted.
- Annotated file can encounter null depot file path, which causes an error.
- File history can cause an error when one file in the path was removed.
- Submitting a changelist which causes an error incorrectly reports the submit as
successful. (#31) - Files would move incorrectly from the correct changelist into the default
changelist. (#22) - Move file across clients should use integrate when clients share a server (#15)
- Revert a moved file does not refresh status (#7)