codetools: hide cody form

This commit is contained in:
mattias 2024-08-31 08:13:49 +02:00
parent 87d124c624
commit ad81487dc7

View File

@ -190,7 +190,7 @@ begin
crsShowCodeToolsNodeInfo, nil, nil, ShowCodeNodeInfoCommand); crsShowCodeToolsNodeInfo, nil, nil, ShowCodeNodeInfoCommand);
// View menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // View menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{$IFNDEF EnableCodyExperiments} {$IFDEF EnableCodyExperiments}
// Cody tool window // Cody tool window
ViewCodyWindowCommand:=RegisterIDECommand(CmdCatView, 'Cody', ViewCodyWindowCommand:=RegisterIDECommand(CmdCatView, 'Cody',
'Cody', CleanIDEShortCut, CleanIDEShortCut, nil, @ShowCodyWindow); 'Cody', CleanIDEShortCut, CleanIDEShortCut, nil, @ShowCodyWindow);