YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
22 stars 8 forks source link

Code Editor 2: Redefining keys to remove their Alt requirement causes unexpected results #6912

Open gm-bug-reporter[bot] opened 2 months ago

gm-bug-reporter[bot] commented 2 months ago

Description

I have this little test project here, nothing to big; just a simple object that will draw text. I wanted to change the initial CTRL + ALT + END (horrible combo) to just CTRL + END and also same with the home to act just like every other IDE.

After doing so I can no longer select lines, the shift + home/end keys do not work.

Also before that the IDE was unable to page down passed the draw = new Draw(); and the comment of ctrl + end works here

Steps To Reproduce

  1. Start IDE
  2. Preferences
  3. Redefine Keys
  4. Reset All
  5. Close IDE
  6. Start ID
  7. Search for CTRL + ALT + END
  8. Redefine to CTRL + END
  9. Search for CTRL + ALT + HOME
  10. Redefine to CTRL + HOMT
  11. Try to use CE2

Which version of GameMaker are you reporting this issue for?

IDE v2024.800.0.597 Runtime v2024.800.0.620

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

Windows 10.0.22631.0

Attached Files:

2024-07-26_18-45-16.mp4

e8af0d1b-c71e-47cf-b856-2ee71d5e5c1d

YYDan commented 2 months ago

Imagine your page down problem would need to be reported as a separate issue.