This file contains hidden or 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
// Load latest jQuery, jQuery Live Preview plugin, apply to appropriate links | |
if (typeof jQuery.prototype.on === 'undefined') { | |
// Load external CSS with jQuery 1.4.4 | |
// credit: | |
// @link http://stackoverflow.com/a/2685661/781824 | |
jQuery("<link/>", { | |
id: "jquery-live-preview-css", | |
rel: "stylesheet", | |
type: "text/css", | |
href: "https://cdn.rawgit.com/alanphoon/jquery-live-preview/master/css/livepreview-demo.css?v1.1.0" |
This file contains hidden or 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
` | |
var next_active_file_timer = 0; | |
atom.commands.onDidDispatch(function(event){ | |
//console.log('event type: ', event.type); | |
clearTimeout(next_active_file_timer); | |
if (event.type === 'tree-view:reveal-active-file') { | |
next_active_file_timer = setTimeout(function(){ | |
var $ = atom.document.querySelector; | |
var $pane = $.call(atom.document, '.panes'); | |
var $bar = $.call(atom.document, '.panes .tab-bar'); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.