mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
df506ea98b
commit
ca7329c9c1
3 changed files with 12 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue