v0.7.16 Even Morer Stable
Version 0.7.16 of the Perforce plugin for IDEA community edition is now available. It continues the stabilization of the 0.7 codebase. You can download it from the IntelliJ plugin interface, or from github.
- Bug fixes.
- Help prevent a FileNotFoundException during writing to a temp file (#114).
- Report a real error message when the user tries submitting a
changelist that's not on the server. - Fix a possible NPE while synchronizing a directory.
- Temporary fix for #124 in P4ChangeProvider - force the flushing of the
local cache on changelist refresh. - Removed deprecated references.
- Minor fix to changelist view details - if the server is offline and
you're using multiple clients, then the offline status is correctly formatted. - Reduced the number of possible critical errors while changing connection
information during a background operation. - Increased the performance of the determination of whether the "Edit" option
should be visible under the P4 menu. This also changes its behavior so that
it is always visible, even if the selected files are not under a Perforce
client.