mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 03:36:00 +02:00
codetools: hide cody form
This commit is contained in:
parent
a41c051823
commit
d172d0d24a
@ -191,12 +191,11 @@ begin
|
||||
|
||||
// View menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
// Cody tool window
|
||||
{$IFDEF EnableCodyExperiments}
|
||||
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