-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor docs not scrolling to correct position on search or ctrl+click of a term #96515
Comments
I’m also annoyed by this bug regularly. What does seem to help is going back to the original script and ctrl clicking the variable or method again, after which it will always scroll to the right position. So perhaps this has something to do with the script not being open yet. |
|
That report seems to be related to a fix introduced between 4.2 and 4.3. I've experienced the bug described in this report throughout 4.2. |
There were multiple issues regarding scrolling and navigation in the past. |
No it was just wrong code in Godot that is fixed in #96449. |
I see it's pending a review. Thanks for the fix and I'll keep en eye out to test it. |
If folks from here can download the PR build artifacts and test that this fixes it w/o regressions, it's simple enough that it's likely to get merged soon! I can't replicate it or I'd test it myself! |
Am on v4.3.stable.official [77dcf97] and it's working well again. I even forgot about this issue! |
For anyone who wants to test this, rebased the branch to master, you can download it here under |
Tested versions
Noticed this since early 4.x. Still happening in latest 4.4 dev.
System information
Godot v4.4.dev (61598c5) - Ubuntu 22.04.4 LTS 22.04 - X11 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2060 (nvidia; 535.183.01) - Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz (6 Threads)
Issue description
When you ctrl+click a function in gdscript, the docs open but the help text is at the wrong position. Meaning, the function is often not even on the screen of text you get and you have to scroll or Ctrl+F to locate it.
The same happens when one searches using F1 (or Alt+F1).
This does not happen all the time. It's hard to pin down.
Steps to reproduce
Just play with help and watch.
Minimal reproduction project (MRP)
None
The text was updated successfully, but these errors were encountered: