diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py index 5aff20b3109..01deba03d62 100644 --- a/Lib/idlelib/EditorWindow.py +++ b/Lib/idlelib/EditorWindow.py @@ -14,69 +14,12 @@ import GrepDialog import ReplaceDialog import PyParse -#from IdleConf import idleconf from configHandler import idleConf import aboutDialog, textView, configDialog # The default tab setting for a Text widget, in average-width characters. TK_TABWIDTH_DEFAULT = 8 -# File menu - -#$ event <> -#$ win -#$ unix - -#$ event <> -#$ win -#$ unix - -#$ event <> - -#$ event <> - -#$ unix -#$ unix -#$ win - -# Edit menu - -#$ event <> -#$ win -#$ unix - -#$ event <> -#$ win -#$ unix - -#$ event <> -#$ win -#$ unix - -#$ event <> -#$ win -#$ unix - -# Help menu - -#$ event <> -#$ win -#$ unix - -#$ event <> - -# Events without menu entries - -#$ event <> -#$ win - -#$ event <> -#$ win -#$ unix - -#$ event <> -#$ unix - class EditorWindow: from Percolator import Percolator from ColorDelegator import ColorDelegator