default behaviour for double click onto views within library

F

Frank Nitsche

Guest
Hello everybody,

we're working with Cadence DFII (IC50333).
Does somebody know, how to deny double clicking for opening of
cellviews in "edit mode"?
Some of our designers are opening cellviews within the library manager
by double clicking onto the view. This opens the cellview in "edit
mode". Is there any option to tell the library manager another default
behaviour?
I want the library manager to open the cellviews in read-only mode as
default by double clicking.

Another question: Is there somewhere an overview an a description of
the keywords within the .cdsenv-File (e.g. for the cdsLibManager
entries)?

Best regards,

Frank.
 
Hi Frank,

That option was added within the last year or 2. I'm not sure if it's in your
version or not but you can give it a try. Add the following line to your .cdsenv

cdsLibManager.main dblClickEditCellView boolean nil


You can find the library manager env variables in chapter 12 of the
Cadence Library Manager Users Guide.

Hope this helps.

/dominic


Frank Nitsche wrote:
Hello everybody,

we're working with Cadence DFII (IC50333).
Does somebody know, how to deny double clicking for opening of
cellviews in "edit mode"?
Some of our designers are opening cellviews within the library manager
by double clicking onto the view. This opens the cellview in "edit
mode". Is there any option to tell the library manager another default
behaviour?
I want the library manager to open the cellviews in read-only mode as
default by double clicking.

Another question: Is there somewhere an overview an a description of
the keywords within the .cdsenv-File (e.g. for the cdsLibManager
entries)?

Best regards,

Frank.
 
On 8 Mar 2006 05:35:48 -0800, "Frank Nitsche" <nitsche.frank@web.de> wrote:

Hello everybody,

we're working with Cadence DFII (IC50333).
Does somebody know, how to deny double clicking for opening of
cellviews in "edit mode"?
Some of our designers are opening cellviews within the library manager
by double clicking onto the view. This opens the cellview in "edit
mode". Is there any option to tell the library manager another default
behaviour?
I want the library manager to open the cellviews in read-only mode as
default by double clicking.

Another question: Is there somewhere an overview an a description of
the keywords within the .cdsenv-File (e.g. for the cdsLibManager
entries)?

Best regards,

Frank.
Frank,

Since IC5033 USR2, you can add this to your .cdsenv :

cdsLibManager.main dblClickEditCellView boolean nil

Andrew.
 
Hello Andrew and Dominic,

thanks. That was it what I was looking for.

Frank.
 

Welcome to EDABoard.com

Sponsor

Back
Top