Editor bug? Change script/element editor

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Vladimir

Hi everyone!
I’ve got a bug where I can’t get back to editing elements after editing scripts. As soon as I turn on the Godot editor, I am in the scene element editing screen where I can drag and drop buttons, textures, etc., but as soon as I go to edit the script, I can’t go back. Previously, it was enough just to click on any element to go back to editing the elements. What am I doing wrong?

P.S I just checked in previous versions - all works fine.

:bust_in_silhouette: Reply From: jgodfrey

I assume you need to click the main editor switcher in the top-center of the screen (2D | 3D | Script | AssetLib)

(And, yes, this feels like a 3.5 editor bug).

*** UPDATE ***

Ah, wait, this isn’t a bug. In 3.5, it’s controlled by:

Editor Settings | Text Editor | Navigation | Stay in script editor on node selected

Adding dummy comment so OP will get pinged and (hopefully) see the above update.

jgodfrey | 2022-08-10 15:44

Thanks! It wasn’t obvious…

Vladimir | 2022-08-11 10:07