-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: IDE user interfaceThe Arduino IDE's user interfaceThe Arduino IDE's user interfaceType: Bug
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"
Metadata
Metadata
Assignees
Labels
Component: IDE user interfaceThe Arduino IDE's user interfaceThe Arduino IDE's user interfaceType: Bug