Skip to content
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

Code Editor 2: Arrow down to select suggestions buggy when using the for loop snippet #9484

Open
Macj0rdan opened this issue Feb 20, 2025 — with GM Bug Reporter · 1 comment
Assignees
Labels
ide-bug Bugs with the GameMaker IDE
Milestone

Comments

@Macj0rdan
Copy link

Macj0rdan commented Feb 20, 2025

Description

If you trigger a for loop snippet and the cursor jumps to the count part, the arrow key doesnt correctly select the suggestions that popup when typing.
Instead it simply jumps down into the for loop block

Note: This only happens when the snippet jumps to the count word. If you manually select count and type something it works correctly.

Steps To Reproduce

Type for and use the snippet to write out a for loop block
Start typing array
When you try to select the any other suggestions but the first one by tapping the down arrow on the keyboard, the cursor simply jumps into the code block instead of moving the suggestion selection down by one.

Not sure if its clear in the video but at the point you see two suggestions in the video I press down and it moves the cursor instead of selecting the second suggestion:
Image

Which version of GameMaker are you reporting this issue for?

IDE v2024.1300.0.743 Runtime v2024.1300.0.753

Which operating system(s) are you seeing the problem on?

Windows 10.0.19045.0

104ee8ae-eb00-4344-a1a4-96e0822315a6

@gm-bug-reporter gm-bug-reporter bot added the ide-bug Bugs with the GameMaker IDE label Feb 20, 2025
@thennothinghappened
Copy link

I suspect this is somehow related to #9457.

@stuckie stuckie moved this from Triage to Backlog in Team Workload Feb 21, 2025
@stuckie stuckie moved this from Backlog to Todo in Team Workload Feb 21, 2025
@stuckie stuckie added this to the 2024.13 milestone Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide-bug Bugs with the GameMaker IDE
Projects
Status: Todo
Development

No branches or pull requests

4 participants