Turning Off & editting "What's New Window" For virtuoso

本文介绍如何关闭Command Interpreter Window (CIW)及Virtuoso布局编辑器中的更新提示窗口,并提供了通过菜单选项和修改配置文件两种方法。此外还说明了如何手动重建更新内容文件。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

There are two What’s New windows displayed by layout editor.
The What’s New in 5.0.0 window is displayed when the CIW is opened. It describes the general changes made to the Design Framework II between releases.
The About What’s New window is displayed when a cell view window is opened. It highlights new features and enhancements in each release of the Virtuoso design environment.

If you do not want these windows to open each time you display the CIW or a cell view window you may stop them from opening.


To turn off the Command Interpreter Window (CIW)’s What’s New in 5.0 window, do one of the following:
---Choose the Edit – Off at Startup from the Edit pulldown menu on the What’s New in 5.0.0 window. 

 ---Add the following line to your .cdsenv file
           ddserv showWhatsNew string "5.0"


To turn off the Virtuoso Layout Editor’s About What’s New window, do one of the following:
---Choose the Edit – Off at Startup from the Edit pulldown menu on the About What’s New window
---Add the following line to the .cdsenv file:
           layout showWhatsNew string "5.0"
You can display these windows at any time (even if you have turned off the startup display) by choosing Help – What’s New from the CIW or by choosing Help – What’s New from a layout editor window.


The About What’s New Window text is a concatenation of .txt files located at your_install_dir/tools/dfII/etc/tools/layout. If you modify the text of any of the .txt files, you can rebuild the Whatsnew.txt file in Unix (you can change the order of concatenation or even add your own files) The following is a C shell example:


rm -f Whatsnew.text
cp layout.txt Whatsnew.txt
foreach file ("layout.txt” “vxl.txt")
echo "" >> Whatsnew.txt
echo "" >> Whatsnew.txt
cat $file >> Whatsnew.txt
end

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值