Set PyCharm to scroll slower using mouse wheel - scroll

I am trying to figure out how to set the screen to scroll slower for my mouse wheel, because it basically does a full page down and I can't maintain my bearings in the code.
Is this possible to change, or am I stuck with the current setting?

Is this possible to change, or am I stuck with the current setting?
I just tried this with several settings on Windows and the OS configurations for the mouse take complete precedence over the IDE. PyCharm only has one configuration to smooth the mouse scrolling speed but the impact is negligeable in relation to the underlying OS settings.
Trying the combinations for "Smooth scrolling" together with "Caret behavior" also has no noticeable impact. Besides this the only other IDE mouse setting is zoom with mouse but that also doesn't impact the editor scrooling speed.
So if the above doesn't work the only alternative left is adjusting the OS mouse settings to fit the IDE.
The mouse scrolling configurations are at File > Settings > Editor > General > Scrolling as shown in the screenshot.

Related

Scene Builder preview shows all objects much larger than end result

Here we have a preview of a window in Scene Builder behind the actual result when run with Netbeans. You can also see that my minimum sizes are set to USE_PREF_SIZE, with the values being auto-filled when I adjust the size of the window. The size difference between the windows is the first obvious difference.
Further, you'll notice that everything inside the window is smaller as well, all buttons, tables, fonts, etc.
I'm using Netbeans 8.2, Scene Builder 11.0.0, and JDK 8 update 251. Any ideas?
Figured it out! Hopefully this will be of some use to another aggravated user somewhere in the world.
The issue for me is that Windows was automatically scaling NetBeans. I found this resource for how to stop it:
Windows 10 does this for you now. Right click on your Netbeans shortcut (C:\ProgramData\Microsoft\Windows\Start Menu\Programs\NetBeans) and select Properties. Go to the Compatibility tab and then select Change High DPI Settings. From there, check the Override High DPI Scaling box and set it to System.

IntelliJ IDEA Hide Vertical Scrollbar

Using IntelliJ IDEA Community 2017.2, I am unable to have the vertical scrollbars disappear, even though the system settings are set this way. The transparent scrollbars appear to be visible at all times.
In contrast the vertical scrollbar disappears when not scrolling.
IntelliJ IDEA uses its own implementation of the scrollbars that is cross platform and doesn't reflect any system settings.
Scrollbar is customized so that it can show error/warning stripe marks without taking additional screen space There is no any way you can hide it or change its appearance.
See also the https://confluence.jetbrains.com/display/IDEADEV/Scrollbars+FAQ.

How can I increase the scrolling sensitivity in Visual Studio?

I've encountered a weird issue in which that the mouse wheel scrolling sensitivity when browsing code is slow, but however when I open an older project the mouse's scrolling speed is normal.
If I create a brand new project, scrolling speed is normal.
It should be like this:
..but is instead like this (from an older project):
I've looked around but however the only results suggest increasing the DPI on the screen, but however this can't be right since the scrolling speed differs between projects on the same computer.
How can I reset the scrolling speed of my project's code back to normal?
Turns out that it's an issue related to Windows 8, 8.1, and earlier versions of 10.
I had set the scrolling speed via PC Settings, but however (for some unknown reason) there seems to be two separate settings for the mouse scrolling speed: one for PC Settings and one for Control Panel.
This issue is simple to resolve; simply adjust the mouse's scrolling speed via Control Panel instead of Settings. Doing this also seems to change the PC Settings' value also.
This is no longer an issue with Windows 10 since the November 2015 update, with Visual Studio 2017. It is present in Visual Studio 2019, to fix this you'll want to refer to Swifty's answer.
This problem is still happening in 2020. I'm using VS 2019 Community with the latest Windows 10 update. I had to go here in the Options dialog to change the scroll speed.
Tools >> Options... >> Text Editor >> Advanced >> Scrolling sensitivity
From there, you can adjust the vertical and horizontal scrolling speeds.
I've encountered that issue, too. On my machine (a notebook), it appears to happen under the following circumstances: I open VS2017 without external monitor first. When I then plug in the external monitor and move the VS-window onto there, then the scorlling-speed is super-slow. Closing and reopening VS solves the issue in this situation. Probably, opening a new project will also reset VS appropriately, so this might be a viable explanation.
Go to the registry editor
Navigate to Computer\HKEY_CURRENT_USER\SOFTWARE\Elantech\SmartPad
Then set the scrollControll_mode value to 1.
Via Reddit

Intellij IDEA on mac: how to disable pinch gesture for zooming

I use IntelliJ IDEA for scala development on my macbook air. However, there is one very irritating feature: OS-X pinch two fingers to zoom changes the font size. I would like to disable this because it always happens unintentionally. Does anyone knows how to disable it?
Edit: See comments for the solution.
In addition to the answer by #CrazyCoder above, in order to access this Registry property on Mac OSX (tested on Mavericks):
at source code area, use the shortcut Cmd+Opt+Shift+/
select the 2nd option Registry
then you can find the attribute actionSystem.mouseGesturesEnabled, unclick the value column
Try to disable Preferences | Editor | Change font size (Zoom) with Command+Mouse Wheel.
EDIT: it doesn't have effect on the trackpad pinch to zoom, but there is a hack to disable trackpad gestures via the IDE Registry:
actionSystem.mouseGesturesEnabled = false

Xcode SDK & Trackpad gestures: animations setup

Q The question is, is there a way to disable the animations happening with the trackpad-gestures at the currently public-available Xcode 4.3.2 running MacOS 10.7.3 ?
Description I'm very concerned with the new Lion animations while going forward/back with a trackpad gestures. With a keyboard shortcuts the page changes instantly and with a gesture it takes about a second or two spraying around my concentration on the things that need to be found in the code.
Tried What i tried is to read the defaults in the Terminal looking for any animation/duration keys - without success.
Notes Looks like mr. Cook criticizes the things Apple is doing itself while preparing the combined mobile/stationary look&feel. If there's any startup project that collects all the user's customizing, i'll be glad to know. So far i tried the itweax application, it doesn't have yet the expected features however.
Safari stuff is not as much about the content importance, so i would not mind to leave the Safari animations, but changing it on the system level for all the apps is also good.
PS I believe that is about the “software tools commonly used by programmers” mentioned at “What kind of questions can I ask here?” SO FAQ section.
Don't know about disabling animations but if you want to trigger app keyboard commands through gestures, I found BetterTouchTool helpful with some of the major Lion annoyances. Ex. I was able to configure FireFox to do Home/End on a 3-finger swipe up/down.
No, there is no way to disable the animation.
You can, however, disable the page swiping functionality:
System Preferences > Trackpad > More Gestures > Deselect "Swipe between pages"
Unfortunately, there is no setting to disable or change the speed of the animation.

Resources