|
0.5.990 is a test version. The new version will be 6.0.0 when I get around to it. You're welcome to keep using the test version in the meantime.
There are always going to be situations where the original PunctuationSmarten Python script falls down. I'm afraid that I've given up chasing those edge cases along time ago. This latest was simply an update to using Qt for Python as the GUI instead of TKinter. Nothing more
The "Close event accepted" message in the log is just some debug output that hasn't been cleaned up (hence the testing version). It just means that the close event (user hitting the OK button or the X in the title bar) has happened. You'll note that the message is "Close event rejected" when you click the Cancel button (or use the ESC key) to end the plugin.
|