How to Enable In-place Editing for a Block on Double-click

Learn how to enable in-place editing for a block in ZWCAD by changing the BLOCKEDITMODE system variable to 0, allowing double-clicking a block to start in-place editing.

Table of Contents

 

Issue

By default, double-clicking a block opens the Block Editor. But how can a user configure it so that double-clicking a block can open in-place editing instead?

Issue

 

Cause

The default behavior is controlled by the system variable BLOCKEDITMODE, which is set to open the Block Editor when double-clicking a block.

 

Solution

The system variable BLOCKEDITMODE controls whether double-clicking a block opens the Block Editor or starts in-place editing.

Setting its value to 0 enables in-place editing on double-click.

Solution