How can I disable Castalia in XE8?

后端 未结 1 1552
别那么骄傲
别那么骄傲 2020-12-09 15:39

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 me

相关标签:
1条回答
  • 2020-12-09 16:32

    You have 2 options

    1) modify the shortcut to the Delphi (RAD Studio) IDE, adding the parameter /NOCASTALIA

    enter image description here

    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.

    enter image description here

    0 讨论(0)
提交回复
热议问题