Paul Heasley

Results 6 issues of Paul Heasley

I'm using the `FluentHandler` class for Python logging module. I was hoping to pass a json string to the logger and have it interpreted as json, which it does, but...

If I use the function "Count" on "All open documents", it doesn't work: it just gives me the value of the "current document". It doesn't check all the files, only...

bug

Further investigation determines that using Form.Show() breaks tab switching for text boxes, check boxes and others. This seems to be known problem, perhaps caused by the code being called by...

bug

In 16bit color mode the toolbar icons appear as black boxes. Need to use proper icons rather than PNG's.

enhancement

Patch that adds the ability to redirect output to a file that the user is prompted to download. #### Usage: help > help.txt length test string > length.txt Implemented export...

What do you think about supporting a redirect to file? E.g. help > help.txt We could easily check for the redirect arrow and rather than appending to console it provides...