awulkiew / graphical-debugging

Graphical Debugging extension for Visual Studio
MIT License
150 stars 24 forks source link

Wait popup non-blockable #30

Closed cdcseacave closed 3 years ago

cdcseacave commented 4 years ago

The wait popup whenever there is a large geometry to be displayed is very annoying; would be very helpful a way to disable it or at least make that popup window not blockable and let the thread continue to process while it is open and waiting an input from the user; in case that happens first it will just auto close it too

awulkiew commented 4 years ago

Good idea.

If you're really annoyed you can build your own version of the extension after commenting out this section: https://github.com/awulkiew/graphical-debugging/blob/v0.32/Visual_Studio_2017/GraphicalDebugging/ExpressionLoader_Util.cs#L27-L47

awulkiew commented 3 years ago

Done in v0.33. The loading is no longer blocked. The window is shown after 3s and continues to show ellapsed time until the loading is finished or a user clicks the Stop button.