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

in Commit Changes dialog - "Show Diff" not working properly #11

Closed chenop closed 10 years ago

chenop commented 10 years ago

Hi,

First of all great plug-in! Got an issue with "Show Diff" action in the "Commit Changes" dialog.

Here is how to reproduce: VCS --> Commit Changes --> Got the list of changes Double click file1 --> Got the diffs of file1 Double click file2 --> Got the diffs of file1 (Expected the diffs of file2)

codebling commented 10 years ago

Looking at it right now

codebling commented 10 years ago

I'm not able to reproduce this unless the second file name has a space in it. Then cleartool is displeased and an error is shown before the diff of the last file is erroneously displayed. Is this what's happening to you?

codebling commented 10 years ago

I think this is probably the problem you were experiencing. It should be fixed now. Please reopen if not. Fixed by issue #13