codebling / CommunityCase

**THIS PLUGIN IS NO LONGER MAINTAINED.** But if you wish to use it, I can help you update it to work with the latest version of IntelliJ. See https://github.com/codebling/CommunityCase/issues/26 . This plugin adds support for ClearCase version control system in IntelliJ IDEA Community Edition (and Ultimate Edition - it's faster than the built-in plugin!).
Other
7 stars 4 forks source link

****NO LONGER MAINTAINED**** #26

Open codebling opened 8 years ago

codebling commented 8 years ago

I can provide instructions for updating if you wish to use this plugin or possibly help you update it.

I'm no longer actively updating this plugin, though. IntelliJ releases new versions of their plugin nearly every new release and it's tedious to keep up with.

If you want to use this plugin and need help updating it, let me know!

codebling commented 7 years ago

As a hint to updating the plugin, this plugin is based off git4idea. To update it, look at the API changes made in git4idea between versions and make the corresponding changes in CommunityCase.

(Yes, I now realise how much easier this would have been if I had forked that repo directly and also if I had not renamed nearly every file -- at the time I didn't know that the plugin API would be changing so often and that it would be so useful to keep pulling changes from git4idea)

@bboehmke @sszym0n @dkg783 @chenop @mpkirby @MarcinKuder

Can help update if needed.