Ziox
Ziox
I had a look and ripgrep does it calling into 3rd party binaries as can be seen [here.](https://github.com/BurntSushi/ripgrep/blob/a7f1276021df2217dead1481b2c2b38595ed8fb3/crates/cli/src/decompress.rs#L468-L510). This probably work very well on Linux and poorly on Windows. We...
That could be combined with fuzzy-searching (crate exist [here](https://github.com/lotabout/fuzzy-matcher) and example [here](https://github.com/LoipesMas/cargo-select/blob/main/src/select.rs)) and [ImGui combo box](https://github.com/ocornut/imgui/issues/1658)?
Yeah, I thought of doing it like Sublime Text, but I must say, I never really have the need. I wonder if it would actually be useful.
Found the reason why it wasn't working in VSCode, though it's different than with Visual Studio. Fix is in commit 1d9d3c60a7c850a763e412beb4a617adf6f242f8.
It seems that there is a bug in Visual Studio, I created an issue [here](https://developercommunity.visualstudio.com/t/Drag-dropping-file-in-Visual-Studio-seem/10685337).
I agree, I'm not sure how much control I have there, since Imgui takes care of that, but I will have a look.
Yeah, [this](https://github.com/ocornut/imgui/blob/b902fa4c4490ddffb713f8153d1a65e1940e58d1/imgui_widgets.cpp#L3781-L3797) is the logic, I don't think there is currently a way to customize it. I [created an issue](https://github.com/ocornut/imgui/issues/7704) on the imgui repo.
Yeah, we just need to wait till it get in the imgui-rs crate and then I will update the deps.
Thanks for the update. `imgui-rs` hasn't updated yet as far as I can tell. The project seems a bit abandoned...
It actually not clear it's a spam, why are you saying that? @Frenzie In any case @garry-ut99, I really don't have any way to test on Windows 7, so can't...