pepeu93

Results 4 issues of pepeu93

Is possible to add an option to disable this window from popping when you click on a Step? ![image](https://user-images.githubusercontent.com/82878129/161649307-d0b9e034-5420-46b7-a733-b00e135e8990.png) Sometimes I create tours just to quickly navigate between the code/files,...

I tried it with a png file on win10 the file didn't get unlocked. ``` #include #include "unlocker.h" int main() { auto file = unlocker::Path::Exists(L"D:/resize.png"); if (file) { auto err...

- Visual Studio: 2022 Would like to request a hotkey to fold the currently active block, for example: ![image](https://user-images.githubusercontent.com/82878129/208802571-bfc6683b-dae9-470a-8500-50138c69be58.png) When I have the caret in line **42** and press the...

When I apply a shadow effect to the widget I get a lot of flickering when swapping images sometimes looks like the images disappear/get cut for a short. To reproduce...