views:

494

answers:

2

I used to love using IntelliJ but my new company doesn't spend money on IDEs. Now with the release of IntelliJ Community Edition, the only obstacle I have is that my company uses Perforce. Does anyone know if there are Perforce plug-ins that work with the Community Edition?

A: 

The community edition is announced, not released, so it is a drop too early for that. There was a separate plug-in in older versions of IDEA, and I imagine when the community edition gets released and gets going, someone will write one.

Yishai
A: 

The obsolete VCS-based Perfoce plugin does not work at all.

The obsolete non-VCS-based PerforceDirectPlugin (http://plugins.intellij.net/plugin/?id=69) works partially with the Community Edition. Several operations don't work, presumably because the plugin API has changed. However, the basic Edit/Add/Revert/Sync operations work.

Integrating it into the Community Edition is another story. I'm used to "edit on type" so I habitually type return when the warning dialog comes up that the file I'm trying to edit is read-only. This is bad, because later it's difficult to find files I have accidentally edited using the file system, and check them out for edit in Perforce.

The other big missing piece is the VCS change bar on the left, which is very useful for seeing where you've changed a file and quickly going back to read/edit those changes.

Poulsbo