Adding &Next to StsMethodComparisonShell as well

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Adding &Next to StsMethodComparisonShell as well

TimM-3
I notice in the patch 1 that you have applied &Next differnce to the
StsComparisonBrowser however its also needs the same change to for methds.

e.g.

CodePatcher
  patch: StsMethodComparisonShell class
  selector: #resource_Default_view
  finding: '''Next difference'''
  replacement: '''&Next difference'''
  identifiedBy: (self patchId: 1).


Reply | Threaded
Open this post in threaded view
|

Re: Adding &Next to StsMethodComparisonShell as well

Blair McGlashan-3
"TimM" <[hidden email]> wrote in message
news:dnep4r$dd2$[hidden email]...
>I notice in the patch 1 that you have applied &Next differnce to the
>StsComparisonBrowser however its also needs the same change to for methds.
>

Thanks Tim, I'll modify the patch to include that as well.

Regards

Blair