pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Icon for debugger in the toolbar

Open badetitou opened this issue 9 months ago • 1 comments

It would be great to have a different icon for the debugger in the toolbar. In Pharo12, we always have the same icons

image

In the above example, the same icon for a playground and a debugger. It forces to read to retrieve its debugger

badetitou avatar May 07 '24 15:05 badetitou

From what I dig so far, the bugs comes from a modification in the way to deal with Icon. It led to a modification of the TaskbarItemMorph>>#initializeFor: aTaskbar method. To use the line of the

self iconFormSetNamed: self model taskbarIconName

However, self model taskbarIconName does not return always the icon we want. Can modify the default behavior of taskbarIconName or the assigned model. I don't know what would be the best for now

badetitou avatar May 09 '24 17:05 badetitou