0.4.3 Synchronize
The new release of the IntelliJ community edition P4 plugin is out. It contains the basic functionality to synchronize files from the depot, show connection properties in the VCS configuration panel, as well as many small bug fixes.
- Added basic synchronization with server.
- Only available through the VCS menu, not through the context menu.
- Does not handle merging. Any potential issues with existing
checked-out files being synched are not reported.
- Added connection properties display to VCS configuration panel.
- Allows for the user to view the connection properties that will
actually be used to connect to Perforce. - For relative configurations, you can select the child path
(and see which child paths are detected to contain config files)
to see its specific configuration properties. - Password is not displayed, but it indicates whether it is explicitly
set or not.
- Allows for the user to view the connection properties that will
- Minor bug fixes.
- Files in changelists are not always reported correctly. This was due
to incorrect caching that came from an earlier refactoring effort. - Files moved between changelists seems to be fixed (#22).
- Typo in the plugin description.
- Code cleanup.
- Files in changelists are not always reported correctly. This was due