How to disable mouse-wheel zoom in Atom Editor? - settings

I often zoom by accident and prefer zooming with 'strg' + '+'.
How can I disable the mouse-wheel zooming in Atom?

There should be an option at the bottom of the 'Editor' Settings:

Related

Horizontal Scrollbar Controls Instead Of Bullet Controls For Glidejs

Does Glide allow for a horizontal scroll bar as the control UI for sliding through images? Right now I only see button controls, where each button maps to a slide.
Just to be clear I am still definitely interested in swiping behavior of course. I'd just like the button controls to behave like a scroll as well.
If Glide indeed allows for horizontal scrolling for controls can someone share how they implemented this? I cannot seem to find any guidelines in the docs.

Reverse mouse zooming direction Xcode

How can I reverse the zooming of the storyboard when I press option + mouse wheel?
I know how to change it on my laptop in settings but I don't see an option for Xcode.
Thank you
For zooming you can set double touch mouse in:
Click the Apple icon in left corner of your screen
Go to System Preferences>Mouse> set your zooming in More gestures tab

Disable shadow in Ace Editor

Is there a way to disable the shadow in Ace Editor when the user's cursor goes past the edge of the view? It also appears when the horizontal scroller is scrolled to the right edge and there is not enough room.
disable it with css
.ace_scroller.ace_scroll-left {
box-shadow: initial!important;
}

Drag the canvas in interface builder

Is there any way to drag the canvas in interface builder, like the hand tool in Adobe Reader?
There is no hand tool like in Adobe Reader. You can use two-finger scrolling if you have a trackpad. You can use your mouse wheel to scroll vertically if you have a mouse wheel. Otherwise, you just have to use the scroll bars.
I think two-finger scrolling on a trackpad is the best of the suggestions here. If you're not using a trackpad, 'Zoom to Fit' may work for you. In addition to zooming, it also centres the storyboard in the window, which, nine times out of ten, is what I really want to do when I'm wishing I had a hand tool.
There's no default shortcut for it, so short of defining your own, just right- or control-click on the canvas and select 'Zoom to Fit' from the contextual menu. Alternatively, click a scene or view in the document outline to centre on that view. If the view can't fit within the visible workspace, it will automatically be scaled down to fit.
You can scroll using keyboard:
⌘ → Scroll right
⌘ ← Scroll left
⌘ ↓ Scroll down
⌘ ↑ Scroll up
it is very painful, but what can I say, Nice Job Apple! :(
I use keyboard shortcuts to zoom the canvas to 50% or 25% first, then use the cmd-arrow keys. That way, every arrow key has a larger effect.
Zooming to 25% makes the canvas items really small, so you can cover a lot of ground with a few cmd-arrow keystrokes.
Not the same as the hand tool - and certainly not as easy as using a Magic Trackpad - but you can scroll horizontally by holding down the shift key when you use the mouse wheel.
Mousewheel: ↑ ↓
Shift+Mousewheel: ← →

Change mouse scroll to not zoom in Expression Blend?

Is there a way to change the mouse wheel behavour in Expression Blend?
I want it to scroll instead of zoom.
Tools>Options>Artboard
Change "Zoom by using" to Ctrl "+ mouse wheel"
Microsoft has moved the setting. In Blend for VS 2015 it’s under Tools>Options, XAML Designer>General.

Resources