[Idle-dev] CVS: idle config-extensions.def,1.10,1.11 config-highlight.def,1.6,1.7 config-keys.def,1.18,1.19 config-main.def,1.14,1.15

Kurt B. Kaiser kbk@users.sourceforge.net
Sat, 17 May 2003 19:21:57 -0700


Update of /cvsroot/idlefork/idle
In directory sc8-pr-cvs1:/tmp/cvs-serv2222

Modified Files:
	config-extensions.def config-highlight.def config-keys.def 
	config-main.def 
Log Message:
Whitespace Normalization

 Modified Files:
 	config-extensions.def config-highlight.def config-keys.def 
 	config-main.def 


Index: config-extensions.def
===================================================================
RCS file: /cvsroot/idlefork/idle/config-extensions.def,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** config-extensions.def	26 Jan 2003 04:17:16 -0000	1.10
--- config-extensions.def	18 May 2003 02:21:55 -0000	1.11
***************
*** 1,4 ****
! # IDLE reads several config files to determine user preferences.  This 
! # file is the default config file for idle extensions settings.  
  #
  # Each extension must have at least one section, named after the extension
--- 1,4 ----
! # IDLE reads several config files to determine user preferences.  This
! # file is the default config file for idle extensions settings.
  #
  # Each extension must have at least one section, named after the extension

Index: config-highlight.def
===================================================================
RCS file: /cvsroot/idlefork/idle/config-highlight.def,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** config-highlight.def	20 Jun 2002 04:01:47 -0000	1.6
--- config-highlight.def	18 May 2003 02:21:55 -0000	1.7
***************
*** 1,4 ****
! # IDLE reads several config files to determine user preferences.  This 
! # file is the default config file for idle highlight theme settings.  
  
  [IDLE Classic]
--- 1,4 ----
! # IDLE reads several config files to determine user preferences.  This
! # file is the default config file for idle highlight theme settings.
  
  [IDLE Classic]
***************
*** 21,25 ****
  error-foreground= #000000
  error-background= #ff7777
! #cursor (only foreground can be set) 
  cursor-foreground= black
  #shell window
--- 21,25 ----
  error-foreground= #000000
  error-background= #ff7777
! #cursor (only foreground can be set)
  cursor-foreground= black
  #shell window
***************
*** 50,54 ****
  error-foreground= #000000
  error-background= #ff7777
! #cursor (only foreground can be set) 
  cursor-foreground= black
  #shell window
--- 50,54 ----
  error-foreground= #000000
  error-background= #ff7777
! #cursor (only foreground can be set)
  cursor-foreground= black
  #shell window

Index: config-keys.def
===================================================================
RCS file: /cvsroot/idlefork/idle/config-keys.def,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** config-keys.def	22 Jan 2003 00:23:23 -0000	1.18
--- config-keys.def	18 May 2003 02:21:55 -0000	1.19
***************
*** 1,4 ****
! # IDLE reads several config files to determine user preferences.  This 
! # file is the default config file for idle key binding settings.  
  # Where multiple keys are specified for an action: if they are separated
  # by a space (eg. action=<key1> <key2>) then the keys are altenatives, if
--- 1,4 ----
! # IDLE reads several config files to determine user preferences.  This
! # file is the default config file for idle key binding settings.
  # Where multiple keys are specified for an action: if they are separated
  # by a space (eg. action=<key1> <key2>) then the keys are altenatives, if
***************
*** 19,23 ****
  end-of-file=<Control-Key-d>
  python-docs=<Key-F1>
! python-context-help=<Shift-Key-F1> 
  history-next=<Alt-Key-n> <Meta-Key-n>
  history-previous=<Alt-Key-p> <Meta-Key-p>
--- 19,23 ----
  end-of-file=<Control-Key-d>
  python-docs=<Key-F1>
! python-context-help=<Shift-Key-F1>
  history-next=<Alt-Key-n> <Meta-Key-n>
  history-previous=<Alt-Key-p> <Meta-Key-p>
***************
*** 78,83 ****
  plain-newline-and-indent=<Control-Key-j>
  print-window=<Control-x><Control-Key-p>
! python-docs=<Control-Key-h> 
! python-context-help=<Control-Shift-Key-h> 
  redo=<Alt-Key-z> <Meta-Key-z>
  remove-selection=<Key-Escape>
--- 78,83 ----
  plain-newline-and-indent=<Control-Key-j>
  print-window=<Control-x><Control-Key-p>
! python-docs=<Control-Key-h>
! python-context-help=<Control-Shift-Key-h>
  redo=<Alt-Key-z> <Meta-Key-z>
  remove-selection=<Key-Escape>
***************
*** 117,121 ****
  end-of-file=<Control-Key-d>
  python-docs=<Key-F1>
! python-context-help=<Shift-Key-F1> 
  history-next=<Control-Key-n>
  history-previous=<Control-Key-p>
--- 117,121 ----
  end-of-file=<Control-Key-d>
  python-docs=<Key-F1>
! python-context-help=<Shift-Key-F1>
  history-next=<Control-Key-n>
  history-previous=<Control-Key-p>
***************
*** 129,133 ****
  plain-newline-and-indent=<Control-Key-j>
  print-window=<Command-Key-p>
! redo=<Shift-Command-Key-z> 
  remove-selection=<Key-Escape>
  save-window-as-file=<Shift-Command-Key-s>
--- 129,133 ----
  plain-newline-and-indent=<Control-Key-j>
  print-window=<Command-Key-p>
! redo=<Shift-Command-Key-z>
  remove-selection=<Key-Escape>
  save-window-as-file=<Shift-Command-Key-s>

Index: config-main.def
===================================================================
RCS file: /cvsroot/idlefork/idle/config-main.def,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** config-main.def	10 May 2003 00:49:56 -0000	1.14
--- config-main.def	18 May 2003 02:21:55 -0000	1.15
***************
*** 1,5 ****
! # IDLE reads several config files to determine user preferences.  This 
  # file is the default config file for general idle settings.
! #  
  # When IDLE starts, it will look in
  # the following two sets of files, in order:
--- 1,5 ----
! # IDLE reads several config files to determine user preferences.  This
  # file is the default config file for general idle settings.
! #
  # When IDLE starts, it will look in
  # the following two sets of files, in order:
***************
*** 20,34 ****
  #
  # Any options the user saves through the config dialog will be saved to
! # the relevant user config file. Reverting any general setting to the 
! # default causes that entry to be wiped from the user file and re-read 
  # from the default file. User highlighting themes or keybinding sets are
  # retained unless specifically deleted within the config dialog. Choosing
! # one of the default themes or keysets just applies the relevant settings 
! # from the default file. 
  #
  # Additional help sources are listed in the [HelpFiles] section and must be
  # viewable by a web browser (or the Windows Help viewer in the case of .chm
! # files). These sources will be listed on the Help menu.  The pattern is 
! # <sequence_number = menu item;/path/to/help/source> 
  # You can't use a semi-colon in a menu item or path.  The path will be platform
  # specific because of path separators, drive specs etc.
--- 20,34 ----
  #
  # Any options the user saves through the config dialog will be saved to
! # the relevant user config file. Reverting any general setting to the
! # default causes that entry to be wiped from the user file and re-read
  # from the default file. User highlighting themes or keybinding sets are
  # retained unless specifically deleted within the config dialog. Choosing
! # one of the default themes or keysets just applies the relevant settings
! # from the default file.
  #
  # Additional help sources are listed in the [HelpFiles] section and must be
  # viewable by a web browser (or the Windows Help viewer in the case of .chm
! # files). These sources will be listed on the Help menu.  The pattern is
! # <sequence_number = menu item;/path/to/help/source>
  # You can't use a semi-colon in a menu item or path.  The path will be platform
  # specific because of path separators, drive specs etc.
***************
*** 57,65 ****
  
  [Theme]
! default= 1  
  name= IDLE Classic
  
  [Keys]
! default= 1  
  name= IDLE Classic Windows
  
--- 57,65 ----
  
  [Theme]
! default= 1
  name= IDLE Classic
  
  [Keys]
! default= 1
  name= IDLE Classic Windows