mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 16:00:44 +02:00
codetools: hdie experiments
This commit is contained in:
parent
d59051c6f5
commit
5ce30b9720
@ -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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
Loading…
Reference in New Issue
Block a user