
Description
Issue
File being edited is only identified in first few files of a large sketch limited by screen width or windows size. Typically 10 for low resolution monitors / reduced window size. Larger sketches (e.g. RepRap Marlin) have many files. The Windows Arduino IDE (018 through 1.03) is not handling these well. It's very easy to get lost on low resolution screens or reduced size windows. If handling multiple projects (versions) its extremely difficult to identify file edited.
Type
Enhancement
Software
Arduino IDE
What change would like to see?
Move TABs left and right keeping edited code as active TAB at left of screen.
Alternative
Explicitly identify file being edited in sketch in status line or similar.
Why?
Errors are introduced into code as correct file is difficult to identify / confirm. Relying on poor documentation in some code means the likelihood of editing the wrong file is high.
Would this cause any incompatibilities with previous versions? If so, how can these be mitigated?
Unknown, current experience limited to Windows IDE.
Believed limited compatibility impact as suggested improvement is in IDE only.
Steps to reproduce issue
Load large sketch, e.g. RepRap Marlin. Reduce window size to 1280 pixels wide. ALT + TAB through files. Attempt to confirm file name being viewed / edited.