1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with

the Untabify command.
2. Corrected "tab/space" Error Dialog to show correct menu for Untabify.
   Patch 1196980 Jeff Shute

M EditorWindow.py
M NEWS.txt
M ScriptBinding.py
This commit is contained in:
Kurt B. Kaiser 2005-06-12 05:19:23 +00:00
parent df506ea98b
commit ca7329c9c1
3 changed files with 12 additions and 9 deletions

View file

@ -1271,7 +1271,7 @@ class EditorWindow(object):
def _asktabwidth(self):
return self.askinteger(
"Tab width",
"Spaces per tab? (2-16)",
"Columns per tab? (2-16)",
parent=self.text,
initialvalue=self.indentwidth,
minvalue=2,