From 4ab001d5dc81908ef3ae159b9902af6c704f3bf7 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 20 Nov 2011 23:25:15 +0000 Subject: [PATCH] cody: dictionary git-svn-id: trunk@33658 - --- components/codetools/ide/codyregistration.pas | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/codetools/ide/codyregistration.pas b/components/codetools/ide/codyregistration.pas index 42d9b9a236..e395fe134b 100644 --- a/components/codetools/ide/codyregistration.pas +++ b/components/codetools/ide/codyregistration.pas @@ -58,9 +58,7 @@ var ViewCodyWindowCommand: TIDECommand; CopyDeclarationToClipboardCommand: TIDECommand; CutDeclarationToClipboardCommand: TIDECommand; - {$IFDEF EnableCodyIdentifiers} ShowIdentifierDictionaryCommand: TIDECommand; - {$ENDIF} begin CodyOptions:=TCodyMiscOptions.Create; CodyOptions.LoadSafe; @@ -156,14 +154,12 @@ begin crsShowCodeToolsNodeInfo, nil, nil, ShowCodeNodeInfoCommand); // Show unit / identifier dictionary - {$IFDEF EnableCodyIdentifiers} InitUnitDictionary; ShowIdentifierDictionaryCommand:=RegisterIDECommand(CmdCatCodeTools, 'ShowUnitDictionary', crsShowUnitIdentifierDictionary, CleanIDEShortCut,CleanIDEShortCut,nil,@ShowUnitDictionaryDialog); RegisterIDEMenuCommand(itmViewIDEInternalsWindows, 'ShowIdentifierDictionary', crsShowUnitIdentifierDictionary, nil, nil, ShowIdentifierDictionaryCommand); - {$ENDIF} // View menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ViewCodyWindowCommand:=RegisterIDECommand(CmdCatView, 'Cody',