[Idle-dev] CVS: idle configDialog.py,1.46,1.46.2.1
Stephen M. Gava
elguavas@users.sourceforge.net
Sun, 21 Jul 2002 19:24:36 -0700
Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv18102
Modified Files:
Tag: DS_RPC_BRANCH
configDialog.py
Log Message:
Modify autoindent and new config system indent handling
to make user prompting consistent.
Index: configDialog.py
===================================================================
RCS file: /cvsroot/idlefork/idle/configDialog.py,v
retrieving revision 1.46
retrieving revision 1.46.2.1
diff -C2 -r1.46 -r1.46.2.1
*** configDialog.py 27 Mar 2002 08:40:46 -0000 1.46
--- configDialog.py 22 Jul 2002 02:24:34 -0000 1.46.2.1
***************
*** 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')