Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] ICON on tree to match specialization of object #1080

Open
peterprib opened this issue Oct 3, 2024 · 2 comments
Open

[Feature Request] ICON on tree to match specialization of object #1080

peterprib opened this issue Oct 3, 2024 · 2 comments

Comments

@peterprib
Copy link

Description

The icon shown on tree should reflect the icon associated with the object's specialization.

@Phillipus
Copy link
Member

Phillipus commented Oct 13, 2024

I did try this and the performance in the Models Tree was not good.

We do show a 16x16 icon version of a specialization's image in the right-click context menu of the tree and in the palette. In these cases creation and downsizing of a (potentially large) image to a 16x16 icon is not too resource intensive as these are not converted too many times (show the palette once, show the right-click context menu on few occasions).

However, the Models Tree is constantly being updated and refreshed and there is a noticeable performance hit in creating 16x16 icons on the fly. Also, the tree needs to monitor and update if the user changes the specialization image.

I guess we might add it as an option at some point and see how users get on with it, giving them the option to disable it.

@peterprib
Copy link
Author

Great if optional then at least I could choose to by latest greatest risc laptop. I assume y can't make use of WebGL type technology in IDE graphics engine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants