itemIcon: and Spotter

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

itemIcon: and Spotter

stepharo
Doru

It would be nice to take some action here too.

I would like to remove the Smalltalk ui icons iconNamed:

spotterMonticelloWorkingCopyFor: aStep
     <spotterOrder: 1>
     aStep listProcessor
         title: 'Monticello Working Copy';
         allCandidates: [ Array with: self workingCopy ];
         itemIcon: [ Smalltalk ui icons iconNamed: #versionControlIcon ];
         filter: GTFilterSubstring


Reply | Threaded
Open this post in threaded view
|

Re: itemIcon: and Spotter

Tudor Girba-2
Hi,

Ok. I did not look at the changes yet. Could you give me a quick update: are base changes with iconNamed: integrated already?

Doru



> On Oct 13, 2016, at 2:51 PM, stepharo <[hidden email]> wrote:
>
> Doru
>
> It would be nice to take some action here too.
>
> I would like to remove the Smalltalk ui icons iconNamed:
>
> spotterMonticelloWorkingCopyFor: aStep
>    <spotterOrder: 1>
>    aStep listProcessor
>        title: 'Monticello Working Copy';
>        allCandidates: [ Array with: self workingCopy ];
>        itemIcon: [ Smalltalk ui icons iconNamed: #versionControlIcon ];
>        filter: GTFilterSubstring
>
>

--
www.tudorgirba.com
www.feenk.com

"We are all great at making mistakes."