A dangerous characteristic of Cadence layout editor

T

Tao Chen

Guest
If I click and drag the mouse when an instance is selected, the
instance will be moved even without entering the "move" command. It is
quite dangerous, because sometimes I even didn't realize that some
instances are selected. How do you guys deal with it besides to be
more careful? Thanks!

Best Regards,
Tao
 
That is the implicit move operation. You select an object, click within
the object and drag the mouse. The object moves. It works with any kind
of object, not just instances. I've never found a way to disable it.

On 5 Jul 2004 12:59:03 -0700, tao.chen@student.kuleuven.ac.be (Tao Chen)
wrote:

If I click and drag the mouse when an instance is selected, the
instance will be moved even without entering the "move" command. It is
quite dangerous, because sometimes I even didn't realize that some
instances are selected. How do you guys deal with it besides to be
more careful? Thanks!

Best Regards,
Tao
 
Redefine the default left mouse button draw through bindkey in layout by doing
this:

(foreach application '("Layout" "Schematics "Symbol")
(hiSetBindKey application "<DrawThru1>" "geSingleSelectBox()"))
)

and this will stop the dragging behaviour in layout, schematics and symbol
editor.

I've used this approach for the last 10 years or so since I never liked the drag
behaviour myself.

Andrew.

On Mon, 05 Jul 2004 20:05:40 -0700, Diva Physical Verification
<diva@cadence.com> wrote:

That is the implicit move operation. You select an object, click within
the object and drag the mouse. The object moves. It works with any kind
of object, not just instances. I've never found a way to disable it.

On 5 Jul 2004 12:59:03 -0700, tao.chen@student.kuleuven.ac.be (Tao Chen)
wrote:

If I click and drag the mouse when an instance is selected, the
instance will be moved even without entering the "move" command. It is
quite dangerous, because sometimes I even didn't realize that some
instances are selected. How do you guys deal with it besides to be
more careful? Thanks!

Best Regards,
Tao
--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
 
Dear Andrew,

It works very well. Thank you very much!

Tao

Andrew Beckett <andrewb@DELETETHISBITcadence.com> wrote in message news:<mndke0lun4nn05hr7trj92tk7kpavd86ne@4ax.com>...
Redefine the default left mouse button draw through bindkey in layout by doing
this:

(foreach application '("Layout" "Schematics "Symbol")
(hiSetBindKey application "<DrawThru1>" "geSingleSelectBox()"))
)

and this will stop the dragging behaviour in layout, schematics and symbol
editor.

I've used this approach for the last 10 years or so since I never liked the drag
behaviour myself.

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top