First time here? Check out the FAQ!

Dan Mahoney's profile - activity

2021-01-30 01:57:12 -0500 received badge Popular Question (source)
2021-01-30 01:57:12 -0500 received badge Famous Question (source)
2021-01-30 01:57:12 -0500 received badge Notable Question (source)
2019-08-28 00:03:11 -0500 received badge Famous Question (source)
2019-07-01 09:41:37 -0500 received badge Notable Question (source)
2019-07-01 09:41:37 -0500 received badge Popular Question (source)
2019-03-07 08:29:12 -0500 marked best answer Using Indentation manager to fix indentation

Wing 6.0.5-1 (rev f63b60c5c0dd) on MacOS Sierra (10.12.1 (16B2555))

Looking at the doc pages for Indentation Manager, the page says:

Conversion options for your file are given below the horizontal divider. The three tabs are used to select the type of conversion desired, and each tab contains information about the availability and action of that conversion, and a button to start the conversion. In some of the conversion options, the indent size field shown in the indentation report is made editable, to allow specification of the desired resulting indent size.

However, when I select the "Spaces Only" tab, I get text that says:

Availability:
This file can be converted. Select the desired indent size above.
Action:
Wing will convert all indentation in the file to use only spaces.

With no button to perform the conversion. Have I misconfigured a preference or something?

2019-03-07 08:23:57 -0500 received badge Student (source)
2019-03-07 08:23:55 -0500 marked best answer Trapping sigint to ask for a key press

The script that I'm working on is going to run for a long time. It's purpose is to identify and delete certain messages from a mailbox, then call imapclient.expunge() when complete. I have written a signal handler to trap SIGINT and ask the user what he wants to do next.

When I run the script in Wing IDE (6.0.12-1) the interrupt handler never gets called. I assume that Wing is hooking the SIGINT signal itself. Suggestions on how I can work around this (other than trapping some other signal)?

2018-07-12 13:59:00 -0500 asked a question Trapping sigint to ask for a key press

Trapping sigint to ask for a key press The script that I'm working on is going to run for a long time. It's purpose is t

2017-06-09 15:36:00 -0500 commented question Using Indentation manager to fix indentation

Excellent! Thank you.

2017-06-09 11:17:00 -0500 asked a question Using Indentation manager to fix indentation

Using Indentation manager to fix indentation Wing 6.0.5-1 (rev f63b60c5c0dd) on MacOS Sierra (10.12.1 (16B2555)) Looking