codetools: hdie experiments

This commit is contained in:
mattias 2024-08-30 10:40:32 +02:00
parent d59051c6f5
commit 5ce30b9720

View File

@ -190,13 +190,12 @@ begin
crsShowCodeToolsNodeInfo, nil, nil, ShowCodeNodeInfoCommand);
// View menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{$IFNDEF EnableCodyExperiments}
// Cody tool window
ViewCodyWindowCommand:=RegisterIDECommand(CmdCatView, 'Cody',
'Cody', CleanIDEShortCut, CleanIDEShortCut, nil, @ShowCodyWindow);
RegisterIDEMenuCommand(itmViewMainWindows, 'ViewCody',
'Cody', nil, nil, ViewCodyWindowCommand)
{$IFNDEF EnableCodyExperiments}
.Visible:=false
{$ENDIF};
// Components - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -