Skip to content

When making a new tab in the IDE, the focus does not always change to it #2349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nickgammon opened this issue Oct 9, 2014 · 1 comment
Closed
Assignees
Labels
Component: IDE user interface The Arduino IDE's user interface Component: IDE The Arduino IDE
Milestone

Comments

@nickgammon
Copy link

Steps to reproduce:

  • Make a new sketch
  • Add a new tab: foo.h
  • Note that the focus switches to the new, empty tab: foo.h
  • Type something into foo.h
  • Add a new tab: foo.cpp
  • Note that the focus does not switch to the new tab: foo.cpp

This is confusing. Why should the focus switch some times but not others? I suspect it is because of the alphabetical order of the tabs, but even so. Normally when you make a new file (or new tab) you expect that new file / new tab to be given the focus.

Tested in IDE 1.0.6 and also 1.5.8.

@ffissore ffissore self-assigned this May 28, 2015
@ffissore
Copy link
Contributor

Fixed a long time ago

@ffissore ffissore added Component: IDE The Arduino IDE Component: IDE user interface The Arduino IDE's user interface labels Sep 17, 2015
@ffissore ffissore added this to the Release 1.6.6 milestone Sep 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE user interface The Arduino IDE's user interface Component: IDE The Arduino IDE
Projects
None yet
Development

No branches or pull requests

2 participants