pharo-vcs / iceberg

Iceberg is the main toolset for handling VCS in Pharo.
MIT License
133 stars 84 forks source link

Factor out #iconName from #icon on classes in the IceDefinition, IceOperation and IceOperationMerge hierarchies #1809

Closed Rinzwind closed 6 months ago

Rinzwind commented 7 months ago

This pull request factors out #iconName from #icon on the classes in the IceDefinition, IceOperation and IceOperationMerge hierarchies.

This should make it easier to, in a later pull request, make the #changeListColumn methods use the FormSet for each icon for the SpImageTableColumn. I did not include such a change in this pull request for the same reason as in pull request #1808 (second comment).