Matthew Bright
Matthew Bright
It appears that the view validation that was introduced in commits b5ceb21 and 143a6f8 may be a little too aggressive. It turns out that `view.window` will be set to `None`...
Description: When restarting sublime text the ansi escape codes are lost for files that have already been processed by the ansi command. This is occurring because the escape codes are...
Description: When executing the `undo ansi` command on an non-ansi file there is a potential for the user's previous changes to be delete. This occurs because the ansi plugin blindly...
As suggest by @jfcherng, we should update our current debug logging implementation to use python's logging module. See the commit 98a6727 (Added print verbose debug method) for further information.