We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v4.4.dev.gh-101012 [c37ada786]
Godot v4.4.dev7 - Windows 11 (build 22631) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 2070 SUPER (NVIDIA; 32.0.15.6636) - 13th Gen Intel(R) Core(TM) i7-13700KF (24 threads)
I mentioned this here: #100680 (comment) While general control-click was restored with #100707 the enum issue remains.
CTRL-clicking on an enum value/member does nothing (well, it actually navigates to the beginning of the line).
E.g. enum like this:
class_name E extends Object enum Team { None, One, } func test(): var t = E.Team.None
and CTRL-clicking on the None of E.Team.None does not take you to the None under enum Team.
None
E.Team.None
enum Team
Open enum.gd in MRP - same code as in description.
44dev7enum.zip
The text was updated successfully, but these errors were encountered:
Hi, I was looking at your bug and messing around, and some very weird things were happening ... here's a video in 4.4.dev7.
It seems that changing the class's documentation updates something and it suddenly works.
I couldn't reproduce this behavior at all in master ... it just goes to the class's documentation page.
Sorry, something went wrong.
Hi, I was looking at your bug and messing around, and some very weird things were happening ... here's a video in 4.4.dev7. https://github.com/user-attachments/assets/90ab71d5-b7aa-428e-b8d5-bb237c101167 It seems that changing the class's documentation updates something and it suddenly works. I couldn't reproduce this behavior at all in master ... it just goes to the class's documentation page.
Hi, I was looking at your bug and messing around, and some very weird things were happening ... here's a video in 4.4.dev7. https://github.com/user-attachments/assets/90ab71d5-b7aa-428e-b8d5-bb237c101167
Yes, ctrl-click change #100707 went into master after dev7.
Okay that makes sense but still that behavior where adding documentation effects Ctrl+click is very weird... can you reproduce it on your computer?
Ctrl+Click
Successfully merging a pull request may close this issue.
Tested versions
v4.4.dev.gh-101012 [c37ada786]
)System information
Godot v4.4.dev7 - Windows 11 (build 22631) - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 2070 SUPER (NVIDIA; 32.0.15.6636) - 13th Gen Intel(R) Core(TM) i7-13700KF (24 threads)
Issue description
I mentioned this here: #100680 (comment)
While general control-click was restored with #100707 the enum issue remains.
CTRL-clicking on an enum value/member does nothing (well, it actually navigates to the beginning of the line).
E.g. enum like this:
and CTRL-clicking on the
None
ofE.Team.None
does not take you to theNone
underenum Team
.Steps to reproduce
Open enum.gd in MRP - same code as in description.
Minimal reproduction project (MRP)
44dev7enum.zip
The text was updated successfully, but these errors were encountered: