Closed ghost closed 8 years ago
Hello, because we don't use clearcase anymore, I cannot verify this issue exactly.
I use the same principle to checkout TFS files. My Notepad++ v6.5 fires this event also in column mode once.
You changed
//from
shell.run("cleardlg /checkout \""+file+'\"'); // creates popup and runs without waiting
//to
shell.run("cleardlg /checkout \""+file+'\"',0,1); // wait
I think that waiting could be enough without collecting PendingCheckouts to solve this issue
Hello, you are right, waiting is enough.
Hello, I use Clearcase SCM which checkout a file on MODIFYATTEMPTRO. In column mode the event is fired for every line and I get the several checkout dialogs. Even in single line mode sometimes the event is fired twice. As workaround I changed the clearcase.js to:
Is there a better way?