You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often when working in GM I end up jumping around in the code to a bunch of different places as I'm figuring out how to make something work, and inevitably I want to go back to some earlier thing I looked at. The only ways to do that right now are:
remember what code it was and go find it in the asset browser
use the recent windows list
unfortunately this doesn't track different events in the same object or different places in the same script, and takes up valuable space on screen that i would rather use for other things
Describe the solution you'd like
I would like Navigate Back/Forward keyboard shortcuts like visual studio has:
It's easy for me to bind these to my mouse's back/forward buttons, and is invaluable when working in visual studio to minimize the amount of time I spend finding a file I was just looking at.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
This functionality is implemented in CE2 with the Ctrl+Minus, Ctrl+Shift+Minus hotkeys. The toolbar buttons are missing (if desired by UI/UX). Additionally this functionality does not extend outside of CE2.
Is your feature request related to a problem?
Often when working in GM I end up jumping around in the code to a bunch of different places as I'm figuring out how to make something work, and inevitably I want to go back to some earlier thing I looked at. The only ways to do that right now are:
Describe the solution you'd like
I would like Navigate Back/Forward keyboard shortcuts like visual studio has:
It's easy for me to bind these to my mouse's back/forward buttons, and is invaluable when working in visual studio to minimize the amount of time I spend finding a file I was just looking at.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: