YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
26 stars 8 forks source link

Code Editor 2: Alt+Mousewheel should allow changing the text zoom level #5225

Open jonathan-markland opened 10 months ago

jonathan-markland commented 10 months ago

Ctrl + Mouse wheel should change the text zoom size, like Visual Studio. Currently it still scrolls the view up and down.

stuckie commented 10 months ago

We should also look into if we can redefine this.

mtraynortm commented 10 months ago

Discussed with design team. Happy to proceed with a modifier and middle mouse wheel for zooming text.

Zooming mouse wheel controls that already exist in the IDE are: alt + mouse wheel (zooms in and out of editors and workspaces)

Conditions -

zreedy commented 10 months ago

@mtraynortm Should this be mapped to Alt + Mouse Wheel rather than the Control + Mouse Wheel then? The difference being the location of the mouse cursor (if hovering over the code editor then modify zoom level, otherwise fallback to the standard workspace zoom?)

zreedy commented 9 months ago

@skud92 Do you have clarification for the above question?

mtraynortm commented 9 months ago

Sorry @zreedy just seeing this comment now, yes please.

thennothinghappened commented 6 months ago

I'd rather this not be alt but if it's modifiable that's fine

zreedy commented 5 months ago

Note that the combo should be consistent to the Zoom Workspace hotkey which is Ctrl + Mouse Wheel on Windows/Linux, and Option + Mouse Wheel on Mac. Since Option is actually the Alt key there was some confusion previously as to what key exactly this was mapped to.