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

IDE window: CTRL-MouseWheel for zoom #6359

Closed
snobu opened this issue Jun 7, 2017 · 3 comments
Closed

IDE window: CTRL-MouseWheel for zoom #6359

snobu opened this issue Jun 7, 2017 · 3 comments
Labels
Component: IDE user interface The Arduino IDE's user interface feature request A request to make an enhancement (not a bug fix)
Milestone

Comments

@snobu
Copy link

snobu commented Jun 7, 2017

The inability to zoom in/out the code window is slightly annoying, i'm sure i'm not the only out there bothered by it. What's the development effort required to implement either CTRL-MouseWheel and/or CTRL-+, CTRL-minus? Do we have to move away from Java? :) Or just bind to some events?

I am aware a font size can be specified under Preferences, but that's CTRL-comma - click-select - type - click, not exactly the best UX.

@bengtmartensson
Copy link

Possibly Java 9, due next month, will bring something here?

@facchinm
Copy link
Member

facchinm commented Jun 9, 2017

That's a good suggestion , thanks for posting! It should be fairly easy to trap the event inside the Editor view and apply the preference. Hot-reloading could be a bit more difficult but feasible indeed. If anyone wants to try coding a solution we'll be super happy to test it 😄

@facchinm facchinm added Component: IDE user interface The Arduino IDE's user interface feature request A request to make an enhancement (not a bug fix) labels Jun 9, 2017
@skishida
Copy link

Now, font size may become a negative value in #6551 change and at that time, the IDE will not start.
The temporary fixing approach is edit editor.font in preferences.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE user interface The Arduino IDE's user interface feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

No branches or pull requests

5 participants