trevorsandy / lpub3d

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

Add view load status dialogue menu action #698

Closed trevorsandy closed 1 year ago

trevorsandy commented 1 year ago

Subject

Add file menu action to display the model file load status including warnings and errors when present.

Previously, it was only possible to display the load status dialogue upon completion of the model file load where one could choose between always launch, launch on any message, launch on error or launch on warning.

Status_Message_Preference

The enhancement extends the current load status messages options available in the Preferences dialogue allowing the editor to launch the load status dialogue on demand from the file menu actions.

Load_Status_02

Environment

Version of LPub3D - 2.4.7 Operating system - All

Solution

Add view load status menu action to enable launching the load status dialogue on demand. It is also possible to recount the loaded model parts by checking the 'Recount LDraw Parts' flag.

Load_Status_03

Cheers,

trevorsandy commented 1 year ago

Implemented.

Cheers,