[Idle-dev] CVS: idle configDialog.py,1.46,1.47

Kurt B. Kaiser kbk@users.sourceforge.net
Fri, 13 Sep 2002 19:58:09 -0700


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv25650

Modified Files:
	configDialog.py 
Log Message:
MERGE DS_RPC_BRANCH into MAIN:
configDialog.py
    AutoIndent merged 21Jul


Index: configDialog.py
===================================================================
RCS file: /cvsroot/idlefork/idle/configDialog.py,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** configDialog.py	27 Mar 2002 08:40:46 -0000	1.46
--- configDialog.py	14 Sep 2002 02:58:07 -0000	1.47
***************
*** 126,132 ****
                  text='Choose indentation size :')
          labelSpaceNumTitle=Label(frameIndentSize,justify=LEFT,
!                 text='when tab key inserts spaces,\nspaces per indent')
          self.scaleSpaceNum=Scale(frameIndentSize,variable=self.spaceNum,
!                 orient='horizontal',tickinterval=2,from_=2,to=10)
          #labeltabColsTitle=Label(frameIndentSize,justify=LEFT,
          #        text='when tab key inserts tabs,\ncolumns per tab')
--- 126,132 ----
                  text='Choose indentation size :')
          labelSpaceNumTitle=Label(frameIndentSize,justify=LEFT,
!                 text='indent width')
          self.scaleSpaceNum=Scale(frameIndentSize,variable=self.spaceNum,
!                 orient='horizontal',tickinterval=2,from_=2,to=16)
          #labeltabColsTitle=Label(frameIndentSize,justify=LEFT,
          #        text='when tab key inserts tabs,\ncolumns per tab')