From ad81487dc7c538089678bb868a783ade9b55b4d5 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 31 Aug 2024 08:13:49 +0200 Subject: [PATCH] codetools: hide cody form --- components/codetools/ide/codyregistration.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/codetools/ide/codyregistration.pas b/components/codetools/ide/codyregistration.pas index dbb34b34da..9320cdbb02 100644 --- a/components/codetools/ide/codyregistration.pas +++ b/components/codetools/ide/codyregistration.pas @@ -190,7 +190,7 @@ begin crsShowCodeToolsNodeInfo, nil, nil, ShowCodeNodeInfoCommand); // View menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {$IFNDEF EnableCodyExperiments} + {$IFDEF EnableCodyExperiments} // Cody tool window ViewCodyWindowCommand:=RegisterIDECommand(CmdCatView, 'Cody', 'Cody', CleanIDEShortCut, CleanIDEShortCut, nil, @ShowCodyWindow);