From d375abeb1af5bdca776d626dcd3ddf0b4c0139ac Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Tue, 24 Dec 2002 00:51:05 +0000 Subject: Uniform Capitalization in Menus --- Lib/idlelib/Bindings.py | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 8cd7085..ee81bac 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -11,17 +11,17 @@ from configHandler import idleConf menudefs = [ # underscore prefixes character to underscore ('file', [ - ('_New window', '<>'), + ('_New Window', '<>'), ('_Open...', '<>'), - ('Open _module...', '<>'), - ('Class _browser', '<>'), - ('_Path browser', '<>'), + ('Open _Module...', '<>'), + ('Class _Browser', '<>'), + ('_Path Browser', '<>'), None, ('_Save', '<>'), ('Save _As...', '<>'), ('Save Co_py As...', '<>'), None, - ('_Print window', '<>'), + ('_Print Window', '<>'), None, ('_Close', '<>'), ('E_xit', '<>'), @@ -36,30 +36,30 @@ menudefs = [ ('Select _All', '<>'), None, ('_Find...', '<>'), - ('Find a_gain', '<>'), - ('Find _selection', '<>'), + ('Find A_gain', '<>'), + ('Find _Selection', '<>'), ('Find in Files...', '<>'), ('R_eplace...', '<>'), - ('Go to _line', '<>'), + ('Go to _Line', '<>'), ]), ('format', [ - ('_Indent region', '<>'), - ('_Dedent region', '<>'), - ('Comment _out region', '<>'), - ('U_ncomment region', '<>'), - ('Tabify region', '<>'), - ('Untabify region', '<>'), - ('Toggle tabs', '<>'), - ('New indent width', '<>'), + ('_Indent Region', '<>'), + ('_Dedent Region', '<>'), + ('Comment _Out Region', '<>'), + ('U_ncomment Region', '<>'), + ('Tabify Region', '<>'), + ('Untabify Region', '<>'), + ('Toggle Tabs', '<>'), + ('New Indent Width', '<>'), ]), ('run',[ - ('Python shell', '<>'), + ('Python Shell', '<>'), ]), ('debug', [ - ('_Go to file/line', '<>'), - ('_Stack viewer', '<>'), + ('_Go to File/Line', '<>'), + ('_Stack Viewer', '<>'), ('!_Debugger', '<>'), - ('!_Auto-open stack viewer', '<>' ), + ('!_Auto-open Stack Viewer', '<>' ), ]), ('settings', [ ('_Configure Idle...', '<>'), -- cgit v0.12