Kered13

Results 14 comments of Kered13

Sure, let me explain in more detail what's going on here. > one more loop is added The outer loop is the main event loop. It blocks in `MsgWaitForMultipleObjectsEx` until...

So it turns out that I was partially wrong about `ReadDirectoryChanges`. It is never directly called from the main thread, so this change to the main event loop has no...

My plugin is on SourceForge, the code that handles communication with the server is [here](https://sourceforge.net/p/kered13-notepad-plugins/code/ci/default/tree/src/LspClient/). The rest of the plugin code is [here](https://sourceforge.net/p/kered13-notepad-plugins/code/ci/default/tree/src/NppLsp/) and [here](https://sourceforge.net/p/kered13-notepad-plugins/code/ci/default/tree/src/NppLspPlugin/). It is not written to...

It seems like the simplest solution would be to create a new base unit and unit to represent this, and provide conversion functions in the library that internally discard the...

I would love to see this fixed as well. wxIntegerValidator and wxFloatingPointValidator are obviously useful.

@jimwang118 Hmm, are you sure? I just tested it locally with a Visual Studio solution and it had no trouble building it. I also compared the port files to my...

Ah, I believe I have found and fixed the problem. When I was porting my CMakeTargets.txt from cppslippi I somehow missed the lines that install the config files. I guess...

Ping on this PR. I think all the issues are fixed now?

There are no downstream users because I am trying to publish the package. And I highly doubt there will be any downstream users (other than myself, but I did not...

I don't believe that @donho is working on this or plans to work on it. However there are two projects working on developing LSP plugins for NPP, one by @Ekopalypse...