Login  Register

Re: Find a specific block in the drawing?

Posted by dxli on Apr 21, 2024; 5:11pm
URL: https://forum.librecad.org/Find-a-specific-block-in-the-drawing-tp5724638p5724646.html

In my implementation, I try to preserve the current active block.

Ideally, right click on a block instance(a RS_Insert for LibreCAD)  shows a context menu "Edit Block", but the current active block is restored after the action.

perepujal wrote
Another way to identify a block is to select it with a mouse click, not a drag selection, its name changes to bold in the block list.

HTH
Pere