pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Add unique icons for all major development tools

Open daniels220 opened this issue 1 year ago • 1 comments

Describe the request The taskbar is much more useful if it's easy to tell what kind of window each slot represents at a glance, but not all tools have a specific icon for it to use. Notable examples:

  • Debugger (the old Glamorous Toolkit debugger had one, a bug, which would work fine)
  • Iceberg tools—could all share a single one to start, though it would be cool if certain ones at least had specific icons—distinguishing commit windows from repo-list/working-copy/history windows would be a high priority for me
  • Playground has one some places but not others, specifically not the taskbar. The one it does use some places isn't that different from the generic Morph icon either, but I guess it's good enough especially if other tools are more unique.
  • Inspector—maybe a magnifying glass?

This is a follow-up to #15825—serving the same goal but seems like a distinct unit of work.

Expected development cost I'm less confident in coming up with the icons themselves here, but otherwise the scope of work is similar to #15825.

Version information: Any OS, any Pharo

daniels220 avatar Dec 20 '23 19:12 daniels220

If you find (or create) an icon pack or even a set of icons, I would be happy to integrate them.

Check https://github.com/pharo-project/pharo-icon-packs for the directory format and expected SVG scale sizes to provide.

GitHub
A repository to keep icon packs for Pharo. Contribute to pharo-project/pharo-icon-packs development by creating an account on GitHub.

hernanmd avatar Jan 29 '24 15:01 hernanmd