You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In code editor one, a useful feature is being able to select and type on multiple lines at once by holding ALT and holding the mouse while dragging down, after which you can type on all lines at the same time. In Code Editor 2, you can still select multiple lines at once this way, but typing only inserts text at the final line.
Steps To Reproduce
Activate code editor 2
Create several comment lines as such:
//
//
//
Hold alt and click and drag downwards from after the first comment marker to after the third comment market, not that multiple lines at the same position are highlighted and ready for text input.
Type anything, and see that only the final line has text appended
The user would expect that each identical text is produced on each line simultaneously as is in Code Editor 1
Which version of GameMaker are you reporting this issue for?
IDE v2024.11.0.179 Runtime v2024.11.0.226
Which operating system(s) are you seeing the problem on?
YYDan
changed the title
Code Editor 2 -- alt clicking to highlight multiple lines at once and then typing only types on final line
Code Editor 2: Alt-clicking to highlight multiple lines at once and then typing only affects the final line
Jan 29, 2025
Description
In code editor one, a useful feature is being able to select and type on multiple lines at once by holding ALT and holding the mouse while dragging down, after which you can type on all lines at the same time. In Code Editor 2, you can still select multiple lines at once this way, but typing only inserts text at the final line.
Steps To Reproduce
//
//
//
Hold alt and click and drag downwards from after the first comment marker to after the third comment market, not that multiple lines at the same position are highlighted and ready for text input.
Type anything, and see that only the final line has text appended
The user would expect that each identical text is produced on each line simultaneously as is in Code Editor 1
Which version of GameMaker are you reporting this issue for?
IDE v2024.11.0.179 Runtime v2024.11.0.226
Which operating system(s) are you seeing the problem on?
Windows 10.0.22631.0
be333e6c-694b-4d36-b635-17606a9fdb5a
The text was updated successfully, but these errors were encountered: