martgoodall

Results 11 comments of martgoodall

i had the same issue but finally realized the issue is the space character *.cpp|*.h works but *.cpp | *.h does not work. remove the spaces as a temporary fix.

Fix is not 100%. *.jdf| *.xjdf works *.jdf |*xjdf works *.jdf | *.xjdf fails ie. it works if there is no space before the |, or no space after |,...

the spaces are in the drop down filters such as *.c | *.cpp | *.h, hence why this is an issue.

obviously the fix could be to remove the spaces from the drop down filters but this is up to you, but as is, the drop down filters dont work

I know...and they don't work without removing the spaces Sent from my Verizon, Samsung Galaxy smartphone Get Outlook for Android ________________________________ From: Stefan Küng ***@***.***> Sent: Friday, July 18, 2025...

I've just realized, the drop down list is not part of grepWin but things I previous typed in. I thought you were shipping a preconfigured list and had it wrong....my...

not sure if i have the same issue but on windows 11, using c++ and latest slint 1.14,, it just doesnt work. The windows frame is 100% replaced by the...

i appreciate the comment/suggestion and added width and height to the window, but it did not resolve the issue on Windows 11/Slint with c++

I have exactly the same issue/senario with If i run code in visualstudio 2022 and start normally, all is good. If i start VS as admin, code segs on start...

sadly I just upgraded to [1.4.2 (1.4.231008000)] (https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#version-142-14231008000) and the bug still exists. code crashes with "catastrophic error" when Admin and drag and drop is performed, but works fine if...