Renaud Paquay

Results 39 comments of Renaud Paquay

Have you tried calling the "click" action on the newly selected item of the combo box? (using the `DoAccessibleActions` method).

As you noticed, EnumJvms returns an empty list the first time it is called just after initializing the AccessBridge DLL. I don't quite understand why, so I ended up adding...

No, there are no more fixes planned, except maybe support for [SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363866(v=vs.85).aspx) flag when creating symbolic link, but that is a nice to have more than a requirement.

Fixed in [v0.9.37](https://github.com/chromium/vs-chromium/releases/tag/v0.9.37)

For reference: https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options This topic does not seem to cover character replacements though.

This is a good idea. It would require some changes to the underlying protocol to include some sort of "client id" to each request, because right now the underlying protocol...

We would need to submit patches to make the github tree work on Windows first. See https://github.com/google/re2/wiki/Install: > No attempt has been made to make RE2 compile on Windows, but...

Is this still happening? Can you try the latest version [0.9.28](https://github.com/chromium/vs-chromium/releases/tag/v0.9.28) and upload the log files stored in `%LOCALAPPDATA%\VsChromium`, as this may help diagnose the problem.

Not yet. I need to install a VS2022 preview and try to build the binaries produced by PR #79.