Closed
Description
Say you open up an example sketch, modify it to suit your needs, and now want to save it. You'll see the "Sketch is read-only" message and be prompted to save it in another location. When you do, the tab name changes, but the window title remains unchanged.
Platform
Arduino 1.8.2 (Windows Store 1.8.3.0) on Windows 10 Home
Steps to Reproduce
- Launch the Arduino IDE
- File → Examples → 01.Basics → Blink
- File → Save
- OK
- Save as "FlashyFlash"
Expected outcome
- Tab title changes from "Blink" to "FlashyFlash"
- Window title changes from "Blink | Arduino 1.8.2" to "FlashyFlash | Arduino 1.8.2"
Observed outcome
- Tab title changes from "Blink" to "FlashyFlash"
- Window title remains "Blink | Arduino 1.8.2"