Created
May 26, 2014 12:19
-
-
Save rzhw/18852f2e95fa30d0aaf3 to your computer and use it in GitHub Desktop.
Atom 0.99.0 EditorView testing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atom.workspaceView.getEditorViews()[0].scrollView.on('mousewheel', function(){alert('hi')}) | |
http://stackoverflow.com/a/21261771/77922 | |
jQuery = require('atom').$ | |
findEventHandlers("mousewheel", atom.workspaceView.getEditorViews()[0].scrollView) | |
atom.workspaceView.getActiveView().is(".editor") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment