LetMeSleepAlready

Results 5 comments of LetMeSleepAlready

I can not reproduce in 64bit notepad++. I can reproduce this in 32bit notepad++. File used: valid 200MB XML file After the first access violation all calls to the DLL...

I tried this out.. but can not reproduce it with the latest version. see picture below. ![image](https://user-images.githubusercontent.com/35378209/91604367-cd676080-e96e-11ea-8db6-73047e90d7f1.png) I run windows 10, and tried notepad++ in both 32bit and 64bit mode....

I think your observation is correct. But, maybe being a bit pedantic, the feature is 'auto close tags', and not 'auto use regular close tags'. I don't think any of...

The de/encode is a simple text replacement algo. It has no notion of XML itself other than that it has to replace certain texts. Lets explore the use cases: Use...

Bit late to the discussion but... I just solved this in the following way: ``` public class SwaggerEndpointEnumerator : IEnumerable { public IEnumerator GetEnumerator() { yield return new UrlDescriptor {...