Community
Participate
Working Groups
Created attachment 180633 [details] Patch v01 Patch to address this.
Patch v01 released to HEAD
(In reply to comment #2) > Patch v01 released to HEAD
Forgot that I had commented out some test code to check this. Reverted the patch for now :-(
Paul, As per TweakletCheckTest, we should remove the tweaklet extensions while testing. How do we disable the extensions for the tests alone?
Prakash, by default our project should only format changed sections. It looks like a lot of your patch is unchanged code that's been reformatted. Could you check that for future patches? Boris, I'm not sure why we added those tests (except that it's possible that some specific tweaklets will kill our tests). If that's the case, Prakash maybe you could update the test with a set of IDs that *are* allowed. Scan through the Extensions and abort only if you find an extension that isn't in your approved list. PW
Created attachment 180859 [details] Patch v02 > Prakash, by default our project should only format changed sections. This didn't happen because we don't have that setting on the ide project. We have it only on workbench. We should enable that preference on other projects as well > If that's the case, Prakash maybe you could update the test with a set of IDs > that *are* allowed. Scan through the Extensions and abort only if you find an > extension that isn't in your approved list. Done that in Patch v02. Also, Scott has opened up the methods on NSWindow, so that I don't have to register and call the method. Updated patch accordingly. Scott has also added arrangeInFront. Patch v02 updated with that functionality as well
Patch v02 released to HEAD
verified in I20101025-1800