问题描述
假设我想禁用在XE8中引入的新集成的Castalia。如何以干净的方式去做?我不能在Castalia菜单上看到任何可以通过设置一个选项来禁用它的内容。为什么人们可能希望禁用Castalia包括:
- 它与插件的动画。
- Castalia已经知道渲染IDE不稳定
您有2个选项
1)修改Delphi(RAD Studio)IDE的快捷方式,添加参数/ NOCASTALIA
2)从注册表中禁用castalia专家
去 HKEY_CURRENT_USER\Software\Embarcadero\BDS\16.0\Known IDE Packages\Delphi
键,然后放置一个下划线 _
在Castalia包的描述之前,以这种方式包装没有加载。
Suppose that I wish to disable the newly integrated Castalia that is introduced in XE8. How do I go about doing that in a clean way? I cannot see anything on the Castalia menu that allows me to disable it by setting one single option.
Reasons why one might wish to disable Castalia include:
- How can I configure the new Delphi XE8 Editor begin-end visual cues?
- It interacts poorly with the Bookmarks plugin's animations.
- Castalia has been known to render the IDE unstable.
You have 2 options
1) modify the shortcut to the Delphi (RAD Studio) IDE, adding the parameter /NOCASTALIA
2) disable the castalia expert from the registry
Go the the HKEY_CURRENT_USER\Software\Embarcadero\BDS\16.0\Known IDE Packages\Delphi
key and then place a underscore _
in front of the description of the Castalia package, in that way the package is not loaded.
这篇关于如何在XE8中禁用Castalia?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!