Search code examples
eclipsegesture

Is it possible to disable pinch-to-zoom in Eclipse?


Eclipse Neon introduced pinch-to-zoom. I often trigger it accidentally and find it a very distracting interruption. Is there a way to disable it?

(Even after practicing the not-very-intuitive gesture to recover the zoom, I still have a hard time remembering my place after it's zoomed in and out.)


Solution

  • Looking at the source code (initializeZoomGestures in org.eclipse.ui.texteditor.AbstractTextEditor) there does not appear to be any way to disable this.