Since the latest update when I run a line of code from the editor tab using CTRL+Enter that changes the value of a variable it automatically switches the tab to an open View() of said variable if one exists.
For example running:
res = cor(correlationsToTest)
Will change the tab from the editor to the "View()" of that tab if it is already open (but not active). It will not automatically switch if the tab is not open.
This was not the case in the previous version - anyone know where I can find a way to change it back?