moosetechnology / MooseIDE

New Tools for Moose
MIT License
8 stars 19 forks source link

Create an IconFactory for Moose entities #975

Open NicolasAnquetil opened 9 months ago

NicolasAnquetil commented 9 months ago

We already have "C" icon for Classes, "M" icon for methods, "A" icon for Attributes. We could create a Factory of icon for any entity based on its first letter.

That would be nice in tools where many different entities can be displayed (eg. ArchitecturalBrowser)