How do I access the windows I use frequently in GMS2?

R

relycan

Guest
Hi, I have a question - can I pin the code window that I want to use again in a moment? I like the style of classic IDEs like Intellij IDEA, where the tabs are just side by side and don't change. In GMS2, when I open a new code window and want to go back, I often have to find it under the "Workspace, debugger, code ........." tab. But I just want the code window that I just used!
I also know about "Recent windows", but there isn't something like a chronologically ordered queue of last windows, it's more like a pile of last windows.
I also know about the keyboard shortcut ctrl + T, but there I have to remember the resource name, otherwise I don't know what to look for.
 
There is an option to have Recent Windows show them in order of last used.

If you hit CTRL + TAB once, it takes you back to the previous window.
 
Top