trevorsandy / lpub3d

An LDraw™ editor for LEGO® style digital building instructions.
https://trevorsandy.github.io/lpub3d/
136 stars 19 forks source link

Keep command editor tab on top #771

Closed trevorsandy closed 1 month ago

trevorsandy commented 1 month ago

Subject

When a step is loaded, the visual editor tab is automatically raised if it was previously hidden. Similarly, when one clicks on a PLI part, the part preview tab is automatically raised if it was previously hidden. However, there are use cases where the user is using the command editor in a full tab window and do not want to be disturbed by the automatically raised visual editor or preview tab.

To satisfy this use case, you can now lock the command editor tab on top when desired.

LockCommandEditor_1

Environment

Version of LPub3D - 2.4.8 Operating system - All

Solution

Add the capability to keep the command editor tab on top.

Cheers,

trevorsandy commented 1 month ago

Implemented.

Cheers,