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
While #63515 works reliably for the most time, there are some bugged cases that should be fixed. They are related to jumping to other script methods and autoloads.
Steps to reproduce
Open the MRP.
Open Base.gd and Second.gd
In Second.gd Ctrl+Click on test(). You will be teleported to Base.gd
Go back in history. You won't land directly at test(), there is some extra step in the history
In Second.gd, Ctrl+Click on global (make sure Single.gd is not open)
You will be teleported to Single.gd
When you go back to history, the previous location is skipped and you'll end up in Base.gd
Going forward will skip again to Single.gd. The middle step is gone
Hi, it is indeed a very annoying bug as it is essential for developping (all IDE have this feature for example with a keyboard shortcut). I was assuming it was already fixed in this version ^^'
I tried to use VScode as external program but it slows down the mental process by switching apps.
Have a nice day!
Tested versions
4.3 dev6
System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Issue description
While #63515 works reliably for the most time, there are some bugged cases that should be fixed. They are related to jumping to other script methods and autoloads.
Steps to reproduce
test()
. You will be teleported to Base.gdtest()
, there is some extra step in the historyglobal
(make sure Single.gd is not open)Minimal reproduction project (MRP)
JumpBugs.zip
The text was updated successfully, but these errors were encountered: