bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.95k stars 296 forks source link

Attachments: open in external app and export #52

Closed bombomby closed 5 years ago

bombomby commented 5 years ago

Add a button (next to the combo-box - right side) to open current attachment in external app (System.Diagnostics.Process.Start).

Add a button (next to the combo-box - right side) to export selected attachment. This button should open SaveFile dialog and allow you to select output folder and filename. Control should automatically suggest existing filename. Once the destination is selected - save the stream to the selected path.

Add a button (next to the combo-box - right side) to export all the attachments.

Add tooltips for each of the buttons.

bombomby commented 5 years ago

Control is here: Controls\SummaryViewer.xaml

Use http://modernuiicons.com/ to choose appropriate icons - then use {StaticResource icon_name} to embed vector icon. All icons from this web-page are already embedded as resources.