文章作者 : Linkfoxo [ linkfoxo@yahoo.com ] Web URL : http://
上载日期 : 2000-11-23
在有些场合需要同时打开多个STUDIO的窗口.
只需要按以下说明修改注册表就可以了.
If, for some reason, you would like to open more than one
instance of ColdFusion Studio, you can do a bit of Registry
hacking to accomplish this. If you feel comfortable in changing
Registry settings, please continue; otherwise, don't. In
addition, be sure to backup your Registry prior to changing it.
You can add a key to the system Registry at:
HKEY_CURRENT_USER\Software\Allaire\Studio45
Within that tree, add the string (right-click,
choose 'New' > 'String Value') called:
AllowMultipleInstances
Then set that value to 1 (right-click the new entry,
choose 'Modify', enter the value in the text box). This has
only been tested in ColdFusion Studio 4.5.1 - I'm not sure if
it works in earlier versions.
Keep in mind that ColdFusion Studio eats tons of system
resources, so opening multiple instances could possibly crash
your system. With that said, have fun!
I have also provided a direct link to the registry file here.
This may or may not work for your system, so please backup your
Registry before trying it! You can choose "Open in current
location" when prompted, or you can save it to disk and run it
by double-clicking it.
您也可以通过下面的联接下载自动修改注册表.
AllowMultipleInstances.reg
|