JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

reFX: Projucer: Launch correct VS version. Don't launch again if already running.

Open FigBug opened this issue 1 year ago • 0 comments

Fixes the 2 most annoying ProJucer bugs on Windows

  1. If you click "Save and Open in IDE" often the wrong version of Visual Studio will launch
  2. If you click "Save and Open in IDE" and Visual Studio is already running, it will open a second copy instead of just letting Visual Studio reload the existing project.

This change brings the behaviour of the Windows ProJucer in line with the macOS version.

FigBug avatar Oct 08 '24 19:10 FigBug