First time here? Check out the FAQ!

MikeA's profile - activity

2024-11-02 22:40:23 -0500 marked best answer Wing 10 removes padding between characters - how to turn it off

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?

2024-11-02 22:40:23 -0500 received badge Scholar ( source )
2024-11-02 22:38:54 -0500 received badge Rapid Responder ( source )
2024-11-02 22:38:54 -0500 answered a question Wing 10 removes padding between characters - how to turn it off

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

2024-11-02 21:52:35 -0500 asked a question Wing 10 removes padding between characters - how to turn it off

Wing 10 removes padding between characters - how to turn it off In Wing 8 I could enter some characters (like for a vari

2024-07-10 04:39:18 -0500 received badge Notable Question (source)
2024-07-10 04:39:18 -0500 received badge Popular Question (source)
2024-07-10 04:39:18 -0500 received badge Famous Question (source)
2023-06-20 13:19:48 -0500 commented answer Save as copy

I'm looking into using the API. Thanks for the information.

2023-06-20 08:38:12 -0500 marked best answer Save as copy

It would be nice to be able to save a copy of a file which wouldn't change the name or location of the current file.

This would be helpful when working with remote projects when you choose to not have version control on the remote host. Copies could be made to the local host where version control, and backups, would be managed.

An additional feature that could be added to the above feature would be to mirror the remote file with a local file. Basically when the remote file is saved the local copy would be updated/overwritten with a copy of the remote file.

2023-06-18 09:53:22 -0500 received badge Student (source)
2023-06-18 09:53:04 -0500 asked a question Save as copy

save as copy It would be nice to be able to save a copy of a file which wouldn't change the name or location of the curr