First time here? Check out the FAQ!
1

Wing 10 removes padding between characters - how to turn it off

  • retag add tags

In Wing 8 I could enter some characters (like for a variable name), press tab a time or two and then enter an "=" to line the "="s up in group of assignments. The padding between the variable name and the "=" was not changed. Here's an exaggerated example:

  var1     = "a"
  var22    = "b"

I don't use tab characters only spaces.

In Wing 10 if I enter some characters and then enter more than one space when I enter the next non-space character all of the spaces I entered are removed and replaced with a single space followed by the character I just entered.

How can I turn this off in Wing 10?

MikeA's avatar
21
MikeA
asked 2024-11-02 21:52:35 -0600
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Found it.

In Preferences/Editor/Auto-editing unchecked Enforce PEP 8 Style Spacing.

MikeA's avatar
21
MikeA
answered 2024-11-02 22:38:54 -0600
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer