Disable text zooming in RubyMine 4 - rubymine

I have recently installed RubyMine 4.0 , which allows you to increase or decrease the text size by scrolling up or down while holding the command key. But what is happening for me is that AFTER scrolling I can press the command key and it is as if the inertia of the scroll is still going and in combination with the control key being pressed down is resizing my text.
There is a strong chance that this will get resolved in a patch, but is there a way I can disable the zooming feature for now?

This can be disabled in RubyMine exactly the same way as it is disabled in IntelliJ:
Settings | Editor | Enable Ctrl+MouseWheel changes font size
IntelliJ IDEA disable font increase/decrease on CMD+scroll

I tried using Ctrl-Mousewheel on an Apple Magic Mouse and it didn't work, but Fn-Command-MouseWheel worked where MouseWheel is sliding your finger up or down the mouse).

Related

Scrolling has broken in the eclipse

I use SW4STM32 (Neon.3 Release (4.6.3)) and at some point in time scrolling stopped working in the text editor when using the mouse wheel. CTRL+ mouse wheel works fine, but it doesn't fit at all, because it scrolls too much.
Please tell me where it is configured, I searched the entire menu and did not find it.

How to zoom text in netbeans without mousewheel?

If your mouse is all right, you can easily alter the font size in netbeans using mousewheel. Unfortunatelly, my mousewheel is broken and returns random values when scrolled.
I just happened to accidentally zoom text out with that broken wheel. I want back the default zoom - but doing this using the mouse might take eternity. I tried Ctrl++ and Ctrl+0 (as in browsers) but that didn't work.
Can this be done? Can it be done easily?
Go to Tools|Options|Keymap and look for "Zoom text in" and "Zoom text out". You can assign it any shortcut you want

Does anyone know how to zoom in on NetBeans code?

I want to enlarge the code I've written in NetBeans so it's easier to read. I can enlarge the output by using ctrl and '+', but it doesn't work on the code. Does anyone know how to do this?
Alt+Scroll Wheel (on mouse) will do it. If you want to change the font size, go to Tools>Options>Fonts&Colors [note: this is a large icon/tab]. From there, in the Syntax tab (default) click Default, then the '...' button next to Font. Change the font size here, and click Okay. Other fonts inherit this size, so that should be the only change.
Happy coding!
press { ALT (your keyboard) + Scroll wheel (your mouse) };
NetBeans 7.2 changes the behaviour slightly – now you need to initiate a press down click on the scroll wheel whilst scrolling to increase/decrease the font size. No keyboard assistance required!
- ref http://www.craiglotter.co.za/2012/10/16/how-to-quickly-increase-or-descrease-the-font-size-in-netbeans-ide/
Just press "alt" and scrool and normally it's oke
Visit here and download the zooming plugin.
Steps to Install Plugin:
Open Tools
Select Plugin
Goto Available Plugins Tab
Search for Zoom and install the plugin
Restart NetBeans
If you want to zoom In/Out the code file /source window use this below method.
press Alt key+ scroll Mouse wheel up for Zoom In and scroll Mouse wheel down for Zoom Out
If you want to zoom In/Out the output window/terminal use this below method.
press Ctrl key+ scroll Mouse wheel up for Zoom In and scroll Mouse wheel down for Zoom Out
Lots of "mouse driven" answers here. But not everyone uses a mouse anymore. To Zoom In/Out of the Output Window of Netbeans 11.x do this, it's simple.
Press Ctrl while pressing the Arrow Up (to zoom in) and Arrow Down (to zoom in) keys on your keyboard.

Disable scroll in console in eclipse when I'm not at the bottom

I'm using the eclipse console for long, fast-running logs.
I can't find a way to get this console to behave like all other consoles, i.e. if it is scrolled down to the end, then it should scroll automatically, and if not, it should stop scrolling.
Is there a way (configuration, plugin) to achieve this?
As of Eclipse Mars (4.5), and with the fix for this bug, what you're after is now the default behaviour.
That is, you no longer have to manually toggle the Scroll Lock button - scrolling up (e.g. with the mouse wheel, but also by clicking the scrollbar or even moving the cursor up inside the console) automatically turns scroll locking on, while scrolling down to (near) the bottom turns it back off.
Great for some scenarios, but I sometimes find myself wishing for the old behaviour back. It doesn't seem as though there's an option, though.
No, there is no such thing before Eclipse Mars (4.5). You have to toggle the Scroll Lock toolbar button manually.
Windows > Preferences > Console > (un/check)
Enable auto scroll lock.
(I use Eclipse for Ent. Java Devs - version 2019-09 R (4.13.0))

How to reset text zoom in NetBeans?

This question and its answer explain how to zoom in and out on text in NetBeans, namely Alt + mouse wheel. But after you have zoomed in or out with the mouse wheel, how do you reset the zoom to the default setting? Restarting NetBeans resets it, but that's kind of inconvenient.
I happen to be using NetBeans 10.0.