Lance Fetters

Results 6 issues of Lance Fetters

I added an optional feature to the Translator plugin that displays a translation in a popup when the mouse hovers over a message. The initial translation is triggered after a...

Currently, eml formatted files are exported with DOS (CRLF) line endings, as opposed to Unix (LF) line endings. I added an option to strip CR (carriage return) when exporting eml...

The Xcode project refers to `AddFeedWindowController.swift`, but the actual file was named `AddFeedWIndowController.swift`. Note the difference in case of the "i" in "Window". This prevented compilation when source was stored...

On macOS, the names of the available color schemes are not properly formatted, as seen in this screenshot: The problem is that the following line does not work with the...

I received the following error when trying to debug a project that made use of an ANE on macOS: > ArgumentError: Error #3500: The extension context does not have a...