flandreas / antares

Digital circuit learning platform
49 stars 6 forks source link

Indicate that "Bulk property editing" is limited to 8 components #591

Closed richardabendroth closed 1 year ago

richardabendroth commented 1 year ago

When selecting more than 8 identical components, the "Properties" area becomes blank:

image image

flandreas commented 1 year ago

@richardabendroth Yes, the number of components for which "Edit properties of multiple components" is possible is intentionally limited to 8. This feature is very computation intense, as it has to find the common denominator of the properties of all selected components. "Select All" in a circuit with hundreds of components would perhaps make your computer explode. I thought the number 8 was a nice IT number. Would you wish a larger number?

richardabendroth commented 1 year ago

Oh I see. Maybe you should have a message in the properties area indicating this, like: "Bulk editing of properties is limited to 8 components for performance reasons" or "too many components selected".

flandreas commented 1 year ago

You're right, I'll do that.