dail8859

Results 249 comments of dail8859

I did some digging around into this but could not track it down, even ran Notepad++ in a debugger and stepped through the code. The last thing Notepad++ appears to...

Yes I was able to replicate the bug with the demo plugin but wasn't able to track down the cause of the problem.

Hmm, not sure if it is related or not. I would think if wrong command IDs are getting used it would run into issues much sooner.

No concrete ideas. Was just curious if there was anybody checking the plugins getting put into the list. Especially ones that do not have the source code available. I know...

That is quit a strange format. :) Should be an easy fix when I get time next week to check it out.

So it looks like there is a bug in the regular expression engine DoxyIt is using. I don't plan on digging into the regular expression parser either. So this might...

I had looked at this at one point but due to the static linking, the DLL size went up quite a bit from what I remember. This specific issues is...

> Likely that the std::regex is much bigger than trex. Oh I'm sure it is. I went with trex because it was simple and small. > Maybe it is worth...

If the trex library was active and being updated I do see how that could help. AFAICT it has been abandoned for years.

I agree something like this would be useful, the problem it is very difficult to do correctly. Even now the code to parse out function names and parameters only works...