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: Argument helper tooltip does not show when typing arguments across multiple lines #8028

Closed
KormexGit opened this issue Oct 17, 2024 — with GM Bug Reporter · 1 comment
Assignees
Labels
ide-bug Bugs with the GameMaker IDE
Milestone

Comments

@KormexGit
Copy link

KormexGit commented Oct 17, 2024

Description

If you have a function with a ton of arguments, you may want to split the arguments across multiple lines. However, this makes the argument tooltip stop appearing, and it cannot be brought up with ctrl + space.

GameMaker-Beta_HWWaq3GUoB.mp4

Steps To Reproduce

Type out

draw_sprite_ext(sprite_index, image_index, x, y, 
image_xscale, image_yscale, image_angle, image_blend, image_alpha)

and see the tooltip does not appear on the 2nd line.

Which version of GameMaker are you reporting this issue for?

IDE v2024.1100.0.634 Runtime v2024.1100.0.658

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

Windows 10.0.22631.0

3ae8151d-438e-4260-8753-4c22a56c2fbf

@gm-bug-reporter gm-bug-reporter bot added the ide-bug Bugs with the GameMaker IDE label Oct 17, 2024
@stuckie stuckie moved this from Triage to Backlog in Team Workload Oct 17, 2024
@zreedy zreedy added this to the 2025.1 milestone Nov 19, 2024
@zreedy zreedy moved this from Backlog to Todo in Team Workload Nov 21, 2024
@zreedy zreedy moved this from Todo to In Progress in Team Workload Feb 5, 2025
@zreedy
Copy link

zreedy commented Feb 6, 2025

Fixed. The overall behavior of this tooltip should be much more reliable.

  • Nested function calls correctly prompt their parameters
  • Function calls spanning multiple lines retain parameter tooltip
  • Enter no longer dismisses parameter tooltip if still within a function
  • Typing ) automatically dismisses or updates parameter tooltip depending on context

@zreedy zreedy closed this as completed Feb 11, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in Team Workload Feb 11, 2025
@gurpreetsinghmatharoo gurpreetsinghmatharoo moved this from Done to Ready for QA in Team Workload Feb 13, 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: Ready for QA
Development

No branches or pull requests

2 participants