Commit 39df7c44 authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

MERGE DS_RPC_BRANCH into MAIN:

configDialog.py
    AutoIndent merged 21Jul
parent b3705a3d
...@@ -125,9 +125,9 @@ class ConfigDialog(Toplevel): ...@@ -125,9 +125,9 @@ class ConfigDialog(Toplevel):
labelIndentSizeTitle=Label(frameIndentSize, labelIndentSizeTitle=Label(frameIndentSize,
text='Choose indentation size :') text='Choose indentation size :')
labelSpaceNumTitle=Label(frameIndentSize,justify=LEFT, labelSpaceNumTitle=Label(frameIndentSize,justify=LEFT,
text='when tab key inserts spaces,\nspaces per indent') text='indent width')
self.scaleSpaceNum=Scale(frameIndentSize,variable=self.spaceNum, self.scaleSpaceNum=Scale(frameIndentSize,variable=self.spaceNum,
orient='horizontal',tickinterval=2,from_=2,to=10) orient='horizontal',tickinterval=2,from_=2,to=16)
#labeltabColsTitle=Label(frameIndentSize,justify=LEFT, #labeltabColsTitle=Label(frameIndentSize,justify=LEFT,
# text='when tab key inserts tabs,\ncolumns per tab') # text='when tab key inserts tabs,\ncolumns per tab')
#self.scaleTabCols=Scale(frameIndentSize,variable=self.tabCols, #self.scaleTabCols=Scale(frameIndentSize,variable=self.tabCols,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment