ThosRTanner

Results 17 comments of ThosRTanner

Out of interest, what exactly do you mean by 'current folder'? The folder where the file you are editing is located?

I have had this start happening to me since I had to update to windows 11 recently. It's as though it is missing the event saying the buffer contents have...

This appears to be due to changes in notepad++ to support >4G files, and subsequent header changes. I'm preparing a PR

made draft as attempting to make the relevant classes only have properties reveals that some of them can be changed which would potentially mess up the comparisons.

Basically, yes. If you're going to use the hash of the object so you can use it as a key in a dict, then if the hash changes due to...

on the bit about simplifying the __eq__ - as I understand it it's not really good practice to omit the type check (and having it actually sped things up...) but...