Merge with 3.4

This commit is contained in:
Terry Jan Reedy 2015-09-20 19:57:37 -04:00
commit 47f9741e5c
6 changed files with 927 additions and 12 deletions

View file

@ -194,13 +194,6 @@ _grep_dialog_spec = {
"should open that file \nin a new EditorWindow."
}
_help_dialog_spec = {
'file': 'EditorWindow',
'kwds': {},
'msg': "If the help text displays, this works.\n"
"Text is selectable. Window is scrollable."
}
_io_binding_spec = {
'file': 'IOBinding',
'kwds': {},
@ -279,6 +272,13 @@ _scrolled_list_spec = {
"Right clicking an item will display a popup."
}
show_idlehelp_spec = {
'file': 'help',
'kwds': {},
'msg': "If the help text displays, this works.\n"
"Text is selectable. Window is scrollable."
}
_stack_viewer_spec = {
'file': 'StackViewer',
'kwds': {},