• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. Library manager open as new tab, not new window?

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 14338
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Library manager open as new tab, not new window?

yeh1
yeh1 over 9 years ago

In the library manager, is it possible to set the double click on a cellview to open not as a new window but as a new tab in the current window (e.g. defined by hiGetSessionWindow(getCurrentWindow())?  It seems the File->Open menu in the layout or schematic window has an option to open as new tab, but not the library manager open.  (It seems File->Open takes longer to come up, that's why I prefer the library manager.  Is there a reason why File->Open takes longer?)  Thanks.

  • Cancel
Parents
  • yeh1
    yeh1 over 9 years ago

    Here's a crude but working solution, based on an example in the libManager.pdf documentation:

    1. create cdsLibMgr.il in the directory where Cadence is started:


    lmgrCreateMenu("popup" '(("mapCallback" ("abPopupCallback"))))
    lmgrCreateMenu("designCascade" '(("mapCallback" ("abPopupCallback"))))

    2. in .cdsinit, load "ab.il"  where ab.il is:

    procedure( abPopupCallback(_menuName _l _c _v _f _cat)
    seW = hiGetSessionWindow(getCurrentWindow())
    fspec = list(nil
    'libName _l
    'cellName _c
    'viewName _v
    'viewType nil
    'accessMode "a")
    deOpen( fspec nil "a" "" seW )
    t)

    This way, left mouse opens the cellview in a new window, and right mouse opens in a new tab.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • yeh1
    yeh1 over 9 years ago

    Here's a crude but working solution, based on an example in the libManager.pdf documentation:

    1. create cdsLibMgr.il in the directory where Cadence is started:


    lmgrCreateMenu("popup" '(("mapCallback" ("abPopupCallback"))))
    lmgrCreateMenu("designCascade" '(("mapCallback" ("abPopupCallback"))))

    2. in .cdsinit, load "ab.il"  where ab.il is:

    procedure( abPopupCallback(_menuName _l _c _v _f _cat)
    seW = hiGetSessionWindow(getCurrentWindow())
    fspec = list(nil
    'libName _l
    'cellName _c
    'viewName _v
    'viewType nil
    'accessMode "a")
    deOpen( fspec nil "a" "" seW )
    t)

    This way, left mouse opens the cellview in a new window, and right mouse opens in a new tab.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information