diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-04-24 03:01:48 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-04-24 03:01:48 (GMT) |
commit | 610c7e07f3e41e1f4baf7303edc8124269c01250 (patch) | |
tree | 1e0dfe0712059f9ccf4ff6d96da42ef36a8bc01d /Lib/idlelib/extend.txt | |
parent | 46a16f297f0249bbb0c446a80bf2ae927f971e97 (diff) | |
download | cpython-610c7e07f3e41e1f4baf7303edc8124269c01250.zip cpython-610c7e07f3e41e1f4baf7303edc8124269c01250.tar.gz cpython-610c7e07f3e41e1f4baf7303edc8124269c01250.tar.bz2 |
1. Polish variables in EditorWindow extension loading and Tkinter variable code.
2. Add exception handling to EditorWindow Tkinter variable setvar() and getvar() fcns.
3. EditorWindow: remove some unneeded comments.
4. Add a separator to the Options menu
5. extend.txt: describe how to create a menu entry which has no keybinding.
M Bindings.py
M EditorWindow.py
M extend.txt
Diffstat (limited to 'Lib/idlelib/extend.txt')
-rw-r--r-- | Lib/idlelib/extend.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/extend.txt b/Lib/idlelib/extend.txt index efb0fc7..f5fb3e0 100644 --- a/Lib/idlelib/extend.txt +++ b/Lib/idlelib/extend.txt @@ -51,8 +51,8 @@ entry definitions are then ignored, but key bindings are still applied. (This should probably be refined in the future.) Extensions are not required to define menu entries for all the events they -implement. (XXX KBK 15Jul03: But it appears they must have keybindings for each -virtual event?) +implement. (They are also not required to create keybindings, but in that +case there must be empty bindings in cofig-extensions.def) Here is a complete example example: |