Paul Heasley

Results 14 comments of Paul Heasley

Adding some more context to this. In the call to `format()`, the code does call the underlying implementation of `record.getMessage` ``` def format(self, record): # Compute attributes handled by parent...

Hi, I have this working happily with webpack, here's my setup. ### package.json ``` "dependencies": { ... "angular-ui-calendar": "^1.0.2", "fullcalendar": "^3.0.0", "jquery": "~2.1.4", "moment": "~2.15.0", ... } ``` ### webpack.config.js...

Hi, sorry I'm not sure what you mean? You can find a compiled version of the plugin either here: http://phdesign.com.au/npptoolbucket/ Or here: https://github.com/phdesign/NppToolBucket/releases

Hmm, interesting idea. I've seen regular expressions that are designed to escape regular expressions so I'm sure it's possible, but I think it can be rather error prone. Given my...

Hmm, it seems using Show() our WinForms form doesn't even get to see tab key presses, a good explanation here: http://stackoverflow.com/a/9096356 And some possible solutions: http://www.codeproject.com/Articles/190886/Modeless-WinForm-With-Callback-From-Unmanaged-Code http://msdn.microsoft.com/en-us/library/ms229591%28VS.80%29.aspx

Hmm, good call out. I don't think I've ever tested this behaviour. Sounds like something that needs to be fixed. I'll look into it for the next release.

Hi! Yeah really good point. I'll add this into the next release.

Hi, Thanks for your enquiry. Yes, I have seen that 'docked' model for the find window before, I agree that would be a better way to display the window, however...

Thanks for the report! Sounds like some poor error handling. I'll add a fix in for this.

I've implemented this here: https://github.com/phdesign/NetBash/compare/master...redirect-to-file